Memory Pool Memory Pool Refreshing

5,102 transactions (1.78 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,021 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,024 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,020 (831,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,012 78,012 00000000001a7dd9bedd048bd159de67a4f0a1a565848dc387c77fa820df6752 0.00 MB 2 0
78,011 78,011 00000000001350d1126cab9e0759e2a60056f82261419e205f3fa7af0f5e73bc 0.00 MB 1 0
78,010 78,010 0000000000130fa122318e8e8e8a59b6bcbbf288156023e318f70e34dd570e09 0.00 MB 1 0
78,009 78,009 000000000066a8507865aeac72b58ba021ad861f2d32f72bb2bf2d4465231b37 0.00 MB 3 0
78,008 78,008 0000000000458342726132a783b7ca341c8b0357514f2656e9d3c4430f253758 0.00 MB 1 0
78,007 78,007 0000000000563f24f805efbffb905f2612a1aaeda0c65f461b7422437f68dbfa 0.00 MB 1 0
78,006 78,006 000000000004c3de419181225eec36dfdceef582a8d3b8d746d601efb0f29ce1 0.00 MB 1 0
78,005 78,005 0000000000186e517891a8abc343dfefe66aafc83897666ea8539d27a8edfbd4 0.00 MB 1 0
78,004 78,004 000000000066120ab9136251d2aa40c18f3f69e42412aacfdc7a122cede2f3a5 0.00 MB 1 0
78,003 78,003 00000000002c13665270c84b2a61d75758ff4e4e74864463f1bb50340a14a3bf 0.00 MB 2 0
78,002 78,002 00000000004c8aade2d7b67c1970136aa3dfcd2c830ce6285f4d66abf2b32876 0.00 MB 1 0
78,001 78,001 000000000000883080e6717f944f2ed3bb6f2fa0e2723a8486c476acc713a079 0.00 MB 1 0
78,000 78,000 00000000001f3fe62641b473673c9ababbe207046a109f0861af95c905a918fa 0.00 MB 1 0
77,999 77,999 000000000059ebb1d38fff0032188a919b2d775d43f9761b906ee9877d2201ee 0.00 MB 1 0
77,998 77,998 0000000000558ad5fd10a3efc6c1f95fab1826495c03c9eafa950860d407a263 0.00 MB 1 0
77,997 77,997 000000000000ef0645b7320806a486e3c084850bbf471f297d4264fe1be43760 0.00 MB 1 0
77,996 77,996 000000000064300a49eb1239322f216cfa367d974ead99a55698f72c08a06592 0.00 MB 1 0
77,995 77,995 0000000000210c9a3668edd2db5917116d2eb3dc5a90aef8fce52ac143b147f7 0.00 MB 1 0
77,994 77,994 00000000004df478f4d3520e07826763009af055ff42ce63cf783d50e9c134fc 0.00 MB 1 0
77,993 77,993 000000000031ede660ff46878d80e86f71fa864ad8f4ba498634f7e2c4aef77a 0.00 MB 4 0
77,992 77,992 0000000000219bb6379bbbd533f253da8b62c9553881aba30319cb5423bd802b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,868.55 GB sent, 105.38 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.