Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,772 transactions (0.75 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,767 000000000000000000022b910000000000000000000000000000000000000000 ago 0.75 vMB 2,752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,766 (892,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,314 19,314 000000008fe2114d976075669a16ac8ab9b115446210091e5db4b61ea807f25f 0.00 MB 1 0
19,313 19,313 000000005215cb90e0cdad290c147d8944194a100ae298dcea79e3a9b144ecec 0.00 MB 1 0
19,312 19,312 0000000092b87e71d01c3bb7e42a01d6c233b4a84a15ad897afa8d512fb4a27d 0.00 MB 1 0
19,311 19,311 000000008cee4177241930aff28a62f3738ad6abddaac39a3273a34ddb80a935 0.00 MB 1 0
19,310 19,310 00000000dcd56e33d2797f580cba518f1ec1cc3c2cb67f9eef1a287d2a237434 0.00 MB 1 0
19,309 19,309 00000000f7aa6d1b6645d9501d832996b6e46bcd2532096e2b03dfa9ee56d0b3 0.00 MB 1 0
19,308 19,308 00000000786b441d3a30351d769a016e7360843bc84956a01089109637e65b0f 0.00 MB 1 0
19,307 19,307 00000000ea4ae1d28e24bc40ad945294869f3d94f3fb4d4aaa8e060047b9267e 0.00 MB 1 0
19,306 19,306 00000000048c368b7aaa02baf8166503a23127e44d0453e29192de09b34aa8b4 0.00 MB 1 0
19,305 19,305 000000005735d8b4b411ade491b1aa39d0e41642b909593785e9568c26e7fb6b 0.00 MB 1 0
19,304 19,304 000000009217e14795c099601d497c4c5cbc8c38fb545241621bb2637a3832b8 0.00 MB 1 0
19,303 19,303 000000008123a1523b558cb048ca84b37f1d22c0617bce8f0f5a498743117caa 0.00 MB 1 0
19,302 19,302 00000000df8a69b8dc9de39c4554c15b1213387e8cb44804ac7dd0304a12a284 0.00 MB 1 0
19,301 19,301 000000001e1cf4c3fa116522625d173a7ceb1e0f78704ef778a88a0e50186d75 0.00 MB 1 0
19,300 19,300 000000002bd5825c558700e30ee89141bed91fb44b8abb84e52eb2bdc8760544 0.00 MB 1 0
19,299 19,299 000000005f3f1b6e2bd5d8542568e3bdf48bc251e5d4bbf14f134b80367117c5 0.00 MB 1 0
19,298 19,298 00000000cf2e45dbc66d37845126d2f0f2dbf16d11208310a628dc5c55c6bb2b 0.00 MB 1 0
19,297 19,297 00000000a584a4f58f35e4ef5b349e68b12868d16175ed160e6bc2d7858d8dc6 0.00 MB 1 0
19,296 19,296 00000000221de5ac65f61eb67fa845b7d5f332a3ff6e008f089c4af5fbd55e1d 0.00 MB 1 0
19,295 19,295 000000007ad2cfc3ff54aa928b6582c9c2c43ca4b1041256ceda37319d4633ac 0.00 MB 1 0
19,294 19,294 000000005beb6293bc631cf8a78042eb39be00a1c0d8b22662f7f4bd9b43c993 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,431.39 GB sent, 131.83 GB received

Notes

  • This page updates every 5 seconds.
  • 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.