Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,127 transactions (0.63 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
911,505 000000000000000000022b910000000000000000000000000000000000000000 0.62 vMB 2,116 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,504 (292,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
619,119 619,119 0000000000000000000de959489455bd694ee01700487bc9ecde72d5cb01f44d 1.32 MB 3,134 18
619,118 619,118 0000000000000000001192274faf9264358dbce4ae2f180fcaf7a1adddca4a15 1.32 MB 3,351 35
619,117 619,117 0000000000000000000b76cff0dcb76254a748a99ed353c4ed37a25e51344821 1.17 MB 2,208 17
619,116 619,116 00000000000000000010a2ef54f2d005936ecda791c5200c3445abbc60cf82f4 1.36 MB 2,527 25
619,115 619,115 000000000000000000086687cd2123fafb79702b1886b5d88ad8ef7ff83441d6 1.15 MB 1,923 13
619,114 619,114 00000000000000000009521846e1fde51e0ee7bd2400c495a5edd2edc4e32e0d 1.25 MB 2,632 19
619,113 619,113 000000000000000000112de5142ea91827054bc1440565d24cd1aa0da9583bd0 1.22 MB 1,834 15
619,112 619,112 00000000000000000006a0fddedafdfd447a97f3364537001d5e9486446d4e8e 0.00 MB 1 0
619,111 619,111 00000000000000000008a06f3243b7d5fd904d6fb90cd11db9603cc0552e6c8a 1.24 MB 2,656 21
619,110 619,110 00000000000000000007655dfbd1360e20a1be8bdca76cd618798b18c2fa4f06 1.18 MB 2,315 16
619,109 619,109 000000000000000000007b20c8d94d2e68caa2bffeb6cad1ff741c9bdb64b79f 1.20 MB 3,094 18
619,108 619,108 0000000000000000001162cd5571ecc2600d23fd6909553347ddc1ed145f15f7 1.32 MB 3,161 26
619,107 619,107 00000000000000000006a3f64b72aeeb88414d25eb7b3c7187e9ebfd575e2c46 1.35 MB 3,206 35
619,106 619,106 00000000000000000005ecf50ef46791df24b6cbeba424fec4f794ea4dbdf0a1 1.43 MB 2,098 21
619,105 619,105 0000000000000000001170994d245952dcdc66d915a62977e3110d1f23381651 1.24 MB 2,605 15
619,104 619,104 0000000000000000000fe63f1629b9763c8bcf2878e86cbcfb7b6bbeeaadafa7 1.35 MB 3,075 28
619,103 619,103 00000000000000000009a771b46e7664bfbf7a69dec61216b5bcf206429a2d36 1.17 MB 2,812 20
619,102 619,102 0000000000000000000558ba39037defc4ab2f4653d8b2a081ae17b42cc5f97a 1.24 MB 2,824 22
619,101 619,101 000000000000000000039469362b8bae21fc6e7d8103f89f9b4300d77868ba00 1.20 MB 3,161 19
619,100 619,100 00000000000000000006bb7f9eb33e55e09a7c72e99246251449d2093cbbcf44 1.24 MB 2,056 34
619,099 619,099 0000000000000000000f2ab81d4964520460be5cfe256395896f6632ae421e38 1.26 MB 2,565 22
Previous 10 blocks ↓
Total Size: 776.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: 2,412.44 GB sent, 129.58 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.