Memory Pool Memory Pool Refreshing

3,968 transactions (1.31 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,923 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (880,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,464 28,464 00000000e1717077c61a295f96c68d863b89f6167fc114a8014b9dd207ba1248 0.00 MB 1 0
28,463 28,463 00000000ced8a715d5a18aeafab519c6cc9f02b948e6d70855ca802ab0f8e1db 0.00 MB 1 0
28,462 28,462 00000000f090a744615ed2e87507cb0597b7926fcc93fdf4c1be1625487d4536 0.00 MB 1 0
28,461 28,461 00000000c1166bb087c07beca4c8c6ceaf89cc6d32792e321459ba3eb026d824 0.00 MB 1 0
28,460 28,460 000000001cd05acffad62ea1b7387fec0a5935c657bc36508918e26f44906e67 0.00 MB 1 0
28,459 28,459 00000000f88f6b67b1b67628a2056f1c799c1dbd30b395e3ab15309dcc012a99 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.78 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,938.11 GB sent, 106.48 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.