Memory Pool Memory Pool Refreshing

2,725 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,781 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (39,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,862 867,862 00000000000000000001915396e55a88e921bbdce037f5871de45597728d54e7 1.55 MB 2,845 9
867,861 867,861 00000000000000000002064dbb315137dfdf1ec739c48c5ad6657512314bfb57 1.57 MB 3,125 24
867,860 867,860 0000000000000000000205c9b38fd18baee6404fc3efb0980c474cfb2fa6ec0f 1.56 MB 4,905 10
867,859 867,859 00000000000000000002e50e04cbd5c8a198c6473fc59221d7893fb31bc422ad 1.54 MB 4,455 10
867,858 867,858 00000000000000000002160f1b184abd0f11f95d2296694ebe486c73c0541fb5 1.53 MB 5,236 17
867,857 867,857 00000000000000000001c6ce3c2dd109979e283cc3fb7b436c109a92724db4ea 1.52 MB 4,398 22
867,856 867,856 00000000000000000000ccd6cb3b1c37800d35a38a0d9b67126f324c37e4e004 1.45 MB 5,372 24
867,855 867,855 0000000000000000000174d0d1dc16103e56887a6da3fbf102803a1e4ecbaa0b 1.42 MB 5,513 26
867,854 867,854 0000000000000000000298f5570f452ec0a7f15d49733174f8b403ec96ca5760 1.36 MB 4,453 31
867,853 867,853 0000000000000000000082a116a233b83f57284f9e3f2df244d8592642a5a175 1.46 MB 6,661 26
867,852 867,852 0000000000000000000070c8cd8122ddaf0b19a55ad157cf60841b2748d29572 1.45 MB 7,100 12
867,851 867,851 000000000000000000007d638577b23fcae9a744a9e93b3fcab40c6b82584589 1.41 MB 6,802 15
867,850 867,850 000000000000000000001681e76a1ce00d763a903329e17f5c8766a197d894f6 1.52 MB 3,821 5
867,849 867,849 000000000000000000004f83412f0a625912fd9c68e87138655f1b060a99f656 1.67 MB 2,714 4
867,848 867,848 00000000000000000000b9c3c0382f196384a10f896023a272fd4f0316732db9 1.63 MB 7,560 2
867,847 867,847 0000000000000000000008bd5fff8188c1bbba4e1d7199383ef906934839498e 2.03 MB 4,652 3
867,846 867,846 000000000000000000028903ee797ff857731d246cd66bad6b1e0493de808ba3 1.65 MB 7,136 2
867,845 867,845 00000000000000000001d7d8681ddaa7e7aa1b1c58a14905f1be745202ecffac 1.96 MB 5,839 2
867,844 867,844 00000000000000000002ee59ef163640e2f6e78c7c94c9559b08f0b399a448b6 1.80 MB 3,428 2
867,843 867,843 00000000000000000002e3a1bd64be385be1c6aacaaded5afa791e559c2d0bb0 1.64 MB 3,359 6
867,842 867,842 0000000000000000000291862e3cd541049e951ae98435067d33bb71d10f4a15 1.53 MB 2,948 8
Previous 10 blocks ↓
Total Size: 769.17 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,633.30 GB sent, 93.78 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.