Loading Tool

Explorer IconExplorer

Memory Pool

84,336 transactions
31.62 vMB
0.13591135 BTC
Random Selection Loading Transactions
Max Size: 189.47/200 MB

Candidate Block

Mining Attempt 8d25300ea43dd0adc908258c1c5944991141660e06819f3533cd8c7220b95e31
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 0c230dd5bbfe63d18ce64ab9ffe05268eccffb3392f35e2bf8a9fe41eb5e4343
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.05465994 BTC
Feerates: 163.06 > 5.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (684,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,342 230,342 00000000000000ad81c937338a1555d68e6e122e28924e7bd73d60f5c818f87b 656 0.44/1.00 vMB 89
230,341 230,341 000000000000003db38c372f28dd2ef026220297a5c832cd75cbf32fa4614dff 339 0.25/1.00 vMB 124
230,340 230,340 000000000000010702442a503cbb2ef9f424ee0df87af7e775535e0a6e496935 975 0.47/1.00 vMB 161
230,339 230,339 000000000000007cd4b5bb6fc84131896440d72a5ddd5a630e3b053169f4c26d 429 0.25/1.00 vMB 117
230,338 230,338 00000000000001f14f76f25e96aed7fcf55aad11e7b637f90610772149a87415 531 0.25/1.00 vMB 139
230,337 230,337 0000000000000005ad4545e7b06af3d2db71c5d2ffb15e57a7e9531cc247c233 724 0.25/1.00 vMB 235
230,336 230,336 00000000000001eb4e5bb37e639c617bc896e33fcbd06508f4af0d1f7ae7339d 835 0.47/1.00 vMB 95
230,335 230,335 0000000000000016c86a59086eec1a1bbc9190867ba60950470b8555f4fd86b9 1,307 0.47/1.00 vMB 258
230,334 230,334 000000000000013ebbe7de619a43a59932f175f0a13acde3f15ac3c8d1937ff5 148 0.10/1.00 vMB 53
230,333 230,333 0000000000000044b55cb6d4d77d2b95799b546d082a135ec572b0604c59742a 634 0.25/1.00 vMB 180
230,332 230,332 00000000000001fcac409ea1eda39166cf21300447c018f334e9ae6bb540d90d 852 0.25/1.00 vMB 333
230,331 230,331 000000000000000b37860e4ef62193083e62e2d379059cccdc9c6b289d449bfb 715 0.25/1.00 vMB 210
230,330 230,330 00000000000000cef9a7c255c46a98a225c93eef4013aafb41b472307d9045b0 463 0.25/1.00 vMB 125
230,329 230,329 00000000000001c3845c7d606c5ae0671e3d1f3ef23aa05ee5ce2a113aef5f5e 640 0.25/1.00 vMB 208
230,328 230,328 00000000000000f90b85e59abd43e02e0ccf4a8bb584c86e80acf068f799ecf8 739 0.25/1.00 vMB 241
230,327 230,327 0000000000000061edd85e375b354773f096081a20829a3ca376eb2ef3a41ba2 750 0.25/1.00 vMB 183
230,326 230,326 0000000000000017fe179e5f3bd8fd66dcc220bc1c053d2c3e6a8b02576d0957 878 0.25/1.00 vMB 323
230,325 230,325 00000000000000793dea564fd570f9c7fa95056aa4755364260b1de41ef20a1f 171 0.08/1.00 vMB 153
230,324 230,324 000000000000002d31ba9edc60ce1a0535f723a32a5c01f2334b1c1bda0ce398 66 0.02/1.00 vMB 177
230,323 230,323 0000000000000198f5be9f9ab0f8b14f048c46b62a7431d24e000f29718f4578 362 0.16/1.00 vMB 140
230,322 230,322 000000000000000013b542b70897dcb248a0379e7a2cf9763f5fb3e90759072a 95 0.05/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.