Loading Tool

Explorer IconExplorer

Memory Pool

79,341 transactions
29.33 vMB
0.07304430 BTC
Random Selection Loading Transactions
Max Size: 176.04/200 MB

Candidate Block

Mining Attempt a3b3dacea76a196ff6343fa02897c0c182c479d9a314d8344df19d39a84ee8fc
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 996c358593a892cb17bca129baa3ff0ca9b8c730a9f2cd3452ee9e3dbc4b07dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,391
Size: 1.00 vMB
Total Fees: 0.01342012 BTC
Feerates: 170.94 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (503,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,363 411,363 0000000000000000047f466cfe7f66945b701878c5c4ba2b3a38dc351b061f7b 2,165 1.00/1.00 vMB 34
411,362 411,362 0000000000000000044ff06e8bb7315a30eb8ecae740c8835e19afe600398cdf 2,163 1.00/1.00 vMB 32
411,361 411,361 0000000000000000004d0c14930eda9b2f5cc41cf97d2c0ec0d978071f0b1a40 2,848 1.00/1.00 vMB 55
411,360 411,360 00000000000000000276d0874b772b97ea5b311a61884c2eb476112a2de6137a 3,097 1.00/1.00 vMB 71
411,359 411,359 00000000000000000322e42b0ce3d6d6820a016600e1cf54c61eda75cbaa039a 2,664 1.00/1.00 vMB 46
411,358 411,358 000000000000000000ce7cfe75d2b1a71d500727fffb0540132fb72c98e01b5d 521 0.20/1.00 vMB 44
411,357 411,357 000000000000000004905dad89f734859373c581c3f6e8adcc716bc91e893ffa 291 0.17/1.00 vMB 24
411,356 411,356 000000000000000003f1e26784734710cbda8b6b814c3447b5a5362f1a57e908 1,527 0.92/1.00 vMB 32
411,355 411,355 000000000000000000fdd672096be52330b2ef46d1e2d0bf3149529a9794ace2 97 0.03/1.00 vMB 56
411,354 411,354 0000000000000000001d253c7a561eb94f32379e68ffdc07b18204122f118119 477 0.69/1.00 vMB 21
411,353 411,353 000000000000000002464f485d3ba872e1c77c0f11d72008e149bd550dfbcfdf 1,013 1.00/1.00 vMB 18
411,352 411,352 000000000000000002a67da43d77424109d2dd33aacfc962bdb1fcbd8b69a883 1,283 1.00/1.00 vMB 19
411,351 411,351 0000000000000000053a5e0b0b2e4064e74a4476bed73d4a79908a7560768c0f 2,233 1.00/1.00 vMB 54
411,350 411,350 0000000000000000032f65bf9c8b9839808eb2032567dcb138352ec6b780b66b 2,891 1.00/1.00 vMB 55
411,349 411,349 000000000000000004cbc2b30f1cc47a2abb64c5fb3aa9b39c6df13c3ad98ed5 1,493 1.00/1.00 vMB 25
411,348 411,348 000000000000000004563e834a108a7b2bc054e86ced2f0365375a1a3985852e 2,307 1.00/1.00 vMB 39
411,347 411,347 000000000000000004279255e552915e1cdcb7b02715ff4273e5018308930528 2,724 1.00/1.00 vMB 49
411,346 411,346 000000000000000002e7a2f0ca84fc46a8c5bb0504f928bda82cb0b63a8e7452 2,716 1.00/1.00 vMB 51
411,345 411,345 00000000000000000183c7903967fb72623076582f7f3cf6748cd49d3ec2465f 3,052 1.00/1.00 vMB 70
411,344 411,344 00000000000000000304c49f0e3c3dce67e7a1f3829f20716dff8a29fd6a1ebb 842 0.34/1.00 vMB 39
411,343 411,343 0000000000000000013de22cf145151f596917d78d7af95afa6092767d9208ee 1,333 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.