Loading Tool

Explorer IconExplorer

Memory Pool

44,239 transactions
27.29 vMB
0.07037581 BTC
Random Selection Loading Transactions
Max Size: 143.79/200 MB

Candidate Block

Mining Attempt a1a4e3e4bc1d3e64d813b32afc5c45f1189fa9fac233f06fef4fb82958c901bb
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 69b5098763bc2dabbab12f7f230023251126b081249f34ea77a1090c7056297c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.01933107 BTC
Feerates: 192.02 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (345,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,282 569,282 0000000000000000001b494deeb8c9ee7db2ba74d304c717c591394540d32f37 2,670 1.00/1.00 vMB 39
569,281 569,281 000000000000000000046456ece137639ef3a8948c2c615ba8053b66afa1ff0b 2,771 1.00/1.00 vMB 9
569,280 569,280 00000000000000000005075d49ab7c08fde640ae2050560c84da02621133ca58 2,711 1.00/1.00 vMB 41
569,279 569,279 0000000000000000000f898364b87fc0223ceceb63b8de05da3a4c94540e6bbe 2,992 1.00/1.00 vMB 8
569,278 569,278 000000000000000000037bc02dc31de51f6d677b5c70eeaa3a4d3f4fe1340073 2,522 1.00/1.00 vMB 22
569,277 569,277 00000000000000000028b24300b2c4f2463b1a13d2a57b3381aecec94c693ad6 2,159 1.00/1.00 vMB 42
569,276 569,276 000000000000000000111606dd6b6f2c011fabc7e651d19aa9dd392320518d07 2,273 1.00/1.00 vMB 42
569,275 569,275 0000000000000000002342e99c693cccc9a108e2b2219f8b6949e304a373b1ed 3,203 1.00/1.00 vMB 26
569,274 569,274 0000000000000000000ca75c8ad25dd00fcc78fc65ddd71726628c35359a46cf 435 1.00/1.00 vMB 2
569,273 569,273 000000000000000000033c960243b68740db1516d8a67e379d77f0b17c3ff5ee 758 1.00/1.00 vMB 3
569,272 569,272 00000000000000000022b5e15b710de31db01d3dee1a1cec4d6d64534f2f4d42 915 1.00/1.00 vMB 5
569,271 569,271 0000000000000000000b96410d7d28cd1a984ee828600ecf74be8a6e68972f9e 3,001 1.00/1.00 vMB 16
569,270 569,270 0000000000000000002b3d7ce9f52eb9ffebe0f535346b96395d466404e2fb13 2,957 1.00/1.00 vMB 18
569,269 569,269 00000000000000000023a9532fd67854259ecc11ee659713b1c91ac3edffb7b8 2,819 1.00/1.00 vMB 18
569,268 569,268 000000000000000000160d1c5dc3677bd2123cacec4d9ff7f4f132de7a0e1a20 1,424 1.00/1.00 vMB 9
569,267 569,267 00000000000000000014c45657b8f82d969783f720c703d1aee668ef9034c6a6 625 1.00/1.00 vMB 2
569,266 569,266 0000000000000000001485049612e0fda88b5a82c52efbe82cbf39a5482e760d 1,794 1.00/1.00 vMB 11
569,265 569,265 00000000000000000004a69436bd29c2e207e6594cb158210b96d37ffd8c9667 2,862 1.00/1.00 vMB 18
569,264 569,264 00000000000000000019c8f4644ff101654c0b92113c4c73ee1929e469453da9 3,000 1.00/1.00 vMB 13
569,263 569,263 000000000000000000063431014e1af7884c745a6c334dae3403660f34f44d4f 2,992 1.00/1.00 vMB 19
569,262 569,262 0000000000000000002a0ce509f2faac41c514d8d59c900855df5fda9ac834e2 2,843 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.