Memory Pool Memory Pool Refreshing

137 transactions (0.03 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,091 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 113 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,090 (880,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,458 28,458 000000002f8ade70e8c095c79e311c18c24f32cf4ba72a5762feae1e636d34a7 0.00 MB 1 0
28,457 28,457 00000000577835732898ea362468afa248d56fdf33462b8fe848cc608fc4d797 0.00 MB 1 0
28,456 28,456 000000002992155da12f95af3f622ea060ea5eba52c60768a56bf08400e820e5 0.00 MB 1 0
28,455 28,455 0000000047bd549f45e42bb1bd63984bbd5823ea1db8dd367bd131e9d858b02c 0.00 MB 1 0
28,454 28,454 00000000cf520448fc8ec15b1617bda624911084f280cf502880013bdb2e6d5b 0.00 MB 1 0
28,453 28,453 00000000a4f7dee6018676822f919a77c0488fae9193d15d80be551050ea3299 0.00 MB 1 0
28,452 28,452 000000009e13e25520bd88e932eb73b642c19514e7796b77020eb9a97e2736c4 0.00 MB 1 0
28,451 28,451 00000000fd2bfc035f998938fc3441957e240c0c149b2f72ea84dbd168c6df84 0.00 MB 1 0
28,450 28,450 0000000018fe2d070679ae6e6bb5d028a3d549d40f199441e84266d78d17cdfd 0.00 MB 1 0
28,449 28,449 000000009343afcf0b4b53f49b7c9248d5790f11911d2729e61e010a4c1125d6 0.00 MB 1 0
28,448 28,448 000000000458c1bfcca20945c16c0c4f9b97796f8977ab2fb8265bd5865c235b 0.00 MB 1 0
28,447 28,447 0000000040720a9e1d7f1085773cd0a73be5903b3adae445bef497edd20dac4e 0.00 MB 1 0
28,446 28,446 000000000c307085ceea2fe3dfb208b5d19ff4e76eb6a3871579fbf6d6dd0345 0.00 MB 1 0
28,445 28,445 0000000094c55c622da0aa423f6ab5ef5a8ccf55a557a125d1e2fdf21e518cf9 0.00 MB 1 0
28,444 28,444 00000000e651206c9dfb15d1c6d6f9a6e79440363fc51fc740a433ed229f881d 0.00 MB 1 0
28,443 28,443 0000000097d07db7cdbfa8b1c04ded5272fad12894841d8971bb6081b536f919 0.00 MB 1 0
28,442 28,442 00000000cb553da4ceada6e653c24584337558f69a6ff77bb477b070312df576 0.00 MB 1 0
28,441 28,441 000000004e1ee0f7a59020df2a1de2dfc2537fde627e4405888b8162135761ed 0.00 MB 1 0
28,440 28,440 00000000f6a4eab856a48fb8ad140dc05c6fb8f5f3ed72af6293570ab955581d 0.00 MB 1 0
28,439 28,439 00000000d53cdc6794d92b66a46d74a98eecddfb7178cd7940e6edbd5ef3ec09 0.00 MB 1 0
28,438 28,438 00000000bdaeb2bbc318163266733bdc92822c754248bc2f4753be10e3430e97 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.72 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,909.86 GB sent, 106.10 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.