Loading Tool

Explorer IconExplorer

Memory Pool

81,934 transactions
30.47 vMB
0.13229544 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 134661536e6c36c5569caccfc653c60d78ef0f64bbd5b9e03e19420129e9d88f
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 4b5d38e9a4d5d1a27ab16e86ff8a378d4e16a96c4a6342bfc83689806d0efeb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,267
Size: 1.00 vMB
Total Fees: 0.05153759 BTC
Feerates: 302.06 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (297,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,696 617,696 0000000000000000000bd10058b0202cfb63bf002bf217ba721367165a8d733e 204 0.07/1.00 vMB 22
617,695 617,695 0000000000000000000f39565d1bf0022ae344e71c613b77872691e49fa76e8d 1,429 0.46/1.00 vMB 19
617,694 617,694 0000000000000000000cb2fad0c507b691e6c8f19e77f82b85b2458faff5e3d6 2,502 0.64/1.00 vMB 20
617,693 617,693 0000000000000000000e0b96b54d56885a5186fdb0748318e5513cbb0b69c357 1,354 0.46/1.00 vMB 14
617,692 617,692 000000000000000000034ac4d896d13e312166cc7a79a8e6074726d49e145eda 577 0.15/1.00 vMB 17
617,691 617,691 00000000000000000007299d76e9737b943a11bcda86e628b7a57da3a7fd6f36 2,404 0.63/1.00 vMB 10
617,690 617,690 000000000000000000100c78ff34b332e3a9a0a6ff14426b2a8bf0845683e1c1 3,491 1.00/1.00 vMB 26
617,689 617,689 000000000000000000024604f3ae9e0ffe8a2e7d0c6663af270306157a4531b5 31 0.01/1.00 vMB 19
617,688 617,688 00000000000000000000ff5b15fb73a1a85f3ca70b7255db90633a7554697062 1,545 0.45/1.00 vMB 20
617,687 617,687 0000000000000000000bae9274153d3ccf8a2723acf1bd398da2e044d7f764d8 1,683 0.54/1.00 vMB 23
617,686 617,686 0000000000000000000ece22af61f5faa4ff0b43b7edb7d335467a2e17a335f5 1,295 0.45/1.00 vMB 18
617,685 617,685 0000000000000000000eb226d0a59651ff2c5151c95aa880a6d10d95800cab29 172 0.12/1.00 vMB 38
617,684 617,684 0000000000000000000ae32181d1114f1b33e70f9aceaf3e17e89840fa60c914 2,477 0.68/1.00 vMB 24
617,683 617,683 0000000000000000000f5dbd7df9e9f98384b7b4c06022a36565089e200f55a3 841 0.31/1.00 vMB 3
617,682 617,682 00000000000000000005c8c64bc169efce2d5767abf629bed7bfccbcac3d234c 3,487 1.00/1.00 vMB 23
617,681 617,681 0000000000000000000a499dab3c4f26e3f61d1f034b8fa2e5ebde3cec6a9ce3 1,241 0.31/1.00 vMB 22
617,680 617,680 000000000000000000015e04ebb4912bfc7b7a5d40bcd11e76938b43cb53b131 2,154 0.69/1.00 vMB 4
617,679 617,679 00000000000000000006a4114d96136adae54abae4199807cd6f2d4c6b3c4997 3,538 0.99/1.00 vMB 19
617,678 617,678 0000000000000000000301be10081b08e5eefd70960f84113a985fdf95187484 2,615 1.00/1.00 vMB 6
617,677 617,677 0000000000000000000c33cb302370282e79389183407bbe19c031b422d2a45d 2,563 1.00/1.00 vMB 18
617,676 617,676 00000000000000000008f56d23e84256c8424f9349eb3199e116c237e7735087 3,545 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.