Loading Tool

Explorer IconExplorer

Memory Pool

73,493 transactions
28.29 vMB
0.07461956 BTC
Random Selection Loading Transactions
Max Size: 167.40/200 MB

Candidate Block

Mining Attempt 80dae023c65abe5026d4ba5466affee791f580a858b5ac69e37fec9267d897c2
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 1fe767650a84db488e70ab5c17693c81e832fb16fa796a8e5f60942bdf2624f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,870
Size: 1.00 vMB
Total Fees: 0.01785792 BTC
Feerates: 150.86 > 1.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (795,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,436 119,436 000000000000ad99f718727d994c4c9113b4a0127639e83de2af2bcf98c377f1 7 0.00/1.00 vMB 511
119,435 119,435 000000000000021f2189771fbfb434ee978c3d4c409dbef281f682b4c8a64821 6 0.00/1.00 vMB 542
119,434 119,434 000000000000152fe081738269e4eee4f50065c9ac1ba6f3022ff784cd130d0e 9 0.00/1.00 vMB 0
119,433 119,433 00000000000003d208a7115d817e7a06b07310feac60decb7da68824a571c97d 16 0.01/1.00 vMB 553
119,432 119,432 00000000000096263065ed84d25aa945b629ee4d438323864d9e28681f49b741 6 0.00/1.00 vMB 0
119,431 119,431 00000000000087c2b0145d81ea4e2b0607b6631711230ea0389c91da58d2e3b5 9 0.00/1.00 vMB 459
119,430 119,430 00000000000071df305320fe556448680a3fb25d285e8f75c4164772f46b9593 7 0.00/1.00 vMB 601
119,429 119,429 00000000000062a30459f221855591bbbb2023ad0efc0f98381f2c53828cf84d 5 0.00/1.00 vMB 756
119,428 119,428 0000000000009a81a6c636ba27c2adbffed94d44f18dd095a07d54c7cf611c0b 11 0.00/1.00 vMB 0
119,427 119,427 00000000000020509b9f47860eb6d4238b9ad24cee9115e4c34462ad5a0450d9 14 0.01/1.00 vMB 397
119,426 119,426 000000000000191a7a8d3d98e2497b463c11009ed2ff27fd60a94729bebf392c 12 0.00/1.00 vMB 324
119,425 119,425 000000000000704f636fc61babacb35828f43ee1cbbc38894bed17268589d457 15 0.00/1.00 vMB 877
119,424 119,424 00000000000015783228ab63d16e427fc1650248eb7d51223d9e0a1b689d7d8e 4 0.00/1.00 vMB 0
119,423 119,423 0000000000001bef2aca1b6869efa4098baff24d9ef486499fcbdc748bfcb7b6 2 0.00/1.00 vMB 0
119,422 119,422 000000000000591b8b7b8e8c5aa90ecf594d044f74c2b1f4df46d6e6f045edb3 7 0.00/1.00 vMB 1,350
119,421 119,421 0000000000003b29da7feb9d99ab461607c26e9d24c66dd0cb563de29497ec13 8 0.00/1.00 vMB 0
119,420 119,420 00000000000070f417012ebfd44ea02dc4eecb43e4893c45d2b6baa98c11a494 13 0.01/1.00 vMB 533
119,419 119,419 00000000000026b68a0ff9f118d2d13dced3ff0573a558142d24828f54851527 10 0.00/1.00 vMB 358
119,418 119,418 00000000000033b617db8a67ab4ff94aad805a1c9c31b0d87f4eb3477eff8d0e 10 0.00/1.00 vMB 1,308
119,417 119,417 000000000000b0b025a23b89b492f67f0e0e0b7723a14629aaa69cd98865be71 12 0.00/1.00 vMB 0
119,416 119,416 0000000000005c22e41f1dd7a74f2e8b192bf01256641a05d6bbfe16e757246c 6 0.00/1.00 vMB 1,023
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: 666.81 GB
    • Received: 15.22 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.