Memory Pool Memory Pool Refreshing

5,526 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (720,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,564 187,564 000000000000050cba11e0b5b634f198f8baad9117f54fbdd8e3614b0c225b3e 0.12 MB 241 143
187,563 187,563 00000000000005c4b55b21f4d08ad7368a5b812c75bf510885cd2ee6ea2c8e54 0.03 MB 69 99
187,562 187,562 000000000000082b9255d2c30fd9996cb334d50820ff3b29e3ccd057fb6ba29f 0.01 MB 25 54
187,561 187,561 00000000000001e5365e36cd61740e81a42b00392812ad4617bfb165f6229f38 0.05 MB 128 46
187,560 187,560 00000000000006047d2b7d33516cbe1ea966cbefaf41ff7d545242ed702069e1 0.02 MB 43 85
187,559 187,559 0000000000000524b450680df0c44e6184e0bf2bb9e85a32548b50682151df96 0.00 MB 8 0
187,558 187,558 00000000000008756195ff59d6faefc7014e0e1610768a01e1d05d78fbcdd310 0.15 MB 392 141
187,557 187,557 00000000000002a8daf196e54e8d22ce04042c514ab99eca9d3ce61356fc4f5e 0.05 MB 122 107
187,556 187,556 00000000000004196e4a2f540be0995340448d856d32eaf07873514bae3dc3cc 0.06 MB 94 98
187,555 187,555 00000000000001897f96e9c6f5fc1fdb073f5204550198721daca1823bf600b2 0.04 MB 94 149
187,554 187,554 00000000000001f9151adc410c3ba688118b008ef1c250c8f1603041f86e810b 0.05 MB 130 83
187,553 187,553 00000000000005b85d995e3f87253db62fb447904998478e472f0fc7c3ebbe1d 0.00 MB 13 14
187,552 187,552 000000000000084d2251c8ceabe783a4198363e1603c8cd1b231157cde1a016c 0.00 MB 13 15
187,551 187,551 000000000000043d7dd0b53bfb57436a0f228fe1e05f2ac4eddbb530837ed6e4 0.01 MB 26 83
187,550 187,550 00000000000005d9dfb84156122d498600ea6293196c30599edd900d001516ac 0.26 MB 402 98
187,549 187,549 000000000000015f0a5fd6929f930706b497186814d8171c048cd8a6753bf371 0.00 MB 9 46
187,548 187,548 00000000000006ce303015d974c7637f72c9485fdba762cfc8c69cdfe68297b8 0.05 MB 127 30
187,547 187,547 0000000000000104515562fe3aaaaf89e374c11d8d946dfde68d63757151fd32 0.11 MB 322 139
187,546 187,546 0000000000000501c7d65488f150300e28e9a095b41b8d8c2806282bb87e657d 0.25 MB 444 256
187,545 187,545 000000000000016a2c6dbd165b4a16ed5963ab4cf3f54d87818712fa7a27e943 0.08 MB 261 15
187,544 187,544 0000000000000185d974466b31e6e6006841b585e3af0edcebb7bcc7ec43b856 0.21 MB 490 141
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.