Memory Pool Memory Pool Refreshing

14,193 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/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 1.00 vMB 4,197 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (578,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,852 328,852 00000000000000000bf945060d0d371d7345107dc68cc6e2ca0282e3c2288b1f 0.75 MB 1,517 33
328,851 328,851 000000000000000008dec19f5069b54a01d1e489a8d0223c4bb452a7f4515225 0.01 MB 9 7
328,850 328,850 0000000000000000034749baf829b1add11bab90bbe55a14135e5e27470b51a0 0.75 MB 1,738 36
328,849 328,849 000000000000000019f5a467dcdfba773dff1925305ea4df86466bf39c2e038a 0.12 MB 195 17
328,848 328,848 00000000000000000029b2f77384119de402e8e37f1b464486216d9913cd77c6 0.41 MB 597 27
328,847 328,847 00000000000000001b370d2dfea814ff26d30b9a3fd3e8eeb7b558b5aa1e6aae 0.93 MB 944 22
328,846 328,846 000000000000000004c0f1aeabbefcf7f4f5f61d6a96f8f22d9bc27dc4db81e7 0.75 MB 1,457 29
328,845 328,845 00000000000000000e02c68b8603cb67d01c877fb1973b743f5559429007dfbd 1.00 MB 1,558 26
328,844 328,844 00000000000000001bbfb1bde064a64303ff3418ed60a46c370df8b2b7570ec3 0.46 MB 899 28
328,843 328,843 000000000000000003dbc9c18a3ecf834d1643d532146d77de8362cbf1a0bd73 0.41 MB 906 30
328,842 328,842 000000000000000016460eec2de40079cd863d3b9bc2b4af7675103ea8fbbd59 0.23 MB 359 21
328,841 328,841 000000000000000006978b71be158faf5e5ca48b538d7df7cdbdab514b4f5af1 0.44 MB 868 25
328,840 328,840 000000000000000013055340dec61bfde44f483e618936b42f921aea290bf45c 1.00 MB 944 18
328,839 328,839 0000000000000000020d775f78528d914d73001c620f65bbea4db0e29d84606c 0.75 MB 1,644 32
328,838 328,838 00000000000000001156e391a064d4cfc64be57075063a902b18deeae4822f6a 0.35 MB 993 36
328,837 328,837 0000000000000000046e315c04b880daa3dd4b040ff3b0518803afa7d1da399f 0.17 MB 512 51
328,836 328,836 00000000000000000d51300fdada8e60136a785a0fe043c93fa14478cbee364d 0.26 MB 417 23
328,835 328,835 0000000000000000098d5b7071a8a3e19239914162bf9e846dafb36df2302f26 0.18 MB 244 17
328,834 328,834 0000000000000000119aeed5771344944ad7c89813769c72dd553e07afe68ce9 0.42 MB 584 21
328,833 328,833 00000000000000001a050d53410f3a0a36355dc092f5c6cdea870fde65c1f9fa 0.26 MB 376 21
328,832 328,832 00000000000000000f0f0c7c207fce7438769e7277a2b7c02bf7d0dd4ee88ac7 0.21 MB 398 28
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,622.95 GB sent, 92.96 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.