Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,834 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,266 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,833 (820,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,420 88,420 000000000008411307094a4bb6ec41616daaf118aa468182eb24dc17adc6dd5c 0.00 MB 1 0
88,419 88,419 000000000017d5a06c357e540bed2b84083bdf148645bfcc0509abc00a480b7d 0.00 MB 2 0
88,418 88,418 00000000000998f2581d71edb6daa385290414ac79a5317d3dc595d6c93bb7cf 0.00 MB 1 0
88,417 88,417 00000000001d5a2daee6d3be7ac153af21f10b94cd77d68775e9991d8f476c00 0.00 MB 2 0
88,416 88,416 00000000001b3cadcd6617b610ac950fd077ba2e3ecb57ab505db270821f8f91 0.00 MB 1 0
88,415 88,415 0000000000080c987f7d635192f1c87164467fb0496f3ca18b7d25279dad169b 0.00 MB 1 0
88,414 88,414 000000000012c8e9a69a6289da1168198fa50aa0c5d93e04fd9103b5d5ba558b 0.00 MB 1 0
88,413 88,413 000000000004139aafeeb386a5a32aff860b1d981a0b2442473ac0c1febbde85 0.00 MB 3 0
88,412 88,412 00000000000a57cfd5dd681b59689e1281a6fd0ba46f224e7b0a4598b125a559 0.00 MB 1 0
88,411 88,411 000000000017521cddea9a9e0b556b74ac119f9bd8a36d4756de45556ed3c2f4 0.00 MB 1 0
88,410 88,410 00000000000d625eda7600f10129c00b849638204af73950485cd850703e58d5 0.00 MB 1 0
88,409 88,409 0000000000138682d45c5de395ba6d080288b223a840ae2ba07efd180901bd03 0.00 MB 1 0
88,408 88,408 000000000019bfd5b86180af33af840a4086f0dd1dfcf6e656c2f8424813e4cf 0.00 MB 2 0
88,407 88,407 0000000000129cd65b8b52e9607144a9425dbd64f96522e1fe625f6bc9d74c70 0.00 MB 5 0
88,406 88,406 000000000008ebe55d2b92798de45c1eca06db946917f4d46482463b2c40a9a1 0.00 MB 1 0
88,405 88,405 000000000003376378fbd2d4392b928ce825249a0632339d9a96619b06f4574e 0.00 MB 3 0
88,404 88,404 00000000001d73a61afb05b1b8718e2c38a3b7a73bea4b495ce721fb2bc9c707 0.00 MB 1 0
88,403 88,403 000000000015c5209b908c75724436fb583529eaf0660eee9df3df21f4b8d089 0.00 MB 1 0
88,402 88,402 0000000000174c7f0391a0069e880ebe3f69944dede8b578a111e0e660ebf79e 0.00 MB 1 0
88,401 88,401 00000000001dee20cf2323604befd30079b42a9dad0083feb4bdacc7ec512fbf 0.00 MB 2 0
88,400 88,400 00000000000ab0e387b3962461fd58b3f5ca34b0184ab4ea66fdc8b827d3ad69 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.24 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,858.18 GB sent, 103.30 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.