Loading Tool

Explorer IconExplorer

Memory Pool

78,101 transactions
29.33 vMB
0.06430979 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt bd04e01a95171bb84cd2b2ac30567212819f83825ed97498f78693362ddffc26
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (279,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,297 635,297 0000000000000000000b259ecf69c1205e4afc2ff5765a9eb954e94557270029 2,931 1.00/1.00 vMB 48
635,296 635,296 0000000000000000000ba50c971c5a7fced73a78424b60c60130fb023da5d402 2,695 1.00/1.00 vMB 41
635,295 635,295 00000000000000000003af817ac10f717a5d2e03d00c0ed40630b4c863e83a92 2,668 1.00/1.00 vMB 56
635,294 635,294 000000000000000000101f9c3568983291763dd73d31ab9914e05a4d8bcecd4e 2,837 1.00/1.00 vMB 40
635,293 635,293 000000000000000000111b500a812f1eb91701c63ea0d1d57d1fb9142d778662 2,791 1.00/1.00 vMB 53
635,292 635,292 0000000000000000000212f7c098effbb7d814b481ead2b315f605371e47bae1 2,467 1.00/1.00 vMB 45
635,291 635,291 0000000000000000001088cc2caa146e9a6207552b761a05d1d5a84dae3732e6 2,974 1.00/1.00 vMB 53
635,290 635,290 0000000000000000000b46db2ca911375688f7cee08da1b89ed80aa0f7cb9e61 2,701 1.00/1.00 vMB 41
635,289 635,289 000000000000000000078cf17f0a4a21aaed7214412e9499f864c8f06c85437c 2,535 1.00/1.00 vMB 39
635,288 635,288 000000000000000000046eda1beac0997f50b3313d8a80894f639897c68044da 1,667 1.00/1.00 vMB 41
635,287 635,287 0000000000000000000d969d93dcbc53d4acc886728f22c129050e5b4673e979 3,142 1.00/1.00 vMB 63
635,286 635,286 00000000000000000001e1444da4b3aee7405667f52238995832342716d7fecd 1,824 1.00/1.00 vMB 66
635,285 635,285 00000000000000000004fdd5af3feec050c61607b66634ea7596e023fad54ed1 3,004 1.00/1.00 vMB 58
635,284 635,284 0000000000000000000f51db9838c8bf3f6feed723a89ea85e8216d1b87c27a4 2,462 1.00/1.00 vMB 44
635,283 635,283 0000000000000000000c3792ed1df18de2125c873c4ce50f9d02ff6be4fd7700 2,595 1.00/1.00 vMB 43
635,282 635,282 00000000000000000008c4396d49f696ffbc08766846545a1678201fef8478f2 2,622 1.00/1.00 vMB 36
635,281 635,281 0000000000000000000a63fd91f06f1f1b6da381133b94286d9bce1cd3b6a02b 2,419 1.00/1.00 vMB 38
635,280 635,280 0000000000000000000e0e67e2d1a96cd25de6b00bd8d56ee5c0438994871fac 2,741 1.00/1.00 vMB 49
635,279 635,279 0000000000000000000746b58586e8098dd1c10862d100703038cd4dc2cce2a6 2,573 1.00/1.00 vMB 48
635,278 635,278 00000000000000000007bb0d5ceacad2ceef848bd0721a0ab3b078ab4187987e 2,093 1.00/1.00 vMB 45
635,277 635,277 00000000000000000004be53922df7ddf7efc5ed5c45fdf48ccc92eb7f4df30b 2,588 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.