Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,532 transactions (0.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,094 000000000000000000022b910000000000000000000000000000000000000000 ago 0.71 vMB 2,531 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,093 (304,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,107 607,107 000000000000000000097b75b067edfec054d6166400a520da000c95a362959b 1.40 MB 2,559 16
607,106 607,106 0000000000000000000653f140d16acda1024af3a73ec1a46e40be86c85d376c 0.98 MB 2,099 10
607,105 607,105 00000000000000000008ad149b8394746e25ddd71af6ad1e6fb6160ef3e4eb81 1.30 MB 2,732 10
607,104 607,104 0000000000000000000a6117cf66547f6b31b449950487f41c597b4f2cd757ab 1.26 MB 2,578 8
607,103 607,103 0000000000000000000ce1ceab1b1c042c3db2c1749ddaaea7b96c2e084b71c9 1.49 MB 2,456 16
607,102 607,102 00000000000000000013cc95643629f07a48958abc18f15791eedd4d4289d3b3 1.53 MB 1,666 22
607,101 607,101 0000000000000000000492fcf9b5a890109e597f252f0f9cd68b7037d4d97cf4 0.41 MB 1,046 7
607,100 607,100 0000000000000000000fb501fef3731b0d5c32a160da817d5250d5a5428e9587 1.39 MB 2,312 13
607,099 607,099 0000000000000000000b29768e8d94310ad654c830f15a1141862f1bec91afd0 1.55 MB 1,811 9
607,098 607,098 0000000000000000000f2e8cf01c701e51d0ea8d55318ddfe208018a0338a906 0.63 MB 1,792 13
607,097 607,097 000000000000000000009c5e8b5f986e8ade358770b5ad607d9be2d743976fc3 0.79 MB 2,064 13
607,096 607,096 000000000000000000081b03dbe76c49d4999a02cbfc257b2620b128e66385dc 0.08 MB 269 2
607,095 607,095 00000000000000000012cda1582aa84db7693781318e4474e6d015cfbf787841 1.29 MB 3,257 14
607,094 607,094 00000000000000000007699b1de56ce729b13d9ffc7f59e8a7b13605f7ec00d1 0.14 MB 406 15
607,093 607,093 00000000000000000010b43322c6c3ba3499e045c624c3e9abdb778e4c02d374 0.68 MB 2,027 13
607,092 607,092 0000000000000000000871898df2588681ba607f77542183640adf2de5dfcd22 1.01 MB 2,877 7
607,091 607,091 00000000000000000004e7d49514a2de58b935f9bfb82da843c1c89c151f291f 1.33 MB 3,288 22
607,090 607,090 0000000000000000000e543cb7c82a1cb0ad6f1ff3638e078f59053878600714 0.18 MB 513 15
607,089 607,089 0000000000000000000a838e5d0c8acf37fa1ce654a62c5258dfb110f8b6aa56 0.21 MB 581 13
607,088 607,088 00000000000000000013367541fac23b6e60af91190253fc57ae5fa451d9446c 0.21 MB 645 11
607,087 607,087 00000000000000000003d88770e5b5869906ae5116645ab17e401d39e0530c97 0.29 MB 574 15
Previous 10 blocks ↓
Total Size: 777.25 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: 2,523.36 GB sent, 134.62 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.