Loading Tool

Explorer IconExplorer

Memory Pool

40,118 transactions
28.17 vMB
0.13569534 BTC
Random Selection Loading Transactions
Max Size: 143.77/200 MB

Candidate Block

Mining Attempt a409cd5ca32a0e6ad06a34c14b58c8724c5b7251ddd439d298f99a7be86b72ae
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 92135b9e5bb12b5e481015a74b89756627a6879fed9480cde4877fd9af4342c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,262
Size: 1.00 vMB
Total Fees: 0.08150302 BTC
Feerates: 102.90 > 8.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (268,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,882 645,882 0000000000000000000d9f8b85df14eb55e96a83a0bc32c61f99e749d7d007ba 1,879 1.00/1.00 vMB 43
645,881 645,881 0000000000000000000beefdaefa93d71f839387c9f21c13731ad047f806622a 2,209 1.00/1.00 vMB 39
645,880 645,880 0000000000000000000745910b96dd1bf4735e44b0d06656150038e4c9de0252 1,716 1.00/1.00 vMB 36
645,879 645,879 0000000000000000000fb5bc61c6bf79e1b3f2159dc21cbc14bee295f3f1a512 1,977 1.00/1.00 vMB 24
645,878 645,878 0000000000000000000f6ff3f8cd88cc6148cd783da7a37fc38a73caa8a62500 2,736 1.00/1.00 vMB 29
645,877 645,877 00000000000000000008bcc97fbd9bb61446376aedc838dde7cbbc1b56fcf46f 2,087 1.00/1.00 vMB 95
645,876 645,876 0000000000000000000664c633f318d000bc586e3939e96f5314c74026627e0f 2,519 1.00/1.00 vMB 12
645,875 645,875 0000000000000000000900f8319cdf67e1fa98475e3dc6b2058f5b23171a9797 1,996 1.00/1.00 vMB 16
645,874 645,874 0000000000000000000a2307e6b2d2559eed45ed3e47d6f8373ec6c66c6bab13 2,579 1.00/1.00 vMB 51
645,873 645,873 0000000000000000000f2c39029f3220e2a1083035be93bb1247f5d16625e174 2,900 1.00/1.00 vMB 17
645,872 645,872 0000000000000000000e0d2b11e9f8c06a0734cc65634f649d1e694b59b032ac 1,978 1.00/1.00 vMB 69
645,871 645,871 00000000000000000009d9d25c0dc71954766bfb402b6f1d4a6845bfe1398fc1 2,574 1.00/1.00 vMB 74
645,870 645,870 0000000000000000000a9981d3d4ae296ae24cf6383dc9efd6f7db3209a5eba5 2,320 1.00/1.00 vMB 85
645,869 645,869 0000000000000000000c96aebff87228784cfae3109decbd02156498c3715333 3,328 1.00/1.00 vMB 130
645,868 645,868 00000000000000000004006ba51e8522a7e6ebef6ba70da9536cfd907d588583 1,352 1.00/1.00 vMB 56
645,867 645,867 00000000000000000008a2a7bb97a862c356127b5b4540d5c45951d713a965fd 2,165 1.00/1.00 vMB 42
645,866 645,866 00000000000000000005c627ea5df614e1db7c94601bb03598450200e1a2b290 2,181 1.00/1.00 vMB 100
645,865 645,865 0000000000000000000a1214c66915ab00f2b682af11db5103c162b3aa4613aa 2,136 1.00/1.00 vMB 25
645,864 645,864 0000000000000000000741c5918a97daeb3852602daa4ad95643d6f7efb186fb 1,699 1.00/1.00 vMB 7
645,863 645,863 00000000000000000006811a52541156b51412e5fa00fdfde231904ca50d4c12 2,371 1.00/1.00 vMB 8
645,862 645,862 0000000000000000000e8aa439eebbc711275f5b4188c58713d5f7877b3ac719 2,092 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.