Loading Tool

Explorer IconExplorer

Memory Pool

35,438 transactions
25.90 vMB
0.06525751 BTC
Random Selection Loading Transactions
Max Size: 132.05/200 MB

Candidate Block

Mining Attempt e51a379e228298294819234f6e99c21e765f108acb49c5413b8a5f8ce08f119d
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 20e260ae915e5d7e1618bea4f361ed8451fedbdac62b51ec4b01b4ebe8624900
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,106
Size: 1.00 vMB
Total Fees: 0.01786539 BTC
Feerates: 713.01 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (295,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,120 619,120 0000000000000000000dad48f7d5f0844be19e7601eac2f36b33c85b80aae0e4 2,916 1.00/1.00 vMB 5
619,119 619,119 0000000000000000000de959489455bd694ee01700487bc9ecde72d5cb01f44d 3,134 1.00/1.00 vMB 18
619,118 619,118 0000000000000000001192274faf9264358dbce4ae2f180fcaf7a1adddca4a15 3,351 1.00/1.00 vMB 35
619,117 619,117 0000000000000000000b76cff0dcb76254a748a99ed353c4ed37a25e51344821 2,208 1.00/1.00 vMB 17
619,116 619,116 00000000000000000010a2ef54f2d005936ecda791c5200c3445abbc60cf82f4 2,527 1.00/1.00 vMB 25
619,115 619,115 000000000000000000086687cd2123fafb79702b1886b5d88ad8ef7ff83441d6 1,923 1.00/1.00 vMB 13
619,114 619,114 00000000000000000009521846e1fde51e0ee7bd2400c495a5edd2edc4e32e0d 2,632 1.00/1.00 vMB 19
619,113 619,113 000000000000000000112de5142ea91827054bc1440565d24cd1aa0da9583bd0 1,834 1.00/1.00 vMB 15
619,112 619,112 00000000000000000006a0fddedafdfd447a97f3364537001d5e9486446d4e8e 1 0.00/1.00 vMB 0
619,111 619,111 00000000000000000008a06f3243b7d5fd904d6fb90cd11db9603cc0552e6c8a 2,656 1.00/1.00 vMB 21
619,110 619,110 00000000000000000007655dfbd1360e20a1be8bdca76cd618798b18c2fa4f06 2,315 1.00/1.00 vMB 16
619,109 619,109 000000000000000000007b20c8d94d2e68caa2bffeb6cad1ff741c9bdb64b79f 3,094 1.00/1.00 vMB 18
619,108 619,108 0000000000000000001162cd5571ecc2600d23fd6909553347ddc1ed145f15f7 3,161 1.00/1.00 vMB 26
619,107 619,107 00000000000000000006a3f64b72aeeb88414d25eb7b3c7187e9ebfd575e2c46 3,206 1.00/1.00 vMB 35
619,106 619,106 00000000000000000005ecf50ef46791df24b6cbeba424fec4f794ea4dbdf0a1 2,098 1.00/1.00 vMB 21
619,105 619,105 0000000000000000001170994d245952dcdc66d915a62977e3110d1f23381651 2,605 1.00/1.00 vMB 15
619,104 619,104 0000000000000000000fe63f1629b9763c8bcf2878e86cbcfb7b6bbeeaadafa7 3,075 1.00/1.00 vMB 28
619,103 619,103 00000000000000000009a771b46e7664bfbf7a69dec61216b5bcf206429a2d36 2,812 1.00/1.00 vMB 20
619,102 619,102 0000000000000000000558ba39037defc4ab2f4653d8b2a081ae17b42cc5f97a 2,824 1.00/1.00 vMB 22
619,101 619,101 000000000000000000039469362b8bae21fc6e7d8103f89f9b4300d77868ba00 3,161 1.00/1.00 vMB 19
619,100 619,100 00000000000000000006bb7f9eb33e55e09a7c72e99246251449d2093cbbcf44 2,056 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 635.99 GB
    • Received: 12.34 GB
  • Uptime:

Notes

  • 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.