Memory Pool Memory Pool Refreshing

600 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (877,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,562 30,562 00000000876e25665090296e7ab599d66c0ee41f5335c0d5eebe368861f8a894 0.00 MB 1 0
30,561 30,561 00000000d5cc7f3ca73408d6d73d4411965a2b4af1486630b897438c80d8c25e 0.00 MB 1 0
30,560 30,560 00000000d51933255ca3cb626c46420bc6a91b7b012bf295b12d80a482999089 0.00 MB 1 0
30,559 30,559 000000008cc1ab14a25974eb36456f60f3c4125c6ffaf85877ab72c868cb9b7b 0.00 MB 1 0
30,558 30,558 0000000007d5609950ad3bde5e4f983197019b4c5105f430cf418db3742f42e7 0.00 MB 1 0
30,557 30,557 00000000d03d66b4c1574588e848c6390790f61d851d0dab86ec390f25ebeaa2 0.00 MB 1 0
30,556 30,556 00000000c6116d059e29af13a319ba4bc308c1e17836c5fe0b3379a5ce511f50 0.00 MB 1 0
30,555 30,555 00000000e4a1d3036720ab52729fcbc28eec194dad19fb127e5cc5ccf3fd03c3 0.00 MB 1 0
30,554 30,554 0000000075b90eb9f9a34db59e8b1fcda0ed40729d5e1a922ca4fbcc09fe98a7 0.00 MB 1 0
30,553 30,553 000000002d6980ef995984f6b86b407c6b528b1f0256fc2560c37c87291a94b6 0.00 MB 1 0
30,552 30,552 00000000321f003a4b07aaaa137f2e8e6c6d6714885e019709e3a040fe896216 0.00 MB 1 0
30,551 30,551 000000002197ba7b47d16f3de31fabf2e005fc04f4efb853984d5ef5f363aeaf 0.00 MB 1 0
30,550 30,550 00000000216eef4a962d5ed268cc95cec78af38bcae80795a38d249ca4cc37d3 0.00 MB 1 0
30,549 30,549 00000000fa02ac76d2c86e5c642a5b594dc63367620f007d1284f41c178032be 0.00 MB 1 0
30,548 30,548 000000007fdb4385b6f693467c197e5d1fdd0c1f49f8470e68b9b96e332991ab 0.00 MB 1 0
30,547 30,547 00000000f36db1a7daa932fea40e9ef5782623130119fafc2701579ce31c2d6e 0.00 MB 1 0
30,546 30,546 00000000726b0a8ecd2473feb1b8c23d2048e3ec29269971e9946da5f3e65bd9 0.00 MB 1 0
30,545 30,545 00000000b3f6e7cb875be158a3fd634d8a25ecfc4af35f8ebef5bdbb1b40c731 0.00 MB 1 0
30,544 30,544 000000003c963581f36ad574e52f35cb807f9b2449dc3f25011e564d242ab57d 0.00 MB 1 0
30,543 30,543 00000000193f39a6fddc9b391a06de4c14b1f80b9edf03a9322fa9f22711ea00 0.00 MB 1 0
30,542 30,542 00000000192d2e500edd97b7e247031dc0c2ef3605be029e2d79171971081354 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.