Loading Tool

Explorer IconExplorer

Memory Pool

76,667 transactions
28.57 vMB
0.06997833 BTC
Random Selection Loading Transactions
Max Size: 173.13/200 MB

Candidate Block

Mining Attempt 4e00809fe88e02b0218855ca23a257e94aae240656b81723d1c5426da9898bb4
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 09c3e66d3d0f6c6414d7ac4ecfdef2dbe54023009c2da09d585524a2e70e1aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01050149 BTC
Feerates: 71.79 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (317,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,135 598,135 0000000000000000001439f35afd5499cf227244345113de3063a907a1bca2b8 3,128 0.99/1.00 vMB 15
598,134 598,134 00000000000000000002ae65aa0ffb05ac16a12eda09138ceb5c443c1598f66b 683 0.24/1.00 vMB 21
598,133 598,133 0000000000000000000b98dde064dc3ec41cf77c117d08eebaccf2ffadd4ec35 1,939 0.65/1.00 vMB 15
598,132 598,132 0000000000000000000f8e3d0bb11e7d22129be7fb25bb7cf54d8d0d45acab19 1,678 0.51/1.00 vMB 16
598,131 598,131 00000000000000000006772334a48860fbf3a968f5b0c021527005fb51b717c9 1,849 0.65/1.00 vMB 14
598,130 598,130 0000000000000000000c934a8911e8642f9308c596bad5cab6cd086b5f7e368d 1,703 0.56/1.00 vMB 12
598,129 598,129 000000000000000000145e3514235b7190acb29af5f01e9cb96a6530b1b301d3 2,400 1.00/1.00 vMB 8
598,128 598,128 00000000000000000008aa0b61e35a7bb27a4aa0a08c083d3df3b00380bb796f 2,976 1.00/1.00 vMB 30
598,127 598,127 0000000000000000000e054819015eda7ca2043255e5f844c280979b77e21b25 1,113 0.30/1.00 vMB 13
598,126 598,126 0000000000000000001118a048397f60762de4aa15666af05a69030e6f539b46 2,895 1.00/1.00 vMB 22
598,125 598,125 000000000000000000160bfb0822d218422fdc487a483d8af536b83445a5904a 2,505 0.91/1.00 vMB 19
598,124 598,124 00000000000000000014a4ca7d3f4b09b99bebfadec2709c459c3421e52d6ae1 1,320 0.38/1.00 vMB 17
598,123 598,123 0000000000000000000f20b2ddbe70bed6d80a6da02a70d5d9db81c2a994626a 655 0.22/1.00 vMB 23
598,122 598,122 000000000000000000130d5d8f124da067bdf42e0931d1b9a1135d2fd5c18cda 954 0.32/1.00 vMB 22
598,121 598,121 0000000000000000000f269910c1019fea65cc11168ce1b1baf0bc30910a4f62 190 0.06/1.00 vMB 18
598,120 598,120 000000000000000000109b3392a4463103c9d9d9b1e939d84a111843f7698d3f 887 0.32/1.00 vMB 23
598,119 598,119 0000000000000000000e3b6ed0b3ce054653d03fb89cd01393582beb25fe4560 2,081 0.64/1.00 vMB 13
598,118 598,118 00000000000000000012a1ea5ae8826727381fd7a4485ea8772b405464cad33d 2,030 1.00/1.00 vMB 6
598,117 598,117 00000000000000000002ea8951aacf30ef1d6ca20c600760aca5ce209b4faf67 2,729 1.00/1.00 vMB 16
598,116 598,116 00000000000000000005788cc490e9915b4aa84943f01ad8dbadb542f7a49ac7 2,308 1.00/1.00 vMB 7
598,115 598,115 00000000000000000004929bdb2cc431b909476c67b55848a85932afb8b334d1 2,965 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.