Memory Pool Memory Pool Refreshing

3,584 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 3,572 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (48,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,488 859,488 000000000000000000024f52b2ab2610a10f39a68a58a0537eec7ffd26cf4581 1.65 MB 5,695 3
859,487 859,487 000000000000000000010915948e0d6b2c40aa4144ed4277f978e231f4c44732 1.62 MB 5,875 3
859,486 859,486 00000000000000000000a87e35372788775f4d676c257622269e6f2a5b63ebb1 1.64 MB 5,352 4
859,485 859,485 00000000000000000001ce6a2e8eaedfd58e129793886aba15e59c1563451418 1.52 MB 4,207 4
859,484 859,484 0000000000000000000200806d8c588c75a76f6bd45884c823ebccf9465818e6 1.68 MB 5,993 3
859,483 859,483 00000000000000000000ea81c063f6235f99546b27d090aa9b0c6359e79bde6d 1.70 MB 6,121 3
859,482 859,482 00000000000000000002296bcf503add7ccf9fa685376222f1bc5abd6c51c6df 1.65 MB 7,306 2
859,481 859,481 00000000000000000002b6201c1cc0eff3b05e08c0662a77e27544614fca9211 1.70 MB 4,724 4
859,480 859,480 000000000000000000003352ca44c2b9b2f533bc5f76289a9ccc52912f08b795 1.55 MB 4,198 4
859,479 859,479 000000000000000000004565af8da97b77532df66605e695caa6fd447773d703 1.63 MB 6,869 2
859,478 859,478 0000000000000000000034ce4b87f49eab5397685de40591a75e47feb0fa4c2d 1.56 MB 4,633 3
859,477 859,477 00000000000000000001ff74df56523219ac3870282014c910f05d94c0d344de 1.56 MB 7,412 2
859,476 859,476 00000000000000000001b7cf49f43e811b5b4ce5798c6a51c6c0b96ad1a429f7 1.68 MB 7,169 2
859,475 859,475 0000000000000000000181f2408a3e201a42efec386ced19d9df9231ff009b70 1.72 MB 6,665 3
859,474 859,474 0000000000000000000120160c63150d934d0fbe5c445588c94ff8a22417c61d 1.54 MB 6,426 3
859,473 859,473 00000000000000000002ad302dd77e2c987029b74b28cb10454bf3bd8bf54f22 1.77 MB 2,446 6
859,472 859,472 00000000000000000002caefc24ab27c47cf5b607964ff5aa93fa5e0a7a06e5b 1.67 MB 7,313 2
859,471 859,471 00000000000000000000e7bb9df7f0fab049c72f6ab99e566926bc50edae79e8 1.71 MB 6,799 3
859,470 859,470 0000000000000000000244b8086ee5eac2e37ca5594d62809a1c163838701300 1.66 MB 4,799 4
859,469 859,469 000000000000000000011142beda8835e35a966e4d3adc5636f95d71c8c26d4f 1.65 MB 4,749 4
859,468 859,468 00000000000000000002d02d2e11197a1de20d48a7595a80c3ffc78d700c468e 1.54 MB 6,992 2
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.