Memory Pool Memory Pool Refreshing

395 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,103 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 371 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,102 (904,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,698 3,698 0000000007161cc22392815a573bfa97cc04debaecf70bc38f8eda2dfc832b5f 0.00 MB 1 0
3,697 3,697 000000009e746cb127e60936419f04c4d900daa968ee64c5e6fd54d275f433ae 0.00 MB 1 0
3,696 3,696 00000000b1bd8f4e875a01b9421d70c519309e4af3a5010b8cddbaec32ec8f75 0.00 MB 1 0
3,695 3,695 0000000061cff628b5e73a7bf00f6397670d8247db0b757e8e10f99627a5f349 0.00 MB 1 0
3,694 3,694 00000000ed1d351923415477e4f0bb1d7d00205965bc41e4449083aa7d8f2f31 0.00 MB 1 0
3,693 3,693 000000004f3af3cb5787ed3296206272e16197426939adc9aaf946ae379f4c6e 0.00 MB 1 0
3,692 3,692 000000004aae38d96b73ff82a816e37ddba0261e6702592becd4eba2063de28a 0.00 MB 1 0
3,691 3,691 00000000bca5c9bf9e28fc9e9b6eba17278571644d6dcee9492f0ab1213227f5 0.00 MB 1 0
3,690 3,690 0000000061215337b0a036622d3e1b087438530f6fd2a2dfe11ee546cc5aa6c8 0.00 MB 1 0
3,689 3,689 0000000060c88d0a435dbdbe92e682224c038a778359030c5973e6e26d1fb2f5 0.00 MB 1 0
3,688 3,688 00000000e7be1c98c0f4477ba77ca87b706df538db34cd5f2011fa1b91ed53e3 0.00 MB 1 0
3,687 3,687 000000008a96abd5137bdad9baf7125c2dfb0b8c99e16441123f8f98d5593e01 0.00 MB 1 0
3,686 3,686 0000000054632d6e2e060a41b4fcff39ba16b90c3594d2ee8bbf30f8c5f03817 0.00 MB 1 0
3,685 3,685 00000000503dbd811fc9e59fc8cdad4d2bf05c85390e987c67b75e8a1019e150 0.00 MB 1 0
3,684 3,684 00000000b78e1122a31ee6a15407c4abb511a9c8420c7705f71a949ad1a9be82 0.00 MB 1 0
3,683 3,683 000000008b3375b0b8bd3d38bba827e3de3d78996a5a082aea698840dede7d6f 0.00 MB 1 0
3,682 3,682 000000009ac77e4dd63f434995a94f3cc3a00ff66ff4e8045fbd24883ec3fd12 0.00 MB 1 0
3,681 3,681 000000007f4df2938477dbaba0f584c6d90499c6c826e253de64cd8400d3946a 0.00 MB 1 0
3,680 3,680 000000007bc6bf48f2d5134ef450b56bbf30b042f3234279550f8568705cab09 0.00 MB 1 0
3,679 3,679 0000000074cd80cc346e6e5ce4c153042423cd07a452959040210b06e8c286fe 0.00 MB 1 0
3,678 3,678 000000008038d966275f4ac34775824ed41d5ea0c371f5f7fd8e91116ade9a75 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.11 GB sent, 96.57 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.