Loading Tool

Explorer IconExplorer

Memory Pool

47,297 transactions
28.42 vMB
0.11261736 BTC
Random Selection Loading Transactions
Max Size: 148.77/200 MB

Candidate Block

Mining Attempt 27dbe0c3ca5414a91aaf82de021375cf7c17e7ab09c8fd2e3761878d73bdc2fa
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 7647ba839986dbfba8b12bff76d3f690118c7ba530aa81de3b56042e46f40b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.04563229 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (332,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,254 582,254 0000000000000000001346e76ab26745cae1a1b85eb70254a59bfac178a9e7d6 800 1.00/1.00 vMB 23
582,253 582,253 0000000000000000001052de0f0009207ca0aebe7cfa9ba6da8a163b900e44bf 2,439 1.00/1.00 vMB 57
582,252 582,252 0000000000000000000b13d0026ba58007e75bf5b81207fef5c7d45f1900f27e 2,785 1.00/1.00 vMB 62
582,251 582,251 0000000000000000000ac5a5c820733ce0b417b3e5e4d37fc6a29ac30cd46945 1,916 1.00/1.00 vMB 24
582,250 582,250 0000000000000000001820b8b5f9d1b3bdcc147f6508cf2b6dc8993188c34f04 2,447 1.00/1.00 vMB 84
582,249 582,249 0000000000000000000ba915d654ca0eaa76bfa53040c49f8f6fbad3a8fe0da4 714 1.00/1.00 vMB 26
582,248 582,248 000000000000000000054b8e5414337a4fbbb4ccc9bad588281e5b9c50ca7994 1,849 1.00/1.00 vMB 35
582,247 582,247 000000000000000000041a59998d332fddc3bc7708cb63170c4ab260ed908c4f 2,811 1.00/1.00 vMB 69
582,246 582,246 00000000000000000018b67f84d87bcf7748ec0fe427fcd9aa7d5e27f9e08490 2,408 1.00/1.00 vMB 76
582,245 582,245 000000000000000000149bbfe1ef1de03e1a066644da3a09e2b0609760001269 1,082 1.00/1.00 vMB 19
582,244 582,244 000000000000000000130559322685e36f3dbdc5109d75e66bbd6794b1ea3327 553 1.00/1.00 vMB 13
582,243 582,243 0000000000000000001ab7ab96a48eea49d153d442d25ee026285d5bd4c68ba7 1,757 1.00/1.00 vMB 49
582,242 582,242 0000000000000000001407889e64986db74b99b77b9f47b5351b6fc14e479a18 1,931 1.00/1.00 vMB 34
582,241 582,241 00000000000000000009eeeea85e1e109c4a931b66d0c66129ffa0ad80b0f889 2,281 1.00/1.00 vMB 40
582,240 582,240 0000000000000000000f43e15a61f1fd05dbd5c4a7afcb5dae3e31573b03bedb 1,891 1.00/1.00 vMB 34
582,239 582,239 0000000000000000001ad69d9e8fb9c82eb9e2bad9c2375f3371fbbd84984f3c 2,006 1.00/1.00 vMB 47
582,238 582,238 00000000000000000003bd15310fefafe15cf43a2f09ae02609b6f87dca90668 2,972 1.00/1.00 vMB 66
582,237 582,237 00000000000000000023ae76f0e942f9fefa74657427dc448d3293c5a40798d1 2,737 1.00/1.00 vMB 93
582,236 582,236 000000000000000000005b454b0d781c7ca805abe066ce0fb10cd961d08b5fc7 2,935 1.00/1.00 vMB 100
582,235 582,235 00000000000000000007f2b1bfe3ba5e8e75219a1efb76787a27ac79d5742168 2,336 1.00/1.00 vMB 55
582,234 582,234 000000000000000000083047037dd6fa3539878e22bfa5a1d256071cc37dccaf 2,649 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.18 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.68 GB
    • Received: 14.01 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.