Loading Tool

Explorer IconExplorer

Memory Pool

46,494 transactions
27.26 vMB
0.08070333 BTC
Random Selection Loading Transactions
Max Size: 144.09/200 MB

Candidate Block

Mining Attempt 76648f3f4a4f2f261ee4ce376f9623004e284bd2ce45a5ba1480da2c737d2b4b
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 0c1438da280a4b1df4f738b76e58f4d78763fbb2a384319c2176fbcddb6cb581
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.02972024 BTC
Feerates: 298.51 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (80,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,350 834,350 00000000000000000001537f23e965b53627ee3571b0673a3f34f2e0d70b37c9 3,324 1.00/1.00 vMB 26
834,349 834,349 0000000000000000000258753cf3cf925d99d6e0215ea971db93684b1a49b926 3,424 1.00/1.00 vMB 37
834,348 834,348 000000000000000000009e91690486cec8c4eff156792c0f57f8af753b28d2d1 3,247 1.00/1.00 vMB 23
834,347 834,347 0000000000000000000352eca0c655a01fb60ddb020455fb4a8dc5c5da1b7485 1,585 1.00/1.00 vMB 16
834,346 834,346 000000000000000000028528dd42cb6ab6db37eb24eb6d6b83b1af5395ac979f 722 1.00/1.00 vMB 14
834,345 834,345 0000000000000000000308136e035fe46c0e9d527368cfff6bf23c9d73d5a976 928 1.00/1.00 vMB 14
834,344 834,344 00000000000000000000de00e5c4e02396fe575d23b552e6589495feabb9e3c8 873 1.00/1.00 vMB 14
834,343 834,343 000000000000000000023b5eede08cf248692b6a70e1685007f3aa3be5e32974 2,652 1.00/1.00 vMB 17
834,342 834,342 00000000000000000003872d6e9220b276b800f63b8a1c7a9660dd61317d4463 1,607 1.00/1.00 vMB 16
834,341 834,341 00000000000000000001c7c71a31b82ee45fbb15ff39c7b13b53331cc76e6b25 1,929 1.00/1.00 vMB 20
834,340 834,340 000000000000000000000192b082f43fc989cfb48e37a3c2c292a7771dac138c 2,150 1.00/1.00 vMB 21
834,339 834,339 00000000000000000001b48a5051ae4b413dbf63e5505e1d5dc092b3705de957 2,683 1.00/1.00 vMB 25
834,338 834,338 000000000000000000030e5bef155ddf5826c94e0ad584cf7591db1c6d6935de 3,208 1.00/1.00 vMB 37
834,337 834,337 000000000000000000013e3aa3357d821e2e1648861f63ce2454bb94f7d1be1b 466 1.00/1.00 vMB 16
834,336 834,336 000000000000000000007962ff45a3c2b2f5445cb47f0974798156b5912335e6 2,519 1.00/1.00 vMB 27
834,335 834,335 00000000000000000002c931558c7d2440dee0495192320c2c16ed919fbe7058 2,684 1.00/1.00 vMB 28
834,334 834,334 0000000000000000000068a11540b95c8c3a7eb2fe0eb98c9b0362d34a4f56bd 3,427 1.00/1.00 vMB 38
834,333 834,333 0000000000000000000062702e861f36359c788cd3183e4e2ce1afbf8de65be9 1,407 1.00/1.00 vMB 18
834,332 834,332 00000000000000000000d7cf5368d4ff9304b103495d08abeb85b5d315d7be33 2,401 1.00/1.00 vMB 16
834,331 834,331 0000000000000000000202fad5b411e92f783b0b8412809964d113bf059e2189 2,172 1.00/1.00 vMB 22
834,330 834,330 000000000000000000003fbb125f58e3b5b492b7443c6a1a80a6f9e34d879683 3,019 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.00 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: 648.90 GB
    • Received: 13.10 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.