Loading Tool

Explorer IconExplorer

Memory Pool

80,705 transactions
29.42 vMB
0.09971318 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 78b378af08f71b7f71c28e48d68501d401785899904a56d85f3da29ae6e819cc
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 2f2193929e7668cccbd770ef1c2bb2bc40b7fe18e5e066655751832afdb86174
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,388
Size: 1.00 vMB
Total Fees: 0.03789966 BTC
Feerates: 101.66 > 3.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (433,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,883 481,883 000000000000000000077958df988d7b24f4a5ffcaf989e0ad0194facd8f369a 2,661 1.00/1.00 vMB 363
481,882 481,882 00000000000000000091ec328fa0139d57bde7c4eec06e9f731f4d6f71bb4965 2,601 1.00/1.00 vMB 393
481,881 481,881 0000000000000000004571471e8cd495f0fe2fb0989002c2b0b864e697c69df4 2,325 1.00/1.00 vMB 465
481,880 481,880 000000000000000000a3643ffc1c620c06fc77d4fdb65ff4c2ab4518ccd7dd54 1 0.00/1.00 vMB 0
481,879 481,879 00000000000000000117280fde7ea74b4e6b62c402d5ecf2b6d3de4b106c37ca 2,509 0.99/1.00 vMB 471
481,878 481,878 0000000000000000005c2716477fc8951fcef7a1e20cc129c49c003e08101575 2,350 1.00/1.00 vMB 460
481,877 481,877 00000000000000000023e7e5fafd0b2500281a11ff66e52d259d666ba15aa35c 2,371 1.00/1.00 vMB 321
481,876 481,876 000000000000000000c072cf336903f01d6555f54471a0d3cfa862daa89c5950 1,530 0.75/1.00 vMB 433
481,875 481,875 0000000000000000008f284399ba4c2234ff5294640cf6d13a5828d2246011cd 1,970 1.00/1.00 vMB 443
481,874 481,874 00000000000000000118bf5627d21dbd4131175319ae63994e0910d968cde737 1,466 0.65/1.00 vMB 446
481,873 481,873 000000000000000000e46e03d41330ffc844a188d5b897942d2fe47eb890e260 1,646 0.85/1.00 vMB 358
481,872 481,872 000000000000000000fcd423422dbd4435f2479d2de7734243a4a305d16a44a9 2,580 1.00/1.00 vMB 376
481,871 481,871 000000000000000000c8020be63622ef04968a2f500c0a1d4aeeddbfef057ff4 2,544 1.00/1.00 vMB 433
481,870 481,870 0000000000000000010e1245a5d6252da0b0672499ce31655ca5f1ffecd0301c 2,812 1.00/1.00 vMB 389
481,869 481,869 000000000000000000f3e7f1ac25de8cd776bc4d42eb42a956e656edf1657ff0 2,292 1.00/1.00 vMB 419
481,868 481,868 000000000000000000a5a7cebc6c5d05dd9ae4cffa3b450b2e5801fc7510ee0b 2,274 1.00/1.00 vMB 474
481,867 481,867 0000000000000000006655b5e3ea72e75102cda6c87b24521fbde6fda3a86d54 2,442 1.00/1.00 vMB 447
481,866 481,866 000000000000000000be692c6ca34e665a3bf6aa68537592c7f205a07ce30b56 2,101 0.99/1.00 vMB 439
481,865 481,865 00000000000000000067c5823c4d59cb4b26bd0e16cf3d8050054d7bbf4c5d37 2,265 1.00/1.00 vMB 495
481,864 481,864 0000000000000000011e3fba330f715528bc5d7863977ae95011a75a54fcde1c 2,486 1.00/1.00 vMB 358
481,863 481,863 0000000000000000000f1cecdd587034439487719aea8f0ccdfe54d8f3a55f0a 2,216 1.00/1.00 vMB 432
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.