Loading Tool

Explorer IconExplorer

Memory Pool

42,486 transactions
26.76 vMB
0.08809378 BTC
Random Selection Loading Transactions
Max Size: 139.79/200 MB

Candidate Block

Mining Attempt 243805257a32c50b830f12db160eb3ff7ea411ba506bbec64b5f3b625879c56f
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root c3b6aba1ae7d060a59aabfcf6cf8bb9189ce60304814bdf065847fa0c81fd0c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.03744543 BTC
Feerates: 151.01 > 3.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (313,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,803 601,803 000000000000000000021e83e78584ec0b302ca21a687ea66f8a4e9aee1c9051 2,146 1.00/1.00 vMB 30
601,802 601,802 0000000000000000001349f9891820beb0c00d7e22ea85c07e959ec14ba00fa3 2,643 1.00/1.00 vMB 44
601,801 601,801 0000000000000000000d21562cac4fbcfc9f4c1e9531afcf9f63c70c78f4681c 2,057 1.00/1.00 vMB 44
601,800 601,800 0000000000000000000054ac82fa7cc99bbfaa2435f245760351180c9dc265a7 2,367 1.00/1.00 vMB 49
601,799 601,799 000000000000000000126017b42b5e3eaa0b5ad9a5518d5930cf8eef5bd3c2fd 2,821 1.00/1.00 vMB 58
601,798 601,798 0000000000000000000e3fd8d5559eccf8908c6ec2cf76523ff2852aa108cb87 1,630 1.00/1.00 vMB 10
601,797 601,797 0000000000000000000efbd3489fb12055ff48caeecd40cdb000cdf4e211a293 2,371 1.00/1.00 vMB 33
601,796 601,796 0000000000000000000f70b94f358e7be3c5f083dde531c7e001ec7b812067bc 2,129 1.00/1.00 vMB 35
601,795 601,795 000000000000000000141a48ee74c31499606daabaa01136fc1780e0e966b175 1,364 1.00/1.00 vMB 16
601,794 601,794 000000000000000000136837c0f0fc11c0ed1d46dcb2140fe7836dc525b2f68b 2,758 1.00/1.00 vMB 41
601,793 601,793 0000000000000000000baf802764e2393d80bcab75f5c447ac6ec58e99ed2d2b 2,093 1.00/1.00 vMB 32
601,792 601,792 00000000000000000004c13909cff7330f373e4be9f83551caa8b74913c2ac8a 1,604 1.00/1.00 vMB 31
601,791 601,791 000000000000000000084f0eac57d1ed86807fc1581b1aea7037cf3e4698ae78 855 1.00/1.00 vMB 74
601,790 601,790 000000000000000000093cb3045b2cdc759705d9aa1deab2b79229dae123567a 2,091 1.00/1.00 vMB 8
601,789 601,789 0000000000000000000d94bf39e3802ec1e83cd15d9f20e7c05b5c35ac0fc0a5 2,060 1.00/1.00 vMB 10
601,788 601,788 00000000000000000006d9b9544f95e77473488e9d3ddaecd25893b33a674940 2,652 1.00/1.00 vMB 37
601,787 601,787 00000000000000000003d85f5418ff96fa233a84b2f99700dabf113cff5f0c63 2,736 1.00/1.00 vMB 48
601,786 601,786 000000000000000000043fe0bc0f9511a49ad62b36661a3f5a93b030e779ba07 2,020 1.00/1.00 vMB 18
601,785 601,785 0000000000000000000c847d0644f9be1726b23e42b4eaf27d5962aac755a070 2,608 1.00/1.00 vMB 8
601,784 601,784 0000000000000000000461c7c4156d5ad8b4a54b75ba17a1cebce2e097e23844 2,449 1.00/1.00 vMB 18
601,783 601,783 00000000000000000003f29fd7743bcc65e979a4f8712f7d889c3761257baaeb 1,757 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.