Memory Pool Memory Pool Refreshing

3,099 transactions
1.16 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,919 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,647 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (797,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,667 110,667 000000000000c173d16e00434ea8af8772721952a1c0f2e4937686ba1b81bd74 0.00 MB 6 0
110,666 110,666 00000000000193b2e631d60507cbba361954c8afc79882a99653554a3d865767 0.00 MB 8 0
110,665 110,665 0000000000005b7da35f1cd692b8978baa8c4857767d363152107ee507574c70 0.00 MB 5 0
110,664 110,664 000000000000b3e4de7812007958b7b97fb268d0112c5dc68c9cc671770d67c5 0.01 MB 5 0
110,663 110,663 0000000000011571aa2f41f4a9271e4fd76a4ec30b45409cdc7ca0ebb1b574e7 0.00 MB 1 0
110,662 110,662 00000000000057cb037af0f362bc5e907eeecce5679cf9b42ca7cd0219de89cf 0.00 MB 6 0
110,661 110,661 000000000001a011e2f071bb8b3cf3633955a54e9b61f59c1d236bfbfc738357 0.00 MB 11 0
110,660 110,660 0000000000011095b17e5588dd11a062cb8b9b2b5ef7366bbc801467063bebf2 0.00 MB 12 0
110,659 110,659 00000000000147d87501df97fccb4dceac0d04c0353628f51f76b8f9e68522b1 0.00 MB 13 0
110,658 110,658 000000000000371b9007cc05a4430985c9cb221d4d865f2657066e7c35522c51 0.00 MB 12 0
110,657 110,657 000000000001364e74b5f3d5227ef1c7c10021ba252734d339d59c954f600791 0.00 MB 14 0
110,656 110,656 000000000000a7240753b72863f2ca0a32bee2013b38ada1917d2ff08d945bb6 0.00 MB 9 0
110,655 110,655 00000000000188effd77f668331b60b59ac796c4cf1f9089a65cb33f00c9d2d5 0.00 MB 11 0
110,654 110,654 0000000000019e881a9e8d8dc55a3d95b1925a3f4f8d2307da87967ccc28ee5b 0.00 MB 7 0
110,653 110,653 0000000000013a7be6c1b34cf7f596213113bc43fbd33361ef7391160cfbd4bf 0.00 MB 5 0
110,652 110,652 0000000000015d3adb21bba9c1a8f04ce409a48334fecc97d44fde0962853575 0.00 MB 2 0
110,651 110,651 00000000000117b725d6a8b8f5aa9fad6511448b69d58d8368d9b138b0965997 0.00 MB 1 0
110,650 110,650 00000000000170f478ee7cb055dcb8d464c3458cb658b8358944c8f443b60048 0.00 MB 1 0
110,649 110,649 0000000000003962a43bf459f2dc62f899829cf8bd17e1d300dc16e453f822b9 0.00 MB 15 0
110,648 110,648 000000000001b73d40aedc00587a07b7acb1616981643090604be5ab5729e56b 0.00 MB 10 0
110,647 110,647 000000000001091af8d4f10ca38f3aaf95b06e482220d0a79ee120db2dc86c27 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.39 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,644.32 GB sent, 94.90 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.