Loading Tool

Explorer IconExplorer

Memory Pool

80,663 transactions
33.98 vMB
0.12968566 BTC
Random Selection Loading Transactions
Max Size: 193.04/200 MB

Candidate Block

Mining Attempt 750787d84d88bbbcbfd8493398e0a66f2484e7b90a4c4ae2d579abdde375be27
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root f6a94bb00ef9da888e83ae8138e15b9582e2f17309a88ec50312c4c8a8d27e74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.02175375 BTC
Feerates: 104.71 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (98,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,267 817,267 000000000000000000012e50c79a47741a1b91f1997de21e3c825374b6fbc35a 4,496 1.00/1.00 vMB 81
817,266 817,266 000000000000000000005e80b99f3b438e11a372bda6d9606904e55539b66b41 3,991 1.00/1.00 vMB 102
817,265 817,265 00000000000000000002aad410e38dea8d5930515c18a006b22ab072bbb1cc65 4,553 1.00/1.00 vMB 73
817,264 817,264 000000000000000000033dd259b0ef4ad4e54f3369bd74668bd9c0da14c9a707 4,519 1.00/1.00 vMB 104
817,263 817,263 000000000000000000002515ffd9357e8eddf5e856435a9d019462265c8613ff 3,398 1.00/1.00 vMB 79
817,262 817,262 0000000000000000000306d51d7b8022338bf79bdb7ebb3bfc54a3d3ddec4472 3,984 1.00/1.00 vMB 92
817,261 817,261 00000000000000000002c3046c9ae40f67df50a47036aad351b135257223c68c 3,203 1.00/1.00 vMB 152
817,260 817,260 0000000000000000000294f761af7b078d32629282007fabb1b9e25fe693858e 3,803 1.00/1.00 vMB 84
817,259 817,259 000000000000000000030e9b051d1cae940943d8cad93974116a74000f332654 3,048 1.00/1.00 vMB 75
817,258 817,258 00000000000000000001281db838e3e4b83bf376d8bf67c75bac0a2cdbbc2b41 3,776 1.00/1.00 vMB 102
817,257 817,257 00000000000000000003ad8be2e9ad5a2402c92989639e23e968eb75b6651c3b 4,328 1.00/1.00 vMB 84
817,256 817,256 00000000000000000003bc61669e77f7b541731e90d214d598d39c7db8b6ecff 3,467 1.00/1.00 vMB 111
817,255 817,255 00000000000000000003a4a759ccb3dfba2b62f0e6ed06cbabac425b0bdf0bf1 3,772 1.00/1.00 vMB 115
817,254 817,254 000000000000000000011b4f507f6f6d911e64de03e2c85b89e2dad223a61c7f 4,382 1.00/1.00 vMB 91
817,253 817,253 00000000000000000001c4e8507f641c7a7e0c2163fa78851477fdfa56273ff9 4,034 1.00/1.00 vMB 113
817,252 817,252 00000000000000000000996649dc2791391082a3d4187aca55078680d4712ba4 4,749 1.00/1.00 vMB 111
817,251 817,251 000000000000000000036061c227a69ea9ef8cd4459b4992982c989eb5f5591a 4,835 1.00/1.00 vMB 89
817,250 817,250 00000000000000000003609518a8c5567bb55f7ebec9747610a8e38e8597d9b3 4,546 1.00/1.00 vMB 101
817,249 817,249 00000000000000000004547c2174b054410e88caf924977d84bc2257a61b8e30 3,645 1.00/1.00 vMB 135
817,248 817,248 000000000000000000039683b9debd7321820d62eccac382ed2dab2b51597805 4,316 1.00/1.00 vMB 114
817,247 817,247 000000000000000000005a7a342b2c504330e0b7ffcfbf3b77fbe2bbb10fdf11 2,773 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.09 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: 725.90 GB
    • Received: 18.44 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.