Loading Tool

Explorer IconExplorer

Memory Pool

75,238 transactions
27.68 vMB
0.07343244 BTC
Random Selection Loading Transactions
Max Size: 168.86/200 MB

Candidate Block

Mining Attempt e1835f722ebf94f5d1d685e753b5ea2ee4049d4e3b39e050db7fd7003506fc70
Version 20000000
Previous Block 00000000000000000001159bfb9c184bf20d071864b704b546354b434880601f
Merkle Root 14dc7a7c5af6dffcdc67bebe97d6079534d7832c54b24d733e21ffe5ca811dc3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,360
Size: 1.00 vMB
Total Fees: 0.01431125 BTC
Feerates: 158.76 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,279 (292,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,370 622,370 0000000000000000000ecc630970a2fc6b41ce563fac322742c3f989cba71403 1,494 1.00/1.00 vMB 8
622,369 622,369 000000000000000000025495aa5ec2d454b80a3273dcccbc737b67a9edaa99d7 809 1.00/1.00 vMB 26
622,368 622,368 0000000000000000000cc4e9b916bc795019556a1d1164e0edfcf27557c9e703 1,840 1.00/1.00 vMB 38
622,367 622,367 0000000000000000000636c563d0ab3610cd5c09b22804d7327c3ff6679df93c 787 1.00/1.00 vMB 14
622,366 622,366 0000000000000000000e000c784e5e069ad0d6f03aae47ddcd2d96a7f5da9841 2,318 1.00/1.00 vMB 40
622,365 622,365 0000000000000000000aaf886444f03283d24baf8784f6e3de1f8fd816460e60 1,388 1.00/1.00 vMB 31
622,364 622,364 0000000000000000000f9a00834ff59ae3aa64f23d84e9697d22194922672dca 1,766 1.00/1.00 vMB 33
622,363 622,363 0000000000000000000d5956e1c85e6ba2fbfff33736dd72164f5e290c6bfd19 1,667 1.00/1.00 vMB 4
622,362 622,362 0000000000000000000d76354aa57239cf3a980d253b1cc60de9dbe1c07f227c 3,537 1.00/1.00 vMB 29
622,361 622,361 0000000000000000000d97f11e3be9b77f9e1b24dac006b98e60214fcfc9b1da 1,551 1.00/1.00 vMB 12
622,360 622,360 0000000000000000000ff1bfd51b43893e05193ccafb534a317981dd91deefb0 612 1.00/1.00 vMB 16
622,359 622,359 00000000000000000010fa7e502747213d9e94ca8b9304327bd9563db48b3385 2,187 1.00/1.00 vMB 24
622,358 622,358 00000000000000000007a9e2ab0aa4037ae141d6a7602b48cc140cdf5514552f 1,658 1.00/1.00 vMB 27
622,357 622,357 0000000000000000000c7185d0317e7dafcb0f70a518a1390422a3df7164b88c 1,654 1.00/1.00 vMB 23
622,356 622,356 00000000000000000003243a1841ab3f0113f5a710fe4fd2198c6b75cda731de 2,137 1.00/1.00 vMB 27
622,355 622,355 00000000000000000002d8e181d21426a074758832f79bac17c7bfeb5d2058ab 2,087 1.00/1.00 vMB 48
622,354 622,354 00000000000000000006b72d53ed85eb4e459be41158dd761f8e80f9f38ff411 2,207 1.00/1.00 vMB 85
622,353 622,353 00000000000000000000ea5c334116e7a9a591b9e79f33fd3c318265ce5f5de8 1,848 1.00/1.00 vMB 32
622,352 622,352 0000000000000000000844564289560a46675d22318ec7c0f6f6f3d94456e94a 2,077 1.00/1.00 vMB 76
622,351 622,351 0000000000000000000d3170083cc3d16ab5fb404e1d494812fc52dc0e3c3de9 1,231 1.00/1.00 vMB 24
622,350 622,350 0000000000000000000a931054252090a7739a3ca8ea7f219380fa62c8450374 2,358 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.87 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: 713.12 GB
    • Received: 17.32 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.