Loading Tool

Explorer IconExplorer

Memory Pool

85,281 transactions
31.96 vMB
0.17302815 BTC
Random Selection Loading Transactions
Max Size: 190.21/200 MB

Candidate Block

Mining Attempt 811c506acc2b3a30dff138924a5712c071c413eac4c3ad98a56650c0a1c138ce
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 21f908bf37079ca4686aa6c14763274dd94edd53bf8abb975576248c47766524
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,918
Size: 1.00 vMB
Total Fees: 0.05461363 BTC
Feerates: 402.75 > 5.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (257,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,269 657,269 00000000000000000007956f7a8ef0ff4397191078fe9bd971a8fddfafd60195 1 0.00/1.00 vMB 0
657,268 657,268 0000000000000000000776df27c3f5fb672870a3b48e1f82ebeaaf675fc3fbb0 2,379 1.00/1.00 vMB 30
657,267 657,267 000000000000000000005ce12881b6e2b02deea1dc766cec516df7cbf00e7d7b 1,940 1.00/1.00 vMB 62
657,266 657,266 000000000000000000079778696c547fad9932a013a6e840aba43573f313ba1b 2,817 1.00/1.00 vMB 101
657,265 657,265 000000000000000000080a2c49dee547ec76f8102a25f8f10865bde42881d4d0 2,368 1.00/1.00 vMB 34
657,264 657,264 0000000000000000000da63ef39e63293bc31ef25cea5011849d0bac7026eb1f 2,733 1.00/1.00 vMB 67
657,263 657,263 000000000000000000000d0d9d195fc85dcb907f8e0933e6dcca217cac3b4032 2,923 1.00/1.00 vMB 97
657,262 657,262 00000000000000000004cbc07e2ec5de05f41361a13723dbbad5319d201fce00 2,685 1.00/1.00 vMB 55
657,261 657,261 00000000000000000000c4d63445943af2e6f92dc4e4df52fec6fd4aaf39f15d 2,891 1.00/1.00 vMB 74
657,260 657,260 0000000000000000000eb9583b0b0ad8c3bba9df3eb53d3ad0b432a3b1831545 2,867 1.00/1.00 vMB 97
657,259 657,259 000000000000000000096ca1fe58feee2fdb8289d7cfce64045121642ee30ccc 2,840 1.00/1.00 vMB 65
657,258 657,258 00000000000000000007e98f2ddfceaa1195f0571ab9f9231ccebfb1782327e3 1,534 1.00/1.00 vMB 73
657,257 657,257 0000000000000000000ed80e26312a33d2fa5a611d6185f43dc0167573a5ff01 1,663 1.00/1.00 vMB 74
657,256 657,256 00000000000000000001883bebbbd28267f0a5cf65dd919ca6c32a5a46243981 2,721 1.00/1.00 vMB 101
657,255 657,255 0000000000000000000e8c4bd732086d0c909676562fd9054f3a99f8ad5ffd17 3,027 1.00/1.00 vMB 84
657,254 657,254 000000000000000000008ae79313bf687abece89f8e5c429c9b7561c5c91b814 2,930 1.00/1.00 vMB 85
657,253 657,253 0000000000000000000c18e31d92d89c0089071123aee3862af74e3657f23b08 3,401 1.00/1.00 vMB 80
657,252 657,252 0000000000000000000092246300caa7b19ba3eb2ab6bbb3c4d20da46ae7f760 2,700 1.00/1.00 vMB 90
657,251 657,251 000000000000000000083a8bd607568f7376d4e904c6d8d6718bdb11b64fa599 2,769 1.00/1.00 vMB 117
657,250 657,250 0000000000000000000dfd57802d2f4b1ca14e5d45e416e6f31393a5fa899363 2,449 1.00/1.00 vMB 93
657,249 657,249 0000000000000000000efa9244a7b1c48f056dd62228d66348ad9bf37eeb2f16 1,060 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.