Loading Tool

Explorer IconExplorer

Memory Pool

35,614 transactions
25.98 vMB
0.06697440 BTC
Random Selection Loading Transactions
Max Size: 132.56/200 MB

Candidate Block

Mining Attempt 0fc3672c26bed4045c87ef4027d4b28fcaec534a9635b1286c6ff3c222141b70
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root e2070cbc09f91d59760438850dc1750fe30f3e8ce4d5bc2f65f090507622fc33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.01929113 BTC
Feerates: 713.01 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (295,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,126 619,126 00000000000000000011c816754dc7b3c139e1655a0bf77558859e46426b6815 3,204 1.00/1.00 vMB 35
619,125 619,125 000000000000000000016445d79ebcaa52d1bd5ae48cef9759305d447567e709 2,683 0.99/1.00 vMB 17
619,124 619,124 000000000000000000059a7178d0c70e7efaa0f7e70a162f18e6603189557ea2 2,985 1.00/1.00 vMB 24
619,123 619,123 0000000000000000000e0b66f0755b96535d2e53bfc86c6c3fedf3a082c1f910 2,927 1.00/1.00 vMB 36
619,122 619,122 0000000000000000001159ec899185ec8f056b7655bf7898fef186454efde94f 3,206 1.00/1.00 vMB 23
619,121 619,121 00000000000000000008e901529a41ef9350ff42166c8abeea80f6e708a46463 2,989 1.00/1.00 vMB 36
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
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: 11
  • 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.