Loading Tool

Explorer IconExplorer

Memory Pool

75,380 transactions
28.23 vMB
0.06157683 BTC
Random Selection Loading Transactions
Max Size: 170.96/200 MB

Candidate Block

Mining Attempt 160210df815acb6fa9f31a8b57017947034c5e71a4e27f486f7ac77dc13c3c3d
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9034f90cf8744a3ea1a4492163732e8a1c4faea6f6b7d1a70f5dae4a04953fb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,604
Size: 1.00 vMB
Total Fees: 0.00327110 BTC
Feerates: 10.59 > 0.33 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (408,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,480 506,480 0000000000000000005565f4045c20d47b7ce2f671254ae862a8884cd4d29c0c 1,868 1.00/1.00 vMB 91
506,479 506,479 000000000000000000121939dff9b1802210b08c4ec97266de5e00af628e2f82 1,718 1.00/1.00 vMB 195
506,478 506,478 0000000000000000001170551b056e42c805699064a28096b6865d84c8c671fb 923 1.00/1.00 vMB 84
506,477 506,477 0000000000000000006ba52fffc75f866208abb3ff3770e07703be1e9199cc43 1,912 1.00/1.00 vMB 129
506,476 506,476 0000000000000000004ab42597ed3af90299f9eb542f32c8baec868f0e3dcfb2 2,149 1.00/1.00 vMB 130
506,475 506,475 00000000000000000065e24fd3d97ad2eb9de4ef5c9d2554ac1a362cf47e8189 1,659 1.00/1.00 vMB 137
506,474 506,474 0000000000000000006acab63d63272ad1452523a43b52b6c190b5cd309bc35e 1,053 1.00/1.00 vMB 72
506,473 506,473 0000000000000000006710ca65c4611297cb4777a61cefdbae7aa37fa3114d9a 680 1.00/1.00 vMB 40
506,472 506,472 0000000000000000006b1669024b329e826433b67bf81f3994d285bdbc7e3047 1,660 1.00/1.00 vMB 160
506,471 506,471 00000000000000000051e40ef3f22197ada2841b264c88ba13fcbf664bb5c4b3 1,905 1.00/1.00 vMB 67
506,470 506,470 0000000000000000004663561e516dc6a90b7cfc4585f81ec580f4cc6cd0aad1 1,964 1.00/1.00 vMB 107
506,469 506,469 0000000000000000005544b758a9963227d72b2dc003403c33bf350ade7d1faf 1,492 1.00/1.00 vMB 85
506,468 506,468 00000000000000000009725be2c42f24b1cd5c076a6ac2111062d70cb7d81432 1,518 1.00/1.00 vMB 136
506,467 506,467 0000000000000000003157c1a1c0672d1c31ad55695be965359339f2b14323bd 2,040 1.00/1.00 vMB 89
506,466 506,466 0000000000000000005419f44d29425237d4ac730a8aa8424be4475b3d0be083 2,377 1.00/1.00 vMB 242
506,465 506,465 0000000000000000005e5508352b53b2df99b387fb3104d9b6db1e6849e4f263 1,726 1.00/1.00 vMB 193
506,464 506,464 00000000000000000037640955819f9ee42513e8b3e1cd0eacd6589ab7d2c606 2,168 1.00/1.00 vMB 97
506,463 506,463 000000000000000000575ccbb26d79bd026d094f98cd92e8edc275ea8ebe281c 1,943 1.00/1.00 vMB 188
506,462 506,462 000000000000000000273fd2e5ff739782945b50bf6e2433990bb51cffa41025 2,251 1.00/1.00 vMB 263
506,461 506,461 00000000000000000053589e3e8ec1b25cb0b79b9547ce1f6ebf49f59b7e7423 1,563 1.00/1.00 vMB 133
506,460 506,460 0000000000000000003b888872d9434d24f7ad46ea4eb048a0c16ad3f6b58b80 708 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.