Loading Tool

Explorer IconExplorer

Memory Pool

78,410 transactions
29.38 vMB
0.06666629 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt b1e0b6899d970c9d6669022a1dab881e7532db1f84bcf1a8b8d2d655809a1806
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 7da205c98865dd69214fca37ef58e516b62b99a1e3939a903666f9738b6f1dd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,096
Size: 1.00 vMB
Total Fees: 0.00712314 BTC
Feerates: 100.32 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (312,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,344 602,344 0000000000000000000fefa7c15257b00f1a6de0bc5a25bb65939d3b95c08563 3,147 1.00/1.00 vMB 72
602,343 602,343 00000000000000000007f6f99b9af0c07fadaed7fffcb5089f42bcdaec283034 3,068 1.00/1.00 vMB 39
602,342 602,342 0000000000000000000a3a759caa47de63434b7c138e2d6ac6f48c9e8d4b5519 3,306 1.00/1.00 vMB 67
602,341 602,341 00000000000000000009e14cace3e6262492d9694463a16d9fee878de98e43b9 2,913 1.00/1.00 vMB 75
602,340 602,340 0000000000000000000a63666a1e63c2273957ef57ba8c9e910c23604a650fbc 3,232 1.00/1.00 vMB 82
602,339 602,339 0000000000000000001323b092d39ef2d613c25f94d3d795002dea62db84894d 3,102 1.00/1.00 vMB 98
602,338 602,338 0000000000000000000e66abad8e48c56ab65534be8a796721208ec42cdc5462 3,035 1.00/1.00 vMB 107
602,337 602,337 0000000000000000000ff594767f3bf5242506647bfc311ee9abfcef9fa76af0 3,099 1.00/1.00 vMB 26
602,336 602,336 000000000000000000140cbdcc29ec85ff88c369d4337a3c46c723caae0ab655 2,273 1.00/1.00 vMB 41
602,335 602,335 000000000000000000141323aecd5f2c120d5bb34e92959554bba95abff30437 3,173 1.00/1.00 vMB 67
602,334 602,334 0000000000000000000b6d24c04cb7576aab784169f3a31593c13d2f61126f7c 3,038 1.00/1.00 vMB 61
602,333 602,333 000000000000000000145922580d48d472b31f4fc641da27bc01640237769163 3,100 1.00/1.00 vMB 58
602,332 602,332 0000000000000000000ee5a7a4a855e8be7974b8be18f428540ac223a33af50e 2,845 1.00/1.00 vMB 62
602,331 602,331 00000000000000000007fdbeaeabeb25c3032f0a7dc5efcce70a5e5ecee7546d 2,639 1.00/1.00 vMB 91
602,330 602,330 00000000000000000006dbca572d15d684daf85e50f8cd53c2090706b6d86ea1 2,021 1.00/1.00 vMB 109
602,329 602,329 000000000000000000116f5e0796388bb0581bf6595819eaafb11e6599e059ee 2,148 1.00/1.00 vMB 40
602,328 602,328 000000000000000000079ff146c04c6d48364678702e8a3b6378ad8b12735e04 2,663 1.00/1.00 vMB 44
602,327 602,327 0000000000000000000d7682a024dd03e36aff85ece939f49287a0a566a3d503 2,627 1.00/1.00 vMB 57
602,326 602,326 0000000000000000000a68085e9b21fac128d068877e8cf61ed568e19968aa83 2,452 1.00/1.00 vMB 98
602,325 602,325 00000000000000000005940c9e0d68e249fad01461f79829654b23e17cf8cc99 2,753 1.00/1.00 vMB 59
602,324 602,324 000000000000000000043ab471aac0f0e6674e826ff1da1407ecb1167412804e 3,002 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 665.29 GB
    • Received: 15.10 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.