Loading Tool

Explorer IconExplorer

Memory Pool

66,038 transactions
20.15 vMB
0.05547611 BTC
Random Selection Loading Transactions
Max Size: 130.66/200 MB

Candidate Block

Mining Attempt e347a33ebbdb1223d24b9d46f5abc7f54208f7aa043b22e11154b9c59aaaa155
Version 20000000
Previous Block 000000000000000000011439da5e08fd1630c2459e3cb72c1e5204972dc35de2
Merkle Root ac7cb44a4f53f7ca1bcf9cb72f3f4c9d58781d8283acaf0ea775c63a5219bdf1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,664
Size: 1.00 vMB
Total Fees: 0.00892698 BTC
Feerates: 50.25 > 0.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,767 (884,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
31,450 31,450 00000000796fea91f5b6da43743cedbb3d96243b05e5cce6c840151654cb8de0 1 0.00/1.00 vMB 0
31,449 31,449 00000000808ee7fd4c589e9583981f6def23273a19433cb51b012d00b480ab15 1 0.00/1.00 vMB 0
31,448 31,448 0000000070f39bf40496c9b7bb9c304a89acced6da4f8e3e93dcfd8ffaa10026 1 0.00/1.00 vMB 0
31,447 31,447 000000008632b505e133779c5c4904a695b1c401829413751313606b1090d858 1 0.00/1.00 vMB 0
31,446 31,446 0000000054fb1d39257b092ff8a2b24da07afc1f34d2e6270d5902c677854576 1 0.00/1.00 vMB 0
31,445 31,445 00000000e597bc6bf5e5f96e6397bbd086269630b05e517c93224dc128f4ab03 1 0.00/1.00 vMB 0
31,444 31,444 00000000a1af26072714ad1f2b36b08a53daae7162a4b7319713d7e9861d1736 1 0.00/1.00 vMB 0
31,443 31,443 000000006284f7907e96e475face7c4f6daeadb65c308eeed4638b7b3688a2b6 1 0.00/1.00 vMB 0
31,442 31,442 0000000059a805edbe48ca633ab013a801c929a968fe89789c17c6fc1a7feb84 1 0.00/1.00 vMB 0
31,441 31,441 00000000cc6338c0acee6e64100db898a4ca77df4d2ba0990c86d440cc32f384 1 0.00/1.00 vMB 0
31,440 31,440 00000000231d5877026eb77943bdf9424ce67c3d5aa90c0b6021f0162956888c 1 0.00/1.00 vMB 0
31,439 31,439 00000000fd3178e9367df2cbf1053b8d91b318c933d78b4868d775c994c2aaa6 1 0.00/1.00 vMB 0
31,438 31,438 00000000093d349e418840bd41efc77fc15e9ab89f1cd7bb25ab9c083d8fe829 1 0.00/1.00 vMB 0
31,437 31,437 0000000090725d796f992bf0585a84dac3c51f1657d45939558a8472672f8847 1 0.00/1.00 vMB 0
31,436 31,436 0000000092c3ab6d610af9bc79cf2b267b127e94a1c61785312d1822c07e14e9 1 0.00/1.00 vMB 0
31,435 31,435 0000000045c72c280fe41730ea888aaef028298c37fac022edffc1c048fa7696 1 0.00/1.00 vMB 0
31,434 31,434 00000000080a7412bcd4ac402bf7e7c8e7d706d8239c27d5e85e1d1aa3d2958b 1 0.00/1.00 vMB 0
31,433 31,433 000000008aba31de75d94aacf4ad51c6b823e2a346051e82f0fdf643d9ee85b7 1 0.00/1.00 vMB 0
31,432 31,432 0000000048b25b77b211dce27863dc7551d3187f43125ffa37ff4fdb211296dc 1 0.00/1.00 vMB 0
31,431 31,431 000000001f741e705c05b1389e0ea8d0ca0c5d2c746bbb1527c8b90d56fb0686 1 0.00/1.00 vMB 0
31,430 31,430 000000000d2bd32dffc9a0600820c5863e5c0d5221ec14519c0eac4158f4c142 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.71 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: 778.93 GB
    • Received: 21.34 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.