Loading Tool

Explorer IconExplorer

Memory Pool

77,846 transactions
28.87 vMB
0.06746339 BTC
Random Selection Loading Transactions
Max Size: 175.18/200 MB

Candidate Block

Mining Attempt df6c97ccd4effc3340ec6f881454109fa15b0da82fa57fc0096d5cdd08f33c65
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root 153d4d02c7f5767ff08827eb328b3ef6abd87e0b53b2910d396860303b5ded02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,866
Size: 1.00 vMB
Total Fees: 0.00734030 BTC
Feerates: 149.20 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (213,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,475 701,475 0000000000000000000558ac4519eea6fc7e167c2df4d609183a861981e01fba 2,893 1.00/1.00 vMB 12
701,474 701,474 0000000000000000000607e83a90c1ab43a53666de568805b12dce49856330c2 575 1.00/1.00 vMB 2
701,473 701,473 0000000000000000000e296fbcdbe4b3ccb4f02ea2130e79288792d295089410 1,619 1.00/1.00 vMB 7
701,472 701,472 0000000000000000000b70579255845c3d4b66d2d7e77d953ad3ce47147dbee0 2,727 1.00/1.00 vMB 12
701,471 701,471 0000000000000000000a9644d8fe3cba079fe2f5ee78d20e67eb05f347ecd1c9 1,064 1.00/1.00 vMB 2
701,470 701,470 000000000000000000045d038055f841697accb5274c3335e77b25413caac93d 2,612 1.00/1.00 vMB 8
701,469 701,469 00000000000000000007d8b5048022327f0157af60fea4ee3fac0d5f28f65623 2,159 1.00/1.00 vMB 11
701,468 701,468 00000000000000000008119bb9d5d14a0eaa9735989706079a6cff0f90d404b6 1,544 1.00/1.00 vMB 6
701,467 701,467 00000000000000000008e7fbf0880015b389d2a0e6b206b8790311e2abbc992e 3,096 1.00/1.00 vMB 15
701,466 701,466 00000000000000000007d2855e62a8110a873da18044ade8065276f53e5fb06f 2,530 1.00/1.00 vMB 30
701,465 701,465 0000000000000000000e522506a3c2122b7ba005ca58f71649b8388e6a7b2e80 233 1.00/1.00 vMB 2
701,464 701,464 00000000000000000005b81ddd22c55dce2fcc4a84f7b1271969cc0f299de7f1 175 1.00/1.00 vMB 1
701,463 701,463 0000000000000000000733f77302f5f4177bb87bb5c463bff0f4f0768f4edc24 1,847 1.00/1.00 vMB 10
701,462 701,462 0000000000000000000cc5b077e97cbfff0f536b98e31ccd9784fe3d5f92ff63 315 1.00/1.00 vMB 1
701,461 701,461 00000000000000000003fa94be95fb025be8637e7b8d7b27766a39adc8648e8f 2,837 1.00/1.00 vMB 16
701,460 701,460 000000000000000000080d4dae8011c69dcb8bf67fd062a93d1e70e08dfd65de 2,960 1.00/1.00 vMB 3
701,459 701,459 000000000000000000030c58326a5fd0ac280f31d6a1616da07fd89f7e106293 2,797 1.00/1.00 vMB 17
701,458 701,458 0000000000000000000466bb978740b0d5afabd2b2f28a448d79e6deaf4becde 3,048 1.00/1.00 vMB 21
701,457 701,457 000000000000000000027c5902f6f1b7d9c9bc46adc33bbe806db50a579b5d70 2,143 1.00/1.00 vMB 9
701,456 701,456 0000000000000000000648f7b36217aa42c78c12207d90d9835a720bf8d00d5e 2,801 1.00/1.00 vMB 14
701,455 701,455 0000000000000000000bfd1472e7e426d584efbed0d6e1c331c0fa520fbcc4b8 2,588 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.