Loading Tool

Explorer IconExplorer

Memory Pool

79,035 transactions
29.44 vMB
0.08363084 BTC
Random Selection Loading Transactions
Max Size: 179.96/200 MB

Candidate Block

Mining Attempt a03e12df2f96cc1c1b747efe0755c438d4ebf02fbe7786976a10197159b5ad4b
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root aa5d9c6affa12184ce9e36054601863ffcc67080653b24f485f732e49a6cc74e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01887903 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (455,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,331 459,331 0000000000000000000de0ba50f0b2ab5e89d38712e47ee79f2bee217b425342 483 1.00/1.00 vMB 47
459,330 459,330 0000000000000000008ebb06b504004996254e8a3dc1aef5509f633f0fccc042 1,288 1.00/1.00 vMB 96
459,329 459,329 0000000000000000003aad8b16aab6e96b3bbcebc4a175eace03b03c37d4199d 1,997 1.00/1.00 vMB 194
459,328 459,328 00000000000000000025ebf7460e7edc8fa0f2f3e5a4505b3fa8e211b591d747 1,411 1.00/1.00 vMB 114
459,327 459,327 0000000000000000011aab0766b9401fdc8c229170d099c69ee65419eb1c8274 1,468 1.00/1.00 vMB 111
459,326 459,326 0000000000000000015abaff393b9098dd3c82862f8d42d2039cab844e78169e 1,495 1.00/1.00 vMB 95
459,325 459,325 00000000000000000124228ecfb6f47c62297add0aeb7617b5989a5c290e09dc 2,328 1.00/1.00 vMB 191
459,324 459,324 000000000000000001a874be7e506c6f4c64c06f9b88ec124ec48f3d7a61844c 946 1.00/1.00 vMB 63
459,323 459,323 0000000000000000007816283f6225c7b7b65fdf5b257f8d98dbd9224075ad2f 2,070 1.00/1.00 vMB 159
459,322 459,322 0000000000000000007c6694208d0fd99ca0a20937d908d841ee5d40fcaad0dd 1,794 1.00/1.00 vMB 94
459,321 459,321 000000000000000002116c9b92f5127a925b14c4442103a01cd0d3d869c8ce7d 1,970 1.00/1.00 vMB 171
459,320 459,320 0000000000000000019c9b70e77d9ef13afff39ada210a02d8019d9dfe7f451f 1,887 1.00/1.00 vMB 173
459,319 459,319 000000000000000000a84bfeb1f93dbe34c694b3a626bf206674958847f8de39 1,381 1.00/1.00 vMB 48
459,318 459,318 000000000000000000dc4617db4c25e5f28232402950548792adc1c34cbca537 1,159 1.00/1.00 vMB 60
459,317 459,317 0000000000000000000bc6db069efba38ca2f20370d28073eb828634b26655a3 1,808 1.00/1.00 vMB 114
459,316 459,316 0000000000000000004dfe09621605023e56ce736e72f0941958365434553fbe 2,230 1.00/1.00 vMB 144
459,315 459,315 000000000000000000e2a2544f3929310877b4720b8270d1d51c4525e3e0fe6f 1,946 1.00/1.00 vMB 143
459,314 459,314 0000000000000000014f86a30768bf4fa97bb77228a93bb3fa9aea013699b827 2,429 1.00/1.00 vMB 136
459,313 459,313 000000000000000001ce3aa1a91a177a56f2a9d574c0fd6aa923149aab965e18 2,070 1.00/1.00 vMB 124
459,312 459,312 00000000000000000109bc8101243b6bd62c5b65acda2552f0fcc2151b776a99 1,835 1.00/1.00 vMB 157
459,311 459,311 000000000000000000a274bdaef0ecae8cfdb5ba4705d925f0a10715027f1a9f 2,759 1.00/1.00 vMB 223
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.