Loading Tool

Explorer IconExplorer

Memory Pool

78,967 transactions
29.57 vMB
0.07310274 BTC
Random Selection Loading Transactions
Max Size: 177.52/200 MB

Candidate Block

Mining Attempt dd6847438267ea4d89ccae5a234f2ed2a3390b4760d5913a6801c0ac96021f78
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root e7d08f9db078910bf3f2e4c7046dd82bd3a22199e8a39371ef673f586d428b3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,280
Size: 1.00 vMB
Total Fees: 0.01300369 BTC
Feerates: 150.98 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (269,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,296 645,296 0000000000000000000484e77adf5b853eec2800702bc02553a2474df11e420b 1,950 1.00/1.00 vMB 80
645,295 645,295 0000000000000000000c4b6ef8f9e58b34345e750e1c053fd832011304834e99 2,548 1.00/1.00 vMB 97
645,294 645,294 00000000000000000006b0bddb5c84ee2e41075e7bed1149a13caa0205f17ee8 2,851 1.00/1.00 vMB 97
645,293 645,293 00000000000000000005d177e22096e05f5ce236afcc20a4bafb976847b06ccf 2,921 1.00/1.00 vMB 106
645,292 645,292 0000000000000000000684ec232e40a4056bfb57c9b0eaae6457b880147dc503 1,139 1.00/1.00 vMB 27
645,291 645,291 0000000000000000000f0f42f5a8c482d69f5ddc73991576fc97c99cad3af910 1,060 1.00/1.00 vMB 71
645,290 645,290 00000000000000000002c99e9902fe860f331b5ebafe726e92ad7b5294936953 2,285 1.00/1.00 vMB 31
645,289 645,289 00000000000000000006ecdfc3c8c53bd6e2b69e3e8b646bc12f94d2eb4401ab 1,851 1.00/1.00 vMB 22
645,288 645,288 0000000000000000000f8bfb81a29214cf0264840c252f8eef9c1420cdb056b7 2,490 1.00/1.00 vMB 37
645,287 645,287 0000000000000000000ca006e5d26bb2ad04bfe5638af89dd8231c8208aa10e6 2,270 1.00/1.00 vMB 20
645,286 645,286 0000000000000000000c56e88b2c1a3ff80199a835cdaff52a6b4771c00b35a1 2,202 1.00/1.00 vMB 34
645,285 645,285 00000000000000000008440f904b9150e54db442f1871c5a2be6dd4d88ec4c88 2,821 1.00/1.00 vMB 35
645,284 645,284 000000000000000000009c602975c3f7f727ff5839c7974bcf74b301ec9d4073 2,553 1.00/1.00 vMB 65
645,283 645,283 0000000000000000000647e79956084f8eeba68296ea7aacaf663b5a0352b05f 2,918 1.00/1.00 vMB 96
645,282 645,282 0000000000000000000527d9b86681a4b4b0f407e74ce6aa796242b89543d7b2 2,657 1.00/1.00 vMB 60
645,281 645,281 0000000000000000000b222c5cf3b640c170e4a9851b8b87f889666322d78441 2,667 1.00/1.00 vMB 65
645,280 645,280 00000000000000000003f827427a1bebc22b1b007e684e4655d879f3f5e99cb0 2,769 1.00/1.00 vMB 69
645,279 645,279 0000000000000000000dda668fc8e4225e6a8367077e6a2f7a132a2393249239 3,039 1.00/1.00 vMB 77
645,278 645,278 00000000000000000003c60b2cd2f845b99ec64b1df667b067ea3efeabcd4ff4 2,042 1.00/1.00 vMB 77
645,277 645,277 00000000000000000009d558587146c80bdde1e84c756918216635ed6482f021 2,175 1.00/1.00 vMB 82
645,276 645,276 00000000000000000005d95b69e3f78df4e613f4c01784b276b2efc23ea803ce 2,444 1.00/1.00 vMB 94
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 665.40 GB
    • Received: 15.13 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.