Loading Tool

Explorer IconExplorer

Memory Pool

79,096 transactions
29.30 vMB
0.09670414 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt 9ee804f76989e377620f218fc3eff562a572a33c097e7e84afdcf67fa10f2c80
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9d19371bc052fbf7aa7edd7acd4cd1008f434dd631d096a1e87589aada39a52c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.03467509 BTC
Feerates: 150.62 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (465,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,901 449,901 00000000000000000268d189db6a7a91fdcd8b80d389a7bece42b6b023e3c13d 1,187 1.00/1.00 vMB 67
449,900 449,900 000000000000000001fe8cd3f9a6d1a5b53bc1fbc7326ff3374814ab1bd75905 1,197 1.00/1.00 vMB 81
449,899 449,899 00000000000000000063dbbd8ad8adb3dd84fe783737518bc5af7bd4ca6678a3 1,032 1.00/1.00 vMB 70
449,898 449,898 0000000000000000019c0f696008ef51ca7f89fd640e8be428130278cdac45ab 1,612 1.00/1.00 vMB 76
449,897 449,897 00000000000000000253bfd347e03fd1ce6553ce779e3e6778f6cf274eae2bdb 1,541 1.00/1.00 vMB 80
449,896 449,896 0000000000000000004b3e2224d59c99197541f5c144fd1fe2988d9f1556204d 2,586 0.99/1.00 vMB 80
449,895 449,895 00000000000000000217b773afbdb51f8180e7ef257f6ef13e9f267292fe3d4c 2,264 1.00/1.00 vMB 101
449,894 449,894 0000000000000000005c80b8231a2dd7fe74d9cccd74b03ca1e471042f191d1f 2,199 0.99/1.00 vMB 100
449,893 449,893 00000000000000000249b11153944ff1180156a572183ac3d9bec4a976ed3ccf 3,720 1.00/1.00 vMB 69
449,892 449,892 000000000000000001ef8fb9a16934ac11f74fe4bd0f41f94a0ec824a829c6a4 2,482 1.00/1.00 vMB 94
449,891 449,891 000000000000000002698f57ea6fb67ad9b1ad642c2c8bf11ec8504cd375ef5b 1,854 1.00/1.00 vMB 61
449,890 449,890 0000000000000000016f6acef08dcc91becb69f4e743055823a83bc0049103e1 2,860 1.00/1.00 vMB 73
449,889 449,889 000000000000000001c3a1309b4bff4fc21bf869bc3df32069ad0c30eae1b695 1,722 1.00/1.00 vMB 95
449,888 449,888 00000000000000000115d5dae99175ef53d4d7b887a5383888fa66e980ba891c 1,974 1.00/1.00 vMB 120
449,887 449,887 000000000000000001e936e627538c4020a531a74279dc51a21357c82ff4fa3f 2,614 0.99/1.00 vMB 85
449,886 449,886 000000000000000001522a10f6161ce181ccd729c1ad38761a7e791ffa0a5dad 1,560 1.00/1.00 vMB 95
449,885 449,885 000000000000000000e1dc942cf9e30fd6b6f0ec95eb7667582d096c339fad66 2,406 1.00/1.00 vMB 124
449,884 449,884 000000000000000002698d7b50314dfef08b925745cd03cacee849685497853f 1,719 1.00/1.00 vMB 81
449,883 449,883 000000000000000002768b6af6987fa99a3e6b123a60bead26703c34fa336061 1,912 1.00/1.00 vMB 108
449,882 449,882 000000000000000001f2db7e77b36095d98ef190cc7dd7d7097a91602d38e4b9 1,541 1.00/1.00 vMB 97
449,881 449,881 0000000000000000023573bd723be334025e7d9c133df95e6a40e1be68b839b4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.