Memory Pool Memory Pool Refreshing

159 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,282 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 155 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (811,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,725 96,725 0000000000069b0801ce21d1487ea10a39f938144feb5ee348a4388d47951ea9 0.00 MB 3 0
96,724 96,724 00000000000053f64b5201a7cd4a5fd2dc641056299eceb9b8cde2835336ad98 0.00 MB 5 0
96,723 96,723 000000000000e0e80c70d974a1e4517e10198ffaaf95c728ab0ab1139c45513e 0.00 MB 3 0
96,722 96,722 0000000000081096157ea8daaad4db77b0e3d2706e68beb1b948bed6f493a5c8 0.00 MB 3 0
96,721 96,721 000000000001ec6799d54bf9b7c0711e8d9b424a63437ce514b16a0549f08be1 0.00 MB 1 0
96,720 96,720 000000000007ba35cfdc0e293c301629175a01d146aeb5f0a92f13c1243573d5 0.00 MB 1 0
96,719 96,719 0000000000011527b0395e61c01d5b2c43346e572b7dc4fd298bd24a984564e4 0.00 MB 2 0
96,718 96,718 00000000000147ef624dcd9978f78efc0b68b4ae19a50c2425e4e98bade7e4ef 0.00 MB 2 0
96,717 96,717 0000000000078ee584b447d09db5bbfab564c8bd77029fc312381b4dfad2e8ce 0.00 MB 1 0
96,716 96,716 000000000003778170f8cd5acaf67d58ffe4712ca252e273369b5cd5dcac1969 0.00 MB 1 0
96,715 96,715 00000000000771965bcb4437d0e873c1280fc0f7a64f06330f2be0be00b43d03 0.00 MB 10 0
96,714 96,714 000000000001e4d44790ddbeffeec6673cff5de49918837b68ce57c670c85bd0 0.00 MB 1 0
96,713 96,713 0000000000068ae05ab0be76f002d0b2b328e21b59bb23a0ea0c085617687be5 0.00 MB 1 0
96,712 96,712 000000000007f1052f8a29887ee214199e04ed25c1042c3898f913a9ecd5f3ba 0.00 MB 1 0
96,711 96,711 0000000000043e474499636239068cdbfafc6f997091a0db3df48284ab44d533 0.00 MB 1 0
96,710 96,710 00000000000463d5fa052e9beb2d6e9cad54391087357d7561b093ed3208f6d6 0.00 MB 1 0
96,709 96,709 000000000005b33caf55c73371ed724d3fff4ebe7c0b6b93bb778a1ea74e6671 0.00 MB 3 0
96,708 96,708 000000000006a88e8e9c709cb75a09860a84f73710ae9b4e06c93b6fb83f052e 0.00 MB 3 0
96,707 96,707 00000000000761308179c9085272c2c1527eb0fa25808a08806d2ee31b7322f0 0.00 MB 4 0
96,706 96,706 000000000005f116e232043850bf99a3b3263cac2f0fc8b3c6645fb1259210cf 0.00 MB 2 0
96,705 96,705 000000000007f0d0566560aeae358567a6980876639a8408e6dd2bd8b606d18a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,691.90 GB sent, 98.21 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.