Memory Pool Memory Pool Refreshing

9,059 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (797,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,484 110,484 000000000000e2777a35ed6a28f6baac700e712d10563e1373282c7e03b74b6f 0.00 MB 1 0
110,483 110,483 000000000000d9b2eb0944bcac534c0006f05be4b219a072d93e22a9ea668951 0.00 MB 9 0
110,482 110,482 000000000000615197aaed3609de2155a668c0db0761d584da1a827b4185c980 0.00 MB 5 0
110,481 110,481 000000000000aca0ccba20114c436ef38bef84fefbd0fa3dab78c3f7d0f9ac06 0.00 MB 12 0
110,480 110,480 0000000000000d5b5401ed040c4369c2572e599776008365caa30881e8593329 0.00 MB 6 0
110,479 110,479 0000000000016e076bded256bbdbec50bcff55ac0bc589dece29a083b27a454a 0.00 MB 2 0
110,478 110,478 000000000000b01ab48fdf1f4fd8b94ffb13dc91354d2f6df495ed531c39690c 0.00 MB 1 0
110,477 110,477 000000000001214c6240095f23c9c17713bc7c1ba6ed162a39157617a0f59740 0.00 MB 12 0
110,476 110,476 000000000001132de2048f1f3cec237ea1a108323a1df3aef097c8bb9e6d3d47 0.01 MB 20 0
110,475 110,475 000000000000d9ecf4b6ed4633199b56f247984c9516c8e63d28c6e15b3bb767 0.00 MB 2 0
110,474 110,474 000000000000c96797eca35223e5d6c21ebe661c8e2a75a80d77d741ecd4e24f 0.00 MB 3 0
110,473 110,473 0000000000008c959e40e2fe914f37aad99eb654612ddd722d82b6f7c3aa0c58 0.00 MB 6 0
110,472 110,472 00000000000077a8a7ca5c391aaa8811b17b26164bb2554cc7b7ebafcd0d526a 0.00 MB 3 0
110,471 110,471 000000000000ecdd33c4911df1885c06a3f05b3c916efbb954fb40bd5cb339c6 0.00 MB 7 0
110,470 110,470 000000000001232bd3d40e7c628f3bba496f91ac794f78450f29b23b88ed539a 0.00 MB 11 1,507
110,469 110,469 0000000000002a0e1c4a9df0ed49d657fb244bf846f4882a1bec2259433978f8 0.00 MB 1 0
110,468 110,468 00000000000013a7b7304d3fded640bf3a3594eefec85072f9c944b3f0acc40b 0.02 MB 40 0
110,467 110,467 0000000000015d6fdeb7755ef2374de578b9e3c48469327bfe6847d76a57033c 0.00 MB 12 0
110,466 110,466 000000000000fe26bdd7ea04c3d623ce5126a0f82b7fde47bddb871666ac1efd 0.00 MB 13 0
110,465 110,465 000000000000d38c763d1385f134cc7b0b845c6cef7300b6c6c7acc69cd2f1c0 0.00 MB 12 0
110,464 110,464 00000000000167cac8e061d4592f7ec56841f465b3512f14e9c0d551ea71c688 0.00 MB 12 346
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.