Loading Tool

Explorer IconExplorer

Memory Pool

39,196 transactions
26.24 vMB
0.05316387 BTC
Random Selection Loading Transactions
Max Size: 136.61/200 MB

Candidate Block

Mining Attempt d92ebebe6154dd46a0d8381c672fa384cdb94812a73a80852d074e4593db7fd0
Version 20000000
Previous Block 00000000000000000000198ff07127e464778e789eabf8b957b3c7d807826501
Merkle Root 3deb70c97c36ef64688f81dff7697a0bd4840f3ab9163565d91dfb11d7b486e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,878
Size: 1.00 vMB
Total Fees: 0.00512518 BTC
Feerates: 100.29 > 0.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,868 (123,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,558 791,558 000000000000000000020712bf2d7a1ef84ba45d39884eba33d8f676cf4e3dea 3,690 1.00/1.00 vMB 52
791,557 791,557 00000000000000000004e20e945dc9b76a90c6b3dab278bd295c85e70531921a 2,144 1.00/1.00 vMB 61
791,556 791,556 0000000000000000000004c5a063643b085c30cec595997a9b15e921ecc887c5 3,635 1.00/1.00 vMB 53
791,555 791,555 000000000000000000010a2934d23dd182ec3cb5c4d4ec7b7d8de751670b7bb2 2,942 1.00/1.00 vMB 65
791,554 791,554 000000000000000000028cb323e21be1941849c3bab14b5fcc0f834a6d43efbe 3,277 1.00/1.00 vMB 82
791,553 791,553 0000000000000000000136efc4576411cad0b7e192c9b9f731ecd0f88751ca51 3,803 1.00/1.00 vMB 37
791,552 791,552 00000000000000000000f97cb52de06d6b8feae844c7a90178cb5b8f4a438c14 3,049 1.00/1.00 vMB 30
791,551 791,551 000000000000000000011fab18bab60c651224247e21c5e3c2fff5b3c2ea6986 2,846 1.00/1.00 vMB 61
791,550 791,550 00000000000000000001256a015acb3d575f576b6d9dc3516770dd6ab95c6253 928 1.00/1.00 vMB 37
791,549 791,549 0000000000000000000027c1205eda2897f85da83044048d8795eaf7551a87d9 1,019 1.00/1.00 vMB 40
791,548 791,548 00000000000000000002fa718f86cdb554565e96073497fe795291f1c12e67de 1,106 1.00/1.00 vMB 40
791,547 791,547 000000000000000000035850f8e34b6f2e7ff93e6ad49bb7685b0701bd9a430a 1,575 1.00/1.00 vMB 44
791,546 791,546 000000000000000000036b877e685552540e5d7a5fc4e10d142723c0af650dba 3,203 1.00/1.00 vMB 43
791,545 791,545 00000000000000000005ad2895cae157e282da66629d49d6239aa7c4c79c760c 1,858 1.00/1.00 vMB 59
791,544 791,544 00000000000000000004be86e2415927919e77cf852153065a39117f91565f48 3,073 1.00/1.00 vMB 75
791,543 791,543 0000000000000000000274e334691faf9f534b0a07248a717f42884e7b8d75e9 2,645 1.00/1.00 vMB 77
791,542 791,542 00000000000000000004f7a5e4752a31d41460ba4214822043e8ddd55a657c89 3,525 1.00/1.00 vMB 66
791,541 791,541 000000000000000000041e2815260ef31130598ca1c89a635a31d4c6d853e6b3 4,984 1.00/1.00 vMB 33
791,540 791,540 000000000000000000026f4609a4c18aaa7bdb347a5bb0a83204b680d3f2cc7f 4,542 1.00/1.00 vMB 23
791,539 791,539 00000000000000000005333afbed0873106f44169139786cddd9868136b6554f 3,013 1.00/1.00 vMB 31
791,538 791,538 00000000000000000004c0b3e2a58e7a4989b9bce21f81a24aa976c6a11b72ac 3,615 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.15 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: 653.15 GB
    • Received: 13.83 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.