Loading Tool

Explorer IconExplorer

Memory Pool

81,283 transactions
29.57 vMB
0.08351266 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt ef41ff64a3c4827858a65a47f1c8b979fc8b240aa6bd0b45bc4386e29971869b
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 9a97c623c4a268f4eccb9c58604bc9c40f086cd904a9f813a9861e2b6d0ed0b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,276
Size: 1.00 vMB
Total Fees: 0.02128626 BTC
Feerates: 100.53 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (286,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,256 628,256 00000000000000000008ddbbb1e285e9b16d33d8b62061b808da5b367f0c7611 2,847 1.00/1.00 vMB 78
628,255 628,255 0000000000000000000df0c5a9db8e7d052f30519d8ef715f0684bbd733470b7 2,468 1.00/1.00 vMB 88
628,254 628,254 000000000000000000079d176ef881ff12ca9a90212b21656cfa2edfeeb72c6e 2,811 1.00/1.00 vMB 75
628,253 628,253 0000000000000000000db7266e6c3de66f4bc8a10b5f243af68e568f945d89f9 2,258 1.00/1.00 vMB 65
628,252 628,252 0000000000000000000a3ec7eccbb0c0596b2e326132c2756240eacfa68a62d4 2,140 1.00/1.00 vMB 61
628,251 628,251 000000000000000000010fa9769cffd877ea1baf69e8ebfb214de662e31649e3 2,805 1.00/1.00 vMB 85
628,250 628,250 0000000000000000000fc8379439205dbef43a45ab5b0185c8828665d44a294c 2,206 1.00/1.00 vMB 25
628,249 628,249 000000000000000000057b9741ce2ec76989b06670648f5f5ec30036b54308ba 2,662 1.00/1.00 vMB 41
628,248 628,248 0000000000000000001011d853b980737435de828d7660e94ee5ede9ab9486e0 2,062 1.00/1.00 vMB 50
628,247 628,247 00000000000000000005a884f0aabcbf10df8f2453bd3ace16a148745070d974 2,358 1.00/1.00 vMB 71
628,246 628,246 00000000000000000000d72eb4f2f03b215198ebc1b8292d1d5afe94407a8205 2,554 1.00/1.00 vMB 83
628,245 628,245 00000000000000000005ce6631f2eb160b6c1922e76d7d331526582b7d82dfd4 2,471 1.00/1.00 vMB 57
628,244 628,244 0000000000000000000b5dd2e0d97be77e17a7965771e95ae3b3e85583ce8cb7 2,291 1.00/1.00 vMB 36
628,243 628,243 0000000000000000000d97304f2a86d4485e17042994572b145e3704e2ec7043 2,283 1.00/1.00 vMB 36
628,242 628,242 0000000000000000000f7f61330e398fb1d2eb316fe5a0516da2e24ad9a9d8ec 2,397 1.00/1.00 vMB 28
628,241 628,241 0000000000000000000e469b5601ec7ba5c233b6000525470211a69f3ff44253 2,823 1.00/1.00 vMB 51
628,240 628,240 00000000000000000003674a81cf5dd27aaac18f5c98b2f40e4450eec3a42091 2,228 1.00/1.00 vMB 47
628,239 628,239 0000000000000000000c102aa52113985baa30461249528fb1f17629aa90e9cd 2,518 1.00/1.00 vMB 56
628,238 628,238 0000000000000000000d445d595ce12655d67bdc297183b329d85c66eff91842 1,997 1.00/1.00 vMB 75
628,237 628,237 0000000000000000000422b66393c89ca8cc7d4f94b756b603a6097290696c1a 2,609 1.00/1.00 vMB 70
628,236 628,236 0000000000000000000c7f6a4bc4cb3dc5c61548bbe83635c71e927f9448271c 2,391 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.54 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.01 GB
    • Received: 15.71 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.