Loading Tool

Explorer IconExplorer

Memory Pool

36,720 transactions
29.77 vMB
0.06984448 BTC
Random Selection Loading Transactions
Max Size: 148.19/200 MB

Candidate Block

Mining Attempt edd9d3637f515e5fa960f80712daa707010a6ed49eedfa5f4545e2e596570444
Version 20000000
Previous Block 0000000000000000000169debf8f236758b3fc2589a34d5d20255a4020488a10
Merkle Root 5dde2910cfad857ec1084cd0c5ba76e2e6fdb423c9df46a1948b947bc158709e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,892
Size: 1.00 vMB
Total Fees: 0.01106099 BTC
Feerates: 100.65 > 1.11 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,469 (840,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,589 73,589 00000000002d48baf53e65fcd04a7c25d08030ac27863794c199eb2b7fb5e782 1 0.00/1.00 vMB 0
73,588 73,588 000000000068b42e36ae66c232b138b25366d885cc1a5e1074b9ac78c60a8fba 1 0.00/1.00 vMB 0
73,587 73,587 000000000086a20534a68b71f32046f989e06cfe618e809cb21d97f0792f7deb 1 0.00/1.00 vMB 0
73,586 73,586 00000000004fa6b2b06b9abd0daf4fd3b54f8d8f0e33d1fc7a3767721c4cf55e 2 0.00/1.00 vMB 0
73,585 73,585 00000000000e598a928b45626e8ec7847c631fed7a354e30e05d985911a8c691 1 0.00/1.00 vMB 0
73,584 73,584 00000000001d5ac5b715a423770138a009454d3ea8d0dc8516312ba54ec91edd 2 0.00/1.00 vMB 0
73,583 73,583 00000000008c9eea0a6312fe6109b0cd33bc507d065b761ee711acd7874ddfb3 2 0.00/1.00 vMB 0
73,582 73,582 000000000004f136ab4206bc1d3aa954f674a711b97b71d706323ecb129f9d20 1 0.00/1.00 vMB 0
73,581 73,581 000000000073b6d971b3bef2b5329dbb348a46c58b9868a2f4470a7c40ad634f 1 0.00/1.00 vMB 0
73,580 73,580 00000000006187e0b5ec7009ebc41cefba0650bab2a3ddff64c1b2c53913e691 1 0.00/1.00 vMB 0
73,579 73,579 00000000008fa0befa0b58fd9075fd1b5ad566f7a55ab86aae4f9f17d059b862 2 0.00/1.00 vMB 0
73,578 73,578 000000000014a03f150915131fbf5067d173eb2cf05402ad3f886e32ce4c44ca 1 0.00/1.00 vMB 0
73,577 73,577 000000000051622cf4fc0664a0defd4071e5fb24c3a709cafbea4672b71e6ad9 1 0.00/1.00 vMB 0
73,576 73,576 0000000000a3d8429155f52141a6f0330fc06219623ea6942f2ae5e20621ea90 1 0.00/1.00 vMB 0
73,575 73,575 000000000073246701c25cf011df2978b81c19837d5cf7aad9c4d1de45ed4bcf 3 0.00/1.00 vMB 0
73,574 73,574 00000000001560213671fe1b8108fbfb6fa4a2430ce9f2acb371a482b215a699 2 0.00/1.00 vMB 0
73,573 73,573 00000000002df0981098db2ca72f33ae2536ddeb11f7a940ccd2f44b28517c10 1 0.00/1.00 vMB 0
73,572 73,572 0000000000ba12d43a88f8e15e22d4ae6493f1bdbe785b42bb9511dadb807984 1 0.00/1.00 vMB 0
73,571 73,571 000000000046ea5c285c9586e5c4cdcc74b6c32a5deb9c669ba5ae108ef749d4 1 0.00/1.00 vMB 0
73,570 73,570 00000000008e7a085e68cc03f4491acfa8f143e53b16db380dc0d84844f65d0a 1 0.00/1.00 vMB 0
73,569 73,569 00000000007f0ffae2119945eff467a065df04deea334e5467bba4ef99e04fbb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.44 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: 610.36 GB
    • Received: 10.72 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.