Loading Tool

Explorer IconExplorer

Memory Pool

33,230 transactions
26.32 vMB
0.03134460 BTC
Random Selection Loading Transactions
Max Size: 147.16/200 MB

Candidate Block

Mining Attempt 67b6ae6e4c8ede71c8a46b454819f946a83feb179359fa6a6f275b3a26d97a85
Version 20000000
Previous Block 000000000000000000013847854784dc596f84e11ccfb8aca6ec0a9259b2db9c
Merkle Root 373d5e354d2c199cb44bffc09df20d2e06c99025451d12806817290b1e49b6a2
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 5,565
Size: 1.00 vMB
Total Fees: 0.00232968 BTC
Feerates: 19.20 > 0.23 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,152 (20,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
918,725 918,725 0000000000000000000162f360281c7c0eafec1995f073bb7b958794f98d9f4a 4,783 1.00/1.00 vMB 1
918,724 918,724 0000000000000000000112d550e5c0776af4696bc809b7b983decab7d7b291b6 4,233 1.00/1.00 vMB 1
918,723 918,723 000000000000000000016c8d34e26ae1cd95238513ceb0fcc8b7a7d984764b73 3,392 1.00/1.00 vMB 2
918,722 918,722 00000000000000000000d29f6df8e1f0fb7b501683a1ebd2c6fb1225ca368542 4,552 1.00/1.00 vMB 1
918,721 918,721 0000000000000000000133f159e806a619d6e0c4cc8ae4ea31f7110558c4ac99 1,438 0.36/1.00 vMB 2
918,720 918,720 0000000000000000000144e851a36e04e6520f86490968d2090205354724ea9c 4,011 1.00/1.00 vMB 2
918,719 918,719 00000000000000000000978283fd8866726c1629b0599d27caebcca29bd616ff 306 0.06/1.00 vMB 3
918,718 918,718 000000000000000000009ba5d9e065e48676d5dcb2acbf8a5addfc53c948458d 482 0.12/1.00 vMB 2
918,717 918,717 0000000000000000000119dbbab93bf89f5e65debf2f170af116b3a9de79158f 4,612 1.00/1.00 vMB 1
918,716 918,716 00000000000000000001d927067f0f841b8126b84817be5750b594c12103bafd 3,758 1.00/1.00 vMB 3
918,715 918,715 00000000000000000000bccccd4a80e6efc59beb51b99ebbf0e220657f39f581 4,143 1.00/1.00 vMB 3
918,714 918,714 000000000000000000007db3850d1c334723b1c5c5210cc79f3badf22e38c31e 5,792 1.00/1.00 vMB 0
918,713 918,713 0000000000000000000173a191a0daf448942ccb5e71ad94fbc03dbf94935fae 371 0.17/1.00 vMB 1
918,712 918,712 000000000000000000014330af0f98e7518ad2ea35c8fe489929df7f6fef8da2 4,325 1.00/1.00 vMB 0
918,711 918,711 00000000000000000001cd06b4627fe8ddca84af1fa1292e46f393d367c104f2 6,123 1.00/1.00 vMB 0
918,710 918,710 0000000000000000000068f975fc28e385ee7cf7c1f839798e2709c1881c21dc 2,086 0.73/1.00 vMB 2
918,709 918,709 00000000000000000000ed3ac9cc045e5f86a46b6b0249788f7b4e6a3e7e4517 5,841 1.00/1.00 vMB 0
918,708 918,708 00000000000000000001bffb72e265f3dbd9068daf21c06c626b6b988d393ffa 6,001 1.00/1.00 vMB 0
918,707 918,707 00000000000000000000700f90727eab12214b487fe556dd1252740abfd168c0 1,454 0.34/1.00 vMB 2
918,706 918,706 00000000000000000001ad0d6ff888f7445d6e485c84abed0dd4b96328562bd5 3,016 1.00/1.00 vMB 2
918,705 918,705 000000000000000000015287693f6ead1f858c23fb94c44b9a5069493033108f 5,219 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 825.19 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: 4,226.54 GB
    • Received: 232.45 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.