Loading Tool

Explorer IconExplorer

Memory Pool

79,506 transactions
29.67 vMB
0.07429388 BTC
Random Selection Loading Transactions
Max Size: 178.41/200 MB

Candidate Block

Mining Attempt a4dbd6969467844d16a2a7d80ac9cb5f0fbdfb690c2f00a3ab37a56759383fde
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 80d3671021bf5a4603e120e1f625997f8a4b2a5e63a235f9a80ce9060abe0b4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,299
Size: 1.00 vMB
Total Fees: 0.01390323 BTC
Feerates: 74.18 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (425,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,709 489,709 0000000000000000009ff68974a5f1a25349cce2e449850e2d0e1a03e2be4bd2 2,382 1.00/1.00 vMB 178
489,708 489,708 000000000000000000780ef0432179e921465fc541fc083475612fe1150e34b8 2,314 1.00/1.00 vMB 165
489,707 489,707 000000000000000000dced46d41af295934168b96cb1f36c7994214dcb9990f8 1,685 0.96/1.00 vMB 247
489,706 489,706 000000000000000000b37a5cbea28a88b3ef521b18e1e419e0225ccfe8a8c9b0 2,170 1.00/1.00 vMB 143
489,705 489,705 000000000000000000c24e15757ec9d64cae85215b458deff63f3b3a5a1c13dc 1,970 0.95/1.00 vMB 185
489,704 489,704 0000000000000000002a7f6ba47ec5a0313c384dc952db3b342493e5847cffcf 2,689 1.00/1.00 vMB 200
489,703 489,703 0000000000000000007fdbeceaaca7a892a285d2c7a7dc33a1a6069bbd8022fb 2,484 0.95/1.00 vMB 267
489,702 489,702 0000000000000000006b468327b8c8f6fb8334ab18b8000111ad839b4c4004e5 2,250 1.00/1.00 vMB 176
489,701 489,701 000000000000000000e809501bd37f7d3b01d2707cab3ef431c1d273d72d17c7 1,469 0.75/1.00 vMB 343
489,700 489,700 000000000000000000ad793d6cf56ae6707ba9d30f1d85c13b3a73bb8c1978d3 2,495 1.00/1.00 vMB 196
489,699 489,699 0000000000000000008e3d7aa59d2b816fa24f2b89e51cf054273e65c24f08f2 2,595 0.93/1.00 vMB 164
489,698 489,698 000000000000000000c255272686e011ce1e24754a1276b41ba461203d8aadba 2,566 0.95/1.00 vMB 265
489,697 489,697 000000000000000000bbc200de3c06957eab63959b8cb7a2413c13c84cbabb13 2,102 1.00/1.00 vMB 265
489,696 489,696 000000000000000000a942a373e679acda445245803a570a333d074a51db1c64 2,567 0.96/1.00 vMB 282
489,695 489,695 000000000000000000ac49ce7607edeb0544079aaa49986265b22045ebfc541a 2,229 1.00/1.00 vMB 149
489,694 489,694 0000000000000000008fa279187123533162cbbddb0b12aae003734f3c13e2c6 2,347 1.00/1.00 vMB 177
489,693 489,693 00000000000000000079624b224facbc70f70f3fdcfe6eda9a33764aeef20d46 2,333 0.95/1.00 vMB 199
489,692 489,692 0000000000000000007b106b18c94828ec7d8d55a9df16d937f810f9cdf86592 2,302 1.00/1.00 vMB 204
489,691 489,691 0000000000000000001534ce6aa4a8ab4da1c697c54408971e166e8ced0e5e69 1,655 1.00/1.00 vMB 162
489,690 489,690 0000000000000000006c55db7e48f23b0bfebbd703bdffba329eb4cd87a5bba2 2,354 1.00/1.00 vMB 165
489,689 489,689 00000000000000000047bd6694a3e0c42c1096747736e2375d7e38c9e6e0a291 2,661 1.00/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.