Loading Tool

Explorer IconExplorer

Memory Pool

26,607 transactions
27.38 vMB
0.07095832 BTC
Random Selection Loading Transactions
Max Size: 131.03/200 MB

Candidate Block

Mining Attempt c0d96cf62eddf16815aa0dd480a2acf18b66308149399277a3a8811b31a19d88
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 5bfaac9e2721b583f01c3140eba0e8522b085f5f7173f1a82a19dc58471fee39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.01912658 BTC
Feerates: 301.57 > 1.92 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (553,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,496 360,496 000000000000000005eed3083fdcca54632e25ca6fb48d419c1ebfa1ba3a209e 1,816 0.75/1.00 vMB 35
360,495 360,495 000000000000000010b31bf095de171689c316ae3d2977a3722c8f0d713b5796 1,514 0.72/1.00 vMB 31
360,494 360,494 00000000000000000ad9aa755730c1f32dd1e8b025f6a3fc5e3d232d3fc69303 475 0.22/1.00 vMB 28
360,493 360,493 000000000000000005bc35f51ece310abb37134b468c41ebfc9dc927f509113c 781 0.39/1.00 vMB 25
360,492 360,492 000000000000000016d74f2f23238f2c613c9a38480b86636e572e3352b8dec7 1 0.00/1.00 vMB 0
360,491 360,491 00000000000000000437e442c7552eea7abef8a398471f7f2a797efd869feb9a 1 0.00/1.00 vMB 0
360,490 360,490 0000000000000000036c17c91f9889d5dc60b24b83d7bcc46c448b790bba2504 1,318 0.70/1.00 vMB 28
360,489 360,489 00000000000000000ceff3062b45ea3dd6ea54f6589620a8de175fbaef3d1ae2 1,201 0.67/1.00 vMB 27
360,488 360,488 0000000000000000003e28d081d99a312e01cdb5153b28a1e70bba76c52dc9ba 2,175 1.00/1.00 vMB 30
360,487 360,487 00000000000000000e9395cab5a2016976fd86c1621d6655bcf878d17632eedc 903 0.46/1.00 vMB 25
360,486 360,486 00000000000000000a90ea1946b99c84c60696c0cea379981e16f99447731b4f 1,634 0.80/1.00 vMB 28
360,485 360,485 00000000000000000ab3f1a587cede55da761026f74a78f915008d3b71ec3e81 323 0.15/1.00 vMB 24
360,484 360,484 00000000000000000e55100e11722cb90081ae8fee412cfcc54d92814739d90c 1,134 0.57/1.00 vMB 43
360,483 360,483 00000000000000001481e411d8a9ff43e44921239d21fda495358ab44ba55c41 1,035 0.55/1.00 vMB 26
360,482 360,482 00000000000000000fc623cb13814f8bd8669e6dddade38b12ee0b926736aab1 897 0.70/1.00 vMB 18
360,481 360,481 00000000000000000d3bacbccd7c85d57af76634904be0766d5aba3d657d4b04 2,577 1.00/1.00 vMB 34
360,480 360,480 000000000000000005fdea63b50b0bf52943567fdf79bc38afd965b08ad8944d 1,174 0.59/1.00 vMB 29
360,479 360,479 00000000000000000ffd9b550574e0e0b9e440009c0b98621a923a7c06cd726f 380 0.69/1.00 vMB 5
360,478 360,478 000000000000000006759de3fb10d5dd38d5c7b3a0fe9d39ace29fbc30c8b98f 968 0.89/1.00 vMB 14
360,477 360,477 00000000000000000a43c3992aabb2e7bca8d07f6506419b0c6e0f4ca081bf50 1,877 0.75/1.00 vMB 33
360,476 360,476 000000000000000004829469bd1e2f7dec7f5207c47233ebfe5447e2e1b76db6 1,612 0.75/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.46 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: 610.92 GB
    • Received: 10.77 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.