Loading Tool

Explorer IconExplorer

Memory Pool

45,379 transactions
28.75 vMB
0.12634892 BTC
Random Selection Loading Transactions
Max Size: 152.20/200 MB

Candidate Block

Mining Attempt 136ac6347171a01bb8dd2af1e5fc83f6c5a09d0dc7f83c85a85fae2335706838
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 03effb11b7ce9f3737ccc77bf11e417afb971041b4386e159bc459d163db1fb8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,207
Size: 1.00 vMB
Total Fees: 0.07122029 BTC
Feerates: 101.65 > 7.14 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (450,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,372 464,372 0000000000000000019ddb76c1f88f3bf7557a4bea342d2331a3c2f862c3fd06 2,627 1.00/1.00 vMB 240
464,371 464,371 0000000000000000002aa162f54571f48132501fd6568af37f9d18fb65082ce8 1,566 1.00/1.00 vMB 228
464,370 464,370 0000000000000000003454749399cd274a4f3152ec20050e1885a2b3963a14dc 2,225 1.00/1.00 vMB 120
464,369 464,369 0000000000000000009aa92b579555e90ed143c4ded70268ec87fdce4a291429 2,274 1.00/1.00 vMB 150
464,368 464,368 000000000000000001368c6da940e60bd5d7c3db2d6d2e54fa9b8db30b543ce8 2,460 1.00/1.00 vMB 192
464,367 464,367 000000000000000001cb549a2c9157a1df41ebcebabcf6dcc6855aa59be954bf 1,756 1.00/1.00 vMB 129
464,366 464,366 000000000000000001efb0ac2cda728a6706a6a52e3c651a2d8059f36224c137 2,054 1.00/1.00 vMB 145
464,365 464,365 000000000000000000d8d6fe19616f0cc281eb3b6ea8176c1c1312c57c39963a 2,322 1.00/1.00 vMB 199
464,364 464,364 00000000000000000217084a9362676393abd073f4123a67b0a54b9cc86c0a03 2,291 1.00/1.00 vMB 167
464,363 464,363 000000000000000000f50a3cd4a278d14cfd153d81ea05232426cd070a973177 1,923 1.00/1.00 vMB 144
464,362 464,362 000000000000000000a6e84a691332f90375d7c4897214afe7b0b05148117473 1,993 1.00/1.00 vMB 132
464,361 464,361 000000000000000000c9fa7bc8da551385f4c99f89141e626745e4cc48fffa67 2,114 1.00/1.00 vMB 127
464,360 464,360 00000000000000000192d423acdc48fdb4590d40528c28b08f8b6bed40d9e457 2,357 1.00/1.00 vMB 136
464,359 464,359 0000000000000000015aae7963fc7a969c31e5b7a6d28ff3c330038a407f9fd2 1,511 1.00/1.00 vMB 157
464,358 464,358 000000000000000001aa4423c5ca996a9a01a6e258f4572a279baf7ddabbc844 2,054 1.00/1.00 vMB 191
464,357 464,357 000000000000000000df837a039fc2f7d9533beda8692d610bbc3674e32102ec 1,756 1.00/1.00 vMB 179
464,356 464,356 000000000000000000078e6cdca4e3ecf024fdd1cb62b45c6003faa66be7cacf 2,950 1.00/1.00 vMB 217
464,355 464,355 000000000000000000100f30fe9bd36cec59579f7b465063530dc8b210cda9ca 1,975 1.00/1.00 vMB 181
464,354 464,354 0000000000000000018b4d90ec5004e2aef4cba121c2a6f6b110cdde3c217c32 1,917 1.00/1.00 vMB 89
464,353 464,353 0000000000000000000a3bb14f31cf0fac508498c8b1233fcc53ab98bec43c53 1,947 1.00/1.00 vMB 105
464,352 464,352 000000000000000001956f7acaef3472353629aee12c93ea97b39697817141c3 2,383 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.89 GB
    • Received: 13.34 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.