Loading Tool

Explorer IconExplorer

Memory Pool

72,930 transactions
28.16 vMB
0.07358904 BTC
Random Selection Loading Transactions
Max Size: 166.80/200 MB

Candidate Block

Mining Attempt 0ceab1009da5500b1cf1b8e6e147f152cb335a6cae35a1d87e8758c222bc9b8e
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 8ec55256f41dfd1326c8bae2a05588a3becdd48fb9deb5d4601d3b205e5a8312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,195
Size: 1.00 vMB
Total Fees: 0.01724999 BTC
Feerates: 152.31 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (372,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,264 542,264 00000000000000000018fef47afb1f6f4a68d3ebb30c5943e8584b08884a8d06 2,555 1.00/1.00 vMB 13
542,263 542,263 000000000000000000231b8d8a130cc1dc8a732540b83403ee1944cfc0eaf458 2,870 1.00/1.00 vMB 7
542,262 542,262 0000000000000000001f4ab8594f6825ebfa3f4aa2dc9834a6ab7a2f04cbc5db 3,001 1.00/1.00 vMB 15
542,261 542,261 0000000000000000001509883deaf5c2bf026625c9d95247343336359a803b6d 2,200 1.00/1.00 vMB 37
542,260 542,260 00000000000000000023f0ae8b6495bbc415ba0b3fc534196d0694812b817428 2,427 1.00/1.00 vMB 8
542,259 542,259 0000000000000000000f0ba5c09170ec76d59052f611c2514004bbefcb472c44 2,294 1.00/1.00 vMB 35
542,258 542,258 0000000000000000000ffbf01e1909f731996d70aa3f9a12a1458c66cdbbce3c 2,619 1.00/1.00 vMB 35
542,257 542,257 00000000000000000013c8f7fa39e499fd9c77d5f61a160c44a4d2fc11fdfb94 2,637 1.00/1.00 vMB 28
542,256 542,256 0000000000000000000a35fe524c6cbf9a01a573e8df79a1d8171a718b7c0ed9 2,880 1.00/1.00 vMB 9
542,255 542,255 0000000000000000001d2b006882f683b7d7792406f4f9167a6a5aa2c150701a 1,790 1.00/1.00 vMB 17
542,254 542,254 000000000000000000151a7fd0282277188762ea67d835507492f3c95c57e994 1,510 1.00/1.00 vMB 24
542,253 542,253 000000000000000000166aa393fdc27e558d9c472b0e0033b5db94710b220588 1,191 1.00/1.00 vMB 36
542,252 542,252 00000000000000000017594489728e47b2de8d342ecfbf863106252c63477184 603 1.00/1.00 vMB 56
542,251 542,251 0000000000000000001f6212a030f4604223213dbd75e39834051fa7289c0cb0 657 1.00/1.00 vMB 73
542,250 542,250 0000000000000000000a1b4e298408894e7be649ee5b168c1377a34eda550cc8 2,359 1.00/1.00 vMB 26
542,249 542,249 000000000000000000028e7b6b9b8865421edd6f5839bed290c17f708b4ba05d 2,261 1.00/1.00 vMB 21
542,248 542,248 0000000000000000001870db1c0e90208f791464612ee3795115290926b39fd0 3,141 0.97/1.00 vMB 5
542,247 542,247 00000000000000000019b4a88fe86fd8307fad181ed456e591751ca126de9ba9 2,915 1.00/1.00 vMB 29
542,246 542,246 0000000000000000002455a806830786d2bfc5a2020c59d0c6412e4fd7cbd624 2,761 0.99/1.00 vMB 10
542,245 542,245 0000000000000000000e1a44778f42f6fab224978c46182b3f4d1cc38629f828 1,508 0.54/1.00 vMB 18
542,244 542,244 000000000000000000166c00a95f90439a527b02258dc67e7aa5553394e0965a 66 0.04/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.