Loading Tool

Explorer IconExplorer

Memory Pool

17,541 transactions
8.01 vMB
0.02526497 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.91/200 MB

Candidate Block

Mining Attempt 81f10ea0cc9e7b986a8ebce9c2d149d7181dc7a7ed855e1a96e74ff99ebe1689
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root d74f95a6d6e413a2b2058ec639a2ea82fdcab7ca6ef3435dc22282dad3ef93b2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,647
Size: 1.00 vMB
Total Fees: 0.00861772 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (751,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,748 161,748 0000000000000499b7627b5a6a6a453306fd96e65bb38e57012d1682b7441a99 117 0.06 vMB 369
161,747 161,747 0000000000000d4daea8d9f5e928c6d7c636f13150f2fc3e3518d83ba84fc04f 53 0.03 vMB 95
161,746 161,746 000000000000064c30913935923d0e629aac4fe8056540d36eb49a08281327e4 61 0.03 vMB 63
161,745 161,745 0000000000000b2c23a302d5a94836da736a4bb99ef81699c2ec81f7e5c1ab6d 1 0.00 vMB 0
161,744 161,744 00000000000006f83dbccb6087340686c8e8e617d32029495ff0d5238deeabbc 116 0.06 vMB 157
161,743 161,743 0000000000000bb3160a09e22a52d6a0a260522b8ca705fc064f1c96a5eac7f6 43 0.33 vMB 87
161,742 161,742 0000000000000a73bb557c07c80facd86b3fc5e7014f8c7992dd32bfdc5e5d0f 19 0.05 vMB 53
161,741 161,741 00000000000004ebfe4d38ca02d5640e18d86af862931374c42332901b5c306b 1 0.00 vMB 0
161,740 161,740 00000000000002e85c86ee4038def48ab29a79c7abc65a9c34a1fc9fba82a370 41 0.16 vMB 78
161,739 161,739 000000000000056c049c922a6dd4a508ecc214ee1dd6a965d5886890218959aa 90 0.05 vMB 308
161,738 161,738 000000000000010ef5f29587f364659b1ef0242bfbf2e3580c9074f26e1cfb12 77 0.05 vMB 111
161,737 161,737 000000000000042aa9851c667f66a7e550aba711e6c8793b4ffad29eaa22291c 57 0.02 vMB 349
161,736 161,736 00000000000001ce3bb10845f1f0e9db8f71abc2895a8b21a7e659ace64647d5 98 0.04 vMB 253
161,735 161,735 000000000000080080b16fbdbf0acb99cf1be35fd056a39a0fe4b08945e679ce 45 0.01 vMB 81
161,734 161,734 00000000000002a38719fa0decc085b73fa81cc71d282c160cf013a0da646193 39 0.02 vMB 185
161,733 161,733 0000000000000b8bab5061fcc3c88a766787853d9bd82fc899b67b77997aafe4 41 0.01 vMB 184
161,732 161,732 00000000000008525f811a2b9f599954eaa33f531e145b6dd53fbe99171f01e4 31 0.02 vMB 51
161,731 161,731 0000000000000021ad472374a337e6e3d6bdc81c905b799fba7b45702e8f7a0f 12 0.00 vMB 0
161,730 161,730 0000000000000bef6aea9c0bd7416153ed78eb51bd2713b238d9e3dba12d44bc 54 0.03 vMB 138
161,729 161,729 000000000000057c73038a4b079d71316570a380d739261f5882302a9ef0a578 126 0.05 vMB 54
161,728 161,728 000000000000068622a86682a9489ed975003bad750a5ec0c865c4496efc4daa 50 0.01 vMB 0
Previous 10 blocks ↓
Total Size: 779.54 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: 246.62 GB
    • Received: 0.93 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.