Loading Tool

Explorer IconExplorer

Memory Pool

80,764 transactions
29.91 vMB
0.12172890 BTC
Random Selection Loading Transactions
Max Size: 180.17/200 MB

Candidate Block

Mining Attempt 4e5bb21cd93bffee5a06aaf3f22a24fc3bb498c6b4f673a256f7437e97d59e94
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root e0d9aec741f2e686277e387e2a392629a36d1e2a90750a74009257bc5513e236
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,991
Size: 1.00 vMB
Total Fees: 0.03397119 BTC
Feerates: 149.47 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (459,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,210 456,210 000000000000000000b4240842a8d09a45f2ee6614ba0d1f32bb24f69b8018e9 2,618 1.00/1.00 vMB 235
456,209 456,209 000000000000000000949205e8982f662fcf92ff68eac42063f5cf546e7b3390 1,528 1.00/1.00 vMB 134
456,208 456,208 000000000000000001aad03dc923d5374702de994584834f6c3d629107f40da9 2,140 1.00/1.00 vMB 104
456,207 456,207 0000000000000000013a06393e19a093b0ae1879f29876fd7faa8be95eb8689b 1,452 1.00/1.00 vMB 230
456,206 456,206 0000000000000000007524d1bf8a4532bc4c4fec75d4a5ed2ca2d9ea3c8811b8 3,407 1.00/1.00 vMB 147
456,205 456,205 0000000000000000009c2183cb21084af080536e761acc255c6188aafb86ac80 2,816 1.00/1.00 vMB 118
456,204 456,204 0000000000000000019a397e29289f52f9519df9580d2797ae19a12ffdcbf697 140 0.10/1.00 vMB 137
456,203 456,203 000000000000000001e5e58ac8e10a2b4ccc9d05bc8e3a6326a44acd14986250 2,341 1.00/1.00 vMB 130
456,202 456,202 0000000000000000025662472ae677547a2a424ded93b7ea732778ca1b81d8aa 2,408 1.00/1.00 vMB 147
456,201 456,201 000000000000000000c480a9586a100de166835c4a8b4820490d1cbe59997477 2,682 1.00/1.00 vMB 235
456,200 456,200 00000000000000000092921c8982fcd5f9939239e9595e81aff82214f4075f20 2,595 1.00/1.00 vMB 180
456,199 456,199 000000000000000001ed6162ef072c4ccdb9124b9b223b52eca55ff5b99cf514 2,078 1.00/1.00 vMB 174
456,198 456,198 00000000000000000010b30ac4c0fc5dadfeb332d49d8871ae88285d041db6d4 2,160 1.00/1.00 vMB 178
456,197 456,197 00000000000000000161b298a9e34ed9e266b032d4cde0e1ac7ad286a6837200 3,129 1.00/1.00 vMB 208
456,196 456,196 00000000000000000217260a67b7c991f63b6516f1d3f45880a2919d38a02ef9 1,815 1.00/1.00 vMB 127
456,195 456,195 000000000000000000fcf2112e74024663d7ceed6afa6200402d7ab9034169cb 2,452 1.00/1.00 vMB 217
456,194 456,194 000000000000000001e4c1a238a4ea9019af50d15865c4854cc7373a96e73672 134 0.07/1.00 vMB 214
456,193 456,193 000000000000000001126891008e536f9a7bf70da19f3f4a4aabd888a81cf2db 2,617 1.00/1.00 vMB 127
456,192 456,192 0000000000000000005fa6376f558db26f443c510333490ebe28e206c43a8a30 2,050 1.00/1.00 vMB 153
456,191 456,191 0000000000000000015b8d6e4cc090346147a892a163d6d3504d3a0f881507bd 2,786 1.00/1.00 vMB 247
456,190 456,190 000000000000000000c0b17d7c8e8ac92b1f1fe847f310bcec788ad06b119eac 1,945 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.91 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: 713.85 GB
    • Received: 17.49 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.