Loading Tool

Explorer IconExplorer

Memory Pool

43,822 transactions
27.02 vMB
0.09047427 BTC
Random Selection Loading Transactions
Max Size: 140.98/200 MB

Candidate Block

Mining Attempt f13ff9868e77a2181617b959bcf0af9d3b7392e653fa605bb13554d3e785b44e
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root c1390733fff6d536117121c161d0a6267795fad96d76730c745c5732bf3f59c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,496
Size: 1.00 vMB
Total Fees: 0.03835245 BTC
Feerates: 151.01 > 3.84 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (233,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,299 681,299 0000000000000000000ba299119c727ca83f87d8f90b0935739a3efb725a5224 2,181 1.00/1.00 vMB 127
681,298 681,298 00000000000000000009299284ef415329120953aedc93f417207a3aecf15743 1,967 1.00/1.00 vMB 119
681,297 681,297 0000000000000000000b6b1f1cc8319f8c089c905a9e99fac7120cde924e4dc2 1,220 1.00/1.00 vMB 152
681,296 681,296 00000000000000000009bdcb4d5961269ebd6a181c86f282675c06ba0c331206 2,814 1.00/1.00 vMB 177
681,295 681,295 00000000000000000004c7c41e65fc91fd1d8f99297eca861131d7519ae9bab3 2,142 1.00/1.00 vMB 47
681,294 681,294 00000000000000000008cc2cc94dcb733f7a22d43f148b37b801ea595906fe13 1,638 1.00/1.00 vMB 48
681,293 681,293 0000000000000000000a1c44b1125bf75f0e4692552218c68c0f08e272fbe6a2 3,081 1.00/1.00 vMB 60
681,292 681,292 000000000000000000039f8b1a2c48ee1dacd581e7cacb560e75d8de051cc0e1 2,908 1.00/1.00 vMB 75
681,291 681,291 00000000000000000000120caab7c1caeb4aad6e9dc242e7530d543edd4f6a27 2,639 1.00/1.00 vMB 98
681,290 681,290 00000000000000000009115067d2dc0f9405db9726d142292ba254dda736e515 2,109 1.00/1.00 vMB 147
681,289 681,289 0000000000000000000611f23de0e6de1b0d145472d3ed57225fc5862d762906 2,948 1.00/1.00 vMB 87
681,288 681,288 0000000000000000000acb3419dab5753f6bebf650bad2407e119877bb57d981 2,280 1.00/1.00 vMB 139
681,287 681,287 0000000000000000000b019e2c0810b78bcd9edf164bd70a4ce61b998fa06dc5 2,191 1.00/1.00 vMB 125
681,286 681,286 00000000000000000005261cfd79c3d9eabb70d5c38e9375fd7d50a2e5b0edf6 2,522 1.00/1.00 vMB 133
681,285 681,285 00000000000000000001f456acf05f68f8b2087e4f0964f0a6dd59ddb28d7f3f 1,524 1.00/1.00 vMB 115
681,284 681,284 0000000000000000000869073c5e8e02f127bb511cf2fa07dc02af9b9917e58c 1,501 1.00/1.00 vMB 158
681,283 681,283 00000000000000000004131d22caca94f820ab38b112c2ddf5c7a767cf85e63f 2,877 1.00/1.00 vMB 141
681,282 681,282 0000000000000000000710da3dbd086ed9dacef8e1da1f7ba695157f24970d03 2,619 1.00/1.00 vMB 146
681,281 681,281 000000000000000000038e376822d7c45836c3b49fbd545e43953a63adcee048 2,436 1.00/1.00 vMB 109
681,280 681,280 000000000000000000058430c080f4662f90469cc4fc386142ddbf22721f05f3 1,609 1.00/1.00 vMB 144
681,279 681,279 000000000000000000060e1847c9a5cc4eeba2005d698e39deef3607521e3654 2,602 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.