Loading Tool

Explorer IconExplorer

Memory Pool

38,578 transactions
27.32 vMB
0.06221611 BTC
Random Selection Loading Transactions
Max Size: 139.21/200 MB

Candidate Block

Mining Attempt c30ed8a7154fed53eb7ae8ed37560ae0bcbe95402c90d13b9f70f4bdfe105234
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 00be9e7a321fa2e5c893cdd4021ba3355a5db9a62c088113e2580667a857a2ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,737
Size: 1.00 vMB
Total Fees: 0.01050891 BTC
Feerates: 60.16 > 1.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (296,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,946 617,946 00000000000000000002e403d527228acec12ffa15ad3feedebc5a55ce30f7e4 1,729 1.00/1.00 vMB 15
617,945 617,945 00000000000000000008a66ffecaf9dc8ac91a96e67701a875434dd9b28da9a0 2,313 1.00/1.00 vMB 23
617,944 617,944 000000000000000000035763eb6717b25483d9834cbb7139dd0cd9c388c10a68 1,862 1.00/1.00 vMB 16
617,943 617,943 0000000000000000000490550dcfdd12ef6017750463b0a2e5f414f85d534f94 2,852 1.00/1.00 vMB 23
617,942 617,942 0000000000000000000e2eb45ad233a1671f51610b8146f46eb50baa060048a5 2,420 1.00/1.00 vMB 15
617,941 617,941 0000000000000000000bb85a15bfc44f477ca48da7417d6687a58a9c124082cc 3,118 1.00/1.00 vMB 23
617,940 617,940 000000000000000000114ebb986923a92b9dd900392b5d2ac8da5c9b391461c9 2,650 1.00/1.00 vMB 23
617,939 617,939 0000000000000000000c32af6183c3cc49d9b47a9a8473bae6731dc121cecf07 2,266 1.00/1.00 vMB 22
617,938 617,938 0000000000000000000b8c4667dc34406e1f27eed7170bfcec096226977e9a9e 2,645 1.00/1.00 vMB 27
617,937 617,937 00000000000000000003eaf9a2d637ada09bcb1b740443234cf74e9491e8c4f6 2,192 1.00/1.00 vMB 49
617,936 617,936 00000000000000000011b64508bb69b30e1e71fe0f56542abdd61659df9b498c 969 1.00/1.00 vMB 80
617,935 617,935 0000000000000000000b21bccb14724752775f56a9b4361a6dcb3f2f59ee5f97 2,909 1.00/1.00 vMB 33
617,934 617,934 0000000000000000000753fb1ad6f762a72358ae58c1a6fb741840f5499af5eb 1,349 0.47/1.00 vMB 11
617,933 617,933 00000000000000000009c652248deb179503c625c648afb910cc6a4a288a24f5 2,359 0.72/1.00 vMB 18
617,932 617,932 00000000000000000005b1e080fbe180b2959eeab2d566f6a7e4ffe0c529f5e7 1,408 0.40/1.00 vMB 2
617,931 617,931 0000000000000000000a1420cb42074c382964eda0bb1d57e454183fd5926892 2,770 1.00/1.00 vMB 14
617,930 617,930 00000000000000000000940f2b3b960dbcd4296d29edaf1c838d2dc6db862d60 2,373 1.00/1.00 vMB 20
617,929 617,929 00000000000000000011f2da8c08797a5bd896593cdbdf991e371187bb4c7f2c 1,990 0.59/1.00 vMB 12
617,928 617,928 000000000000000000033dbcc8d4158b96862c25307eb2cec6c6a0174f326dee 2,635 1.00/1.00 vMB 19
617,927 617,927 0000000000000000000ea66e382c7564dcc1e55b88e06ba0af6c96b17b696155 2,729 0.91/1.00 vMB 24
617,926 617,926 0000000000000000000a395ce59010d9c5f78c93208ecfd7b0b603819b90098a 2,876 0.95/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.