Loading Tool

Explorer IconExplorer

Memory Pool

38,749 transactions
20.06 vMB
0.09652196 BTC
Random Selection Loading Transactions
Max Size: 110.08/200 MB

Candidate Block

Mining Attempt 83422ef3a0d9e6910a9927f39769fc01fde084964a8175ba7548cc307e16369e
Version 20000000
Previous Block 00000000000000000001045bcb3b2142ad1559f1e2c63e9eccf4c3e3bc543f14
Merkle Root a64922f0a209ce4fd57ec3e94eaf43ad2b5e7bfbecc7b647fefdbb3864d7fac4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,488
Size: 1.00 vMB
Total Fees: 0.04327563 BTC
Feerates: 500.23 > 4.34 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,900 (83 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,817 913,817 0000000000000000000019853aeb2af9886d8f4ddf45a48972f87d9c0948dc4c 1,796 1.00/1.00 vMB 1
913,816 913,816 000000000000000000003ef43a4543cfd1c2f761e36f4a2a3582bd954f745afb 3,274 1.00/1.00 vMB 2
913,815 913,815 00000000000000000000fda7eed8837e0eb4706dd93c413529175bdc9eae3be2 3,142 1.00/1.00 vMB 16
913,814 913,814 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245 3,458 1.00/1.00 vMB 4
913,813 913,813 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e 2,365 1.00/1.00 vMB 2
913,812 913,812 000000000000000000018f837348f0d296f66ef08a98116783acd8f6503498d0 3,802 1.00/1.00 vMB 4
913,811 913,811 0000000000000000000006ca46d77662424a3c954a5db8f2745f0dc89e1e8097 3,799 1.00/1.00 vMB 3
913,810 913,810 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f 6,483 1.00/1.00 vMB 1
913,809 913,809 00000000000000000001e9d11e4d55b4c52f3f8c0204b2cceac03e47c4af45fd 3,000 0.79/1.00 vMB 2
913,808 913,808 00000000000000000000ea4a91f76fb25644f25422b7590c5f1d13576f23fe02 3,754 1.00/1.00 vMB 3
913,807 913,807 0000000000000000000014b0e0c3ffdcd0c6f82f657121f2e5c5dea8833d7c39 3,387 1.00/1.00 vMB 5
913,806 913,806 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c 4,841 1.00/1.00 vMB 1
913,805 913,805 00000000000000000000c62eb6b3574aa0b8d680bc9d2c401c79c53a05e8a987 4,279 1.00/1.00 vMB 1
913,804 913,804 0000000000000000000129ec247556291a40ed8781091094ef7cabc011ad57bf 582 0.15/1.00 vMB 2
913,803 913,803 00000000000000000000d7103d4d1d410ccafd37a684cb5317b7e608b2c74346 3,414 1.00/1.00 vMB 2
913,802 913,802 00000000000000000000786707c7185cfb38fe9a224c64bb9f67929ff2388934 2,062 0.61/1.00 vMB 3
913,801 913,801 0000000000000000000025f8ebfa789b311cadcd222d9d753c5649dadf051fda 589 0.19/1.00 vMB 3
913,800 913,800 0000000000000000000144cbd6d2cd63cf4b5d6953efd0574dd21be70c394081 5,339 1.00/1.00 vMB 1
913,799 913,799 000000000000000000019fe53911ca79a6088890c2393d2196acec9d8f0fc401 5,078 1.00/1.00 vMB 0
913,798 913,798 00000000000000000001e4f0f6c6b3e6c6f49f02b726fef7776a1e3158a89f3e 5,701 1.00/1.00 vMB 1
913,797 913,797 00000000000000000000d5be5173cfd85e5c82ff35ec2e23571c25c62231a150 1,524 0.39/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 526.87 GB
    • Received: 5.37 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.