Loading Tool

Explorer IconExplorer

Memory Pool

77,798 transactions
29.23 vMB
0.06230978 BTC
Random Selection Loading Transactions
Max Size: 175.67/200 MB

Candidate Block

Mining Attempt 1ba177afa1ee3250af6e772235ee2a9266e11bff55102f5909ef5def6ee57dfd
Version 20000000
Previous Block 00000000000000000000a281f5555936da4319487920bc58ef2a368fe4984bcf
Merkle Root e3248d6aa840cc531fe0aa8568ae13d15c98f98c37daf01b16068c16e1117ba0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,620
Size: 1.00 vMB
Total Fees: 0.00305964 BTC
Feerates: 58.92 > 0.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,018 (332,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,889 582,889 00000000000000000020823f4e8b4a649623d36276c84dd32b3c73bbd8446e9e 2,930 1.00/1.00 vMB 100
582,888 582,888 00000000000000000003ba68f7901283f978815da45cfdf236908f075d9a3cb1 2,403 1.00/1.00 vMB 63
582,887 582,887 00000000000000000021d2b5706c1d3d82d7835663ef23d9650bfc307ee1882b 3,352 1.00/1.00 vMB 61
582,886 582,886 00000000000000000001de362684789ce9eba03a9d1533a5f1ef984bd28f241d 3,389 1.00/1.00 vMB 94
582,885 582,885 0000000000000000001bf2e5a56ebf8db1b01ef8d66749a2d01dcd02efa708e9 3,037 1.00/1.00 vMB 206
582,884 582,884 000000000000000000073367f53345f119f1473c54cc4f641f3a30c66b45784e 3,136 1.00/1.00 vMB 61
582,883 582,883 00000000000000000010d53ea960acc6c6a9235dcd29c73456313e454e092170 2,928 1.00/1.00 vMB 83
582,882 582,882 00000000000000000016a930709ce93cbd9800d252d2cfae79d5bc7a88ba8ba8 2,111 1.00/1.00 vMB 70
582,881 582,881 0000000000000000000559bfdf0efc6c43d65262ed19951c76a16d249b27210b 1,238 1.00/1.00 vMB 65
582,880 582,880 0000000000000000001bbe09f3a1690d9cba9a2665cedac3cae1bfe0d072c4a0 1,464 1.00/1.00 vMB 58
582,879 582,879 0000000000000000000e65a7af124cb42608d390de0af306b53c8fcec24ba92a 2,333 1.00/1.00 vMB 68
582,878 582,878 0000000000000000001581289c0a09b1e91da8ee096e9c0c5fde159b98d117f0 1,760 1.00/1.00 vMB 153
582,877 582,877 000000000000000000077ec504d021de004d440c7660a24cf7adc3e85101ee87 1,509 1.00/1.00 vMB 68
582,876 582,876 00000000000000000001186d45443ae8fd2f873afd1f4734204777f0b2ad0382 2,642 1.00/1.00 vMB 146
582,875 582,875 00000000000000000010fb1578eae8c91d9c04bdadc6652cb50ccf97e2a69b32 1,959 1.00/1.00 vMB 92
582,874 582,874 00000000000000000000b069feefa0e7ef543dcc8cc15ab63e7acf4f78f866b1 1,820 1.00/1.00 vMB 83
582,873 582,873 0000000000000000001395ffb9e7b945be7cdae35156769ab547b06e1b471742 3,201 1.00/1.00 vMB 105
582,872 582,872 000000000000000000023d791ea3c93497f9ee72f1f1452ce769a3c0e20dc389 2,912 1.00/1.00 vMB 117
582,871 582,871 0000000000000000000f8794a46f0113efb700a6e4e8900cde55379b5ba313aa 2,669 1.00/1.00 vMB 157
582,870 582,870 0000000000000000000ebdcaa3a4cf6be6480474f6f63f135d7fbd47640f61f0 3,130 1.00/1.00 vMB 211
582,869 582,869 000000000000000000164c367cddd8cef1d52285519f5fa8b4e97afc90c2f683 2,026 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.