Loading Tool

Explorer IconExplorer

Memory Pool

82,357 transactions
30.75 vMB
0.08417897 BTC
Random Selection Loading Transactions
Max Size: 185.36/200 MB

Candidate Block

Mining Attempt 966fcac1ef35bad544eb343d1926662ed183b344fae78684e0e3682930fd14ac
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 736da1bfaf74677ee902979c3faec7f749a053eec38d0c108cf874c0c8a3d89c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.01883617 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (344,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,594 570,594 000000000000000000176abf06d8c0726e50cf221f80f230edcba74ba5f1082d 2,416 1.00/1.00 vMB 8
570,593 570,593 0000000000000000000a75e71eb461ec94e6313ff5b0defdc4e7f03e62f993d8 2,740 1.00/1.00 vMB 27
570,592 570,592 00000000000000000019697990089c278ad05ac4dfc0636b77dc83dfad42774d 2,539 1.00/1.00 vMB 74
570,591 570,591 0000000000000000001352cfe124708d15b622996f42f90dd5b600db62a46697 2,193 1.00/1.00 vMB 116
570,590 570,590 00000000000000000014608e40c14fdd231b6ec5fa50084e40654e1a2a9b037e 2,669 1.00/1.00 vMB 104
570,589 570,589 0000000000000000000321724edf265b602c0749ffca67cb3e0eb91a1520e383 2,953 1.00/1.00 vMB 59
570,588 570,588 0000000000000000000fffba3ad055c6170ad82b578a0146afcd6a486d7c85cf 2,665 0.84/1.00 vMB 38
570,587 570,587 0000000000000000001131774e6bc24c16496eacc6c95e104dc8a8d90bbd40a1 2,260 0.69/1.00 vMB 35
570,586 570,586 000000000000000000064acc8cb3d8d571924df96f8106bd27f41abb9badd270 2,992 1.00/1.00 vMB 39
570,585 570,585 0000000000000000001633bc3d5ad0eb4f7f1471400e7641c94cc7bf902c41e1 995 0.43/1.00 vMB 15
570,584 570,584 0000000000000000001efc15f756cc99c5c9890e30d683caaf16c7f6b9dfefd6 2,764 1.00/1.00 vMB 5
570,583 570,583 0000000000000000002881c27ba94d5141ace3d3cd749dc184cf799e692eac8d 3,347 1.00/1.00 vMB 34
570,582 570,582 000000000000000000223e5388fdd060ddfaca9b677f0b09023a2f6de53149d8 2,891 1.00/1.00 vMB 72
570,581 570,581 0000000000000000001b425c11e6c353fe6ed0df307e11855d1c3a3cc0dd94de 2,740 1.00/1.00 vMB 101
570,580 570,580 0000000000000000002a23e6cbdd71e24cee0186a0dbf8cd392b82d746c43221 2,073 0.61/1.00 vMB 33
570,579 570,579 0000000000000000002154ef00339f954473aeb324e9631d9c29a1f46f2b2c10 2,941 1.00/1.00 vMB 52
570,578 570,578 0000000000000000002a4ebb06dc0c224ec96b80d1c41d16680b4f32e12fdcd7 1,346 0.48/1.00 vMB 45
570,577 570,577 00000000000000000015ea2f70ec324dde28392dc30544c32159b02263653ee8 751 0.23/1.00 vMB 24
570,576 570,576 000000000000000000108352bb2b3f083ccf831a4024b0bcb544a10e2bf56d4f 1,894 0.59/1.00 vMB 33
570,575 570,575 00000000000000000006a255b7a014338f19cb9fc56ca40fdb462a086126c94c 3,003 1.00/1.00 vMB 12
570,574 570,574 0000000000000000000ef7a4d3eefab7fb37d279444f28fb177c0bff95a71245 3,050 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.