Memory Pool Memory Pool Refreshing

17,487 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (161,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,709 746,709 0000000000000000000532cace6eb1daa44df963a7f8e6fd2532e9b2cf9c3028 0.51 MB 990 13
746,708 746,708 000000000000000000066ac7cc77ece4b4527d6a10516fd0bc7e68484c9049f6 0.29 MB 523 9
746,707 746,707 0000000000000000000872e371ff5b24312e96c12f58c267a66c378eccda5bbc 0.47 MB 830 10
746,706 746,706 000000000000000000072eb4c58d26692ae67cce09336c54b2e4badd65e3642b 0.36 MB 682 11
746,705 746,705 000000000000000000016658e887375073fd91b04095c7ec8bd423b5731bfde7 0.88 MB 1,317 10
746,704 746,704 00000000000000000003179c59824a81f6b8d3a4c542f008ad702ea9396649ca 1.14 MB 1,679 13
746,703 746,703 000000000000000000080ab53c78b457e7fdd74e897367f58b3bdb075528f492 0.92 MB 1,734 11
746,702 746,702 00000000000000000003eedd0b4cd7c4429bdc769e8557b01a15fa881f1ee466 1.47 MB 705 1
746,701 746,701 0000000000000000000138a3a164196b813a5ca1da9801e510fe32e8a44f339c 1.44 MB 3,085 15
746,700 746,700 00000000000000000007e26f2856d6ea7c2a55edde67111c698104424d9a5d9f 0.58 MB 430 8
746,699 746,699 00000000000000000006096ecb51149b9eb2237eaed8d6eac1950a91135ca44c 0.21 MB 162 7
746,698 746,698 00000000000000000001c5900d46ecfdab8cfb0bf91a101e151817f901e73b35 0.16 MB 281 12
746,697 746,697 00000000000000000000bd1877cdee38053f5c2f0e9c919ac42ed5bea2738d3c 1.01 MB 864 11
746,696 746,696 000000000000000000080942ae0765f5e1f5d4a3e04cf514bf0f708f3a81b5a7 1.30 MB 1,053 12
746,695 746,695 00000000000000000008f7dbbdac3f5f382c577037ac7ceddab3b978ba81f7ad 1.23 MB 2,290 11
746,694 746,694 00000000000000000009444904deec0e4a25d27858863f0cbc19f2a164c33792 1.07 MB 2,002 11
746,693 746,693 00000000000000000007d1712328c3b95adc170e3e04b2499c04a4ee2905f72e 1.16 MB 2,561 12
746,692 746,692 0000000000000000000455bcf0fd217e6b63626ded4804ad90696318cae89aec 0.24 MB 331 10
746,691 746,691 00000000000000000006eeeadcef05a4a737b99f25082d6af25929f1c24917cf 0.90 MB 1,588 11
746,690 746,690 00000000000000000009533ebc3cc0295e5dae12982e768e69d3d3ba6fbb80c5 0.10 MB 154 11
746,689 746,689 00000000000000000007bce2df503dbab90a4f061df11069b1e9accbec682b62 1.23 MB 2,838 13
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.