Loading Tool

Explorer IconExplorer

Memory Pool

34,546 transactions
26.41 vMB
0.05555995 BTC
Random Selection Loading Transactions
Max Size: 132.94/200 MB

Candidate Block

Mining Attempt 9c34b44b79c520aba33b146f22375a5779d18f9f2d60e818c00c9e41dcff4dd1
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 939e1a9efeb844da2752a84dc379eb025e7a74f8dc65032fee1810e939b53023
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,650
Size: 1.00 vMB
Total Fees: 0.00652183 BTC
Feerates: 27.03 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (296,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,949 617,949 0000000000000000000045ad2394d88fe54e2068c9194727819a396df9336530 3,193 1.00/1.00 vMB 18
617,948 617,948 0000000000000000000a97cd125dba6bd55607ab1ae64dc6cf4187da80cedf75 2,699 1.00/1.00 vMB 23
617,947 617,947 0000000000000000000646d05e087cd1dae193e04adb00626c2dd15f561bc6ce 2,968 1.00/1.00 vMB 20
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
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.14 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.