Loading Tool

Explorer IconExplorer

Memory Pool

72,489 transactions
28.05 vMB
0.06845745 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt e606f753d27edc29087b5df77cd8cc014ea5b6c92aad5a153a26827e0c29cc1c
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 81f95538dfd3f3ae9f158fa4f36eadc234f26e1f41a0dca1917028930ff6f285
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,616
Size: 1.00 vMB
Total Fees: 0.01237199 BTC
Feerates: 157.46 > 1.24 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (498,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,376 416,376 000000000000000004540df2a7c9160e7f8652c8d65da6030e6340086fdc958b 2,023 0.93/1.00 vMB 67
416,375 416,375 00000000000000000315dba0c795a332b7cba61101e946cc454e0ca658b4792d 2,733 1.00/1.00 vMB 65
416,374 416,374 000000000000000005729f045b332af12edc252db89b44a40f6ca489d57a074c 2,336 1.00/1.00 vMB 88
416,373 416,373 000000000000000005653dbe15bfd0f66eb93633876a7deedfef5a3d24c82322 25 0.01/1.00 vMB 110
416,372 416,372 0000000000000000015e80982f70dea802138f787c07ab2ed26afa3d691d1f34 1,621 1.00/1.00 vMB 80
416,371 416,371 000000000000000003902ad4130d4e5978eb79a6d260e3ef988eb3b3d1325420 1,668 1.00/1.00 vMB 54
416,370 416,370 0000000000000000017082b0f2e0b38208bb8dfbfe4ace68ac807bd364e27fa8 2,332 1.00/1.00 vMB 75
416,369 416,369 000000000000000001a8b7c04b8a9198b1e82aa1257e625bfc4eb6a171615f46 2,590 1.00/1.00 vMB 95
416,368 416,368 0000000000000000015dd5233d753aba14293249af827658e052861073c5e1a2 1,035 0.62/1.00 vMB 54
416,367 416,367 000000000000000000dac819d3be78104cb487ab911d6924036ffae048e4d04f 518 0.26/1.00 vMB 64
416,366 416,366 000000000000000005760447524336dfa1caa8977d7915fecc266a17d02f5e4f 177 0.12/1.00 vMB 56
416,365 416,365 0000000000000000005592c400f60ea7e613b2cd3bb83f8547bd17451e705caf 1,758 1.00/1.00 vMB 51
416,364 416,364 000000000000000004f4c747e4ccc511c9befc40daf4a1ec4388d32cc3dc1ed8 1,621 1.00/1.00 vMB 49
416,363 416,363 00000000000000000369f43aa75bb400d8994500e16d576aea0a85f21211d360 1,942 0.99/1.00 vMB 62
416,362 416,362 0000000000000000014e0d2a267c89bd06ef97481fb5169d52dad09c0a201629 2,688 1.00/1.00 vMB 61
416,361 416,361 000000000000000002b8c97c21a7c4b9230f4e6d5189206313571e9096b4004b 1,742 1.00/1.00 vMB 59
416,360 416,360 000000000000000004143e4537936b509155e82a3f4606a1fab3a8abfe5d6884 2,201 1.00/1.00 vMB 70
416,359 416,359 00000000000000000519b9a9bdff7e79b5b5774508dbf61b336d9da4e7f483a8 1,600 1.00/1.00 vMB 78
416,358 416,358 000000000000000004caf43a98d758acaf6cdcffc403bf920e0b1edd83196af4 994 1.00/1.00 vMB 105
416,357 416,357 000000000000000003753d956915e5ce392f06f2780abaa0f9a2e2a634e3c9f2 698 1.00/1.00 vMB 117
416,356 416,356 000000000000000003fe219b05e147028b52e8b4b20326bbebcaa7d50a70ee20 1,220 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.