Loading Tool

Explorer IconExplorer

Memory Pool

76,967 transactions
28.71 vMB
0.07665960 BTC
Random Selection Loading Transactions
Max Size: 173.71/200 MB

Candidate Block

Mining Attempt 0819cf1e285da8bd54aae576f155a59f405d603a014b109a89bbfe18fe2d8f75
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 0294fc672df4ed42a00bd18abc0b14ef071508b0cb46da860c3ff4b44062c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,045
Size: 1.00 vMB
Total Fees: 0.01702469 BTC
Feerates: 100.17 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (641,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
273,795 273,795 00000000000000035e23e0b0dbdac4c3504180df423706115474d46b73c4a2c6 386 0.15/1.00 vMB 56
273,794 273,794 0000000000000000b81b82b610f0cb19723a1e0a8d7d821ee3f6a55ee26a3bde 271 0.10/1.00 vMB 45
273,793 273,793 0000000000000001f15bb1b933f55fbd41dbf1a8ffea7028b4b2b971e0beb386 159 0.06/1.00 vMB 46
273,792 273,792 00000000000000054286cd90f205cadd864d7db404c5bf7e1b3f41a305d74421 193 0.09/1.00 vMB 39
273,791 273,791 00000000000000033ac0a31f8c34bdefe6b8007885ae8305cf0c7d9e074da62c 160 0.06/1.00 vMB 35
273,790 273,790 00000000000000033b378bc716fdf3a89c6b096bd8364f7afddc74c9257e34d6 320 0.13/1.00 vMB 38
273,789 273,789 0000000000000001816ffc3e73e496730b9f449d6e5c9ec62a4238c44f36dafc 80 0.03/1.00 vMB 60
273,788 273,788 0000000000000000c898faca997212732cb56e7133a66929d96175d86d99789f 278 0.16/1.00 vMB 35
273,787 273,787 00000000000000023edc7a00de976497ac148175cb7fc19cc048324188c212fe 38 0.03/1.00 vMB 30
273,786 273,786 0000000000000003f40c5369b9b0bdba100f74b440d17a32fb993304fa44ef00 69 0.03/1.00 vMB 45
273,785 273,785 0000000000000002de0db7c147b914b24a2b1170d67200947f2f74bc1961ebed 163 0.06/1.00 vMB 65
273,784 273,784 0000000000000002233d86f5b726d3ef3d5e56f954cd6404d8e8d3e2892ed58a 274 0.13/1.00 vMB 45
273,783 273,783 0000000000000003eb1f944f6833ad800297e939fa11b306dc2015a9464facf8 297 0.15/1.00 vMB 54
273,782 273,782 00000000000000017bbca894a6b150bf5931ce678ad54dfe99c7b01607bbda54 578 0.25/1.00 vMB 46
273,781 273,781 0000000000000003361b2a2e27d6f30d102772f780f820951661bd8d31953499 395 0.18/1.00 vMB 45
273,780 273,780 00000000000000051a5c2e279e69a12f6bfb58918e1fa9fbf8e510eea2af12a7 155 0.07/1.00 vMB 37
273,779 273,779 00000000000000003d79d6cb69e91d873c34ba1d7e2f9195e8a2f500e4bf45ef 370 0.18/1.00 vMB 56
273,778 273,778 00000000000000037b96f983f7f9c7b5ebe058c4e2c502bbb21c6bc53b3a75ee 75 0.03/1.00 vMB 45
273,777 273,777 0000000000000000a1bdb053b7b71384e08df4bc15deedfa01bec425f6a68f4b 126 0.08/1.00 vMB 37
273,776 273,776 0000000000000005250577b3d7b257a084b8959f62caf1d82e6b25c11c8c0cc9 200 0.08/1.00 vMB 49
273,775 273,775 0000000000000003744a8f5d67d141f470a9d52c4a67cb79ad5159a54db6e9dd 46 0.02/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.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.