Loading Tool

Explorer IconExplorer

Memory Pool

51,532 transactions
29.27 vMB
0.07985205 BTC
Random Selection Loading Transactions
Max Size: 158.29/200 MB

Candidate Block

Mining Attempt 192db0644aa3c8fc3668fcdf7d155f0e28ee0ff8fd45cb7b22675af206b6d7c9
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 77b8820a42652c09d95a93a488decec6d701f35801a6aa5ca7a1b73d335bd029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.02375369 BTC
Feerates: 173.90 > 2.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (815,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,288 99,288 000000000002747c268a1cd3e490fbec916036c5b6a6a22507fe5e214474959a 1 0.00/1.00 vMB 0
99,287 99,287 0000000000043e95c85d5252d0bf7e08ba4fa73bb8ec170dc0774f5d29dad2a7 1 0.00/1.00 vMB 0
99,286 99,286 000000000002b0088aa0a931cb93ed49a8d9ee97b1092d88d73dd163a2395ccd 3 0.00/1.00 vMB 0
99,285 99,285 000000000003511d229a92b86de061cab100997509abd09240b2ad3768273d16 4 0.00/1.00 vMB 0
99,284 99,284 0000000000045eeaaa5f56a5afebdbcd6640aea0c6a921c778211010dd2a2804 1 0.00/1.00 vMB 0
99,283 99,283 00000000000343716f1dcf0f7a139843d5a835c2408bb3a5c57c2a94d4ca8ba1 1 0.00/1.00 vMB 0
99,282 99,282 00000000000215bace22cbdcb959bdb933f8e7161e8670444f2ca9db6b7a6098 3 0.00/1.00 vMB 0
99,281 99,281 00000000000262901166f184aa3f593ecb7a9f37ad39d61a25619553229bd700 5 0.00/1.00 vMB 0
99,280 99,280 000000000003e60673e57d69ca4f16585216aa862309a528c427995fe8c5ee9e 4 0.00/1.00 vMB 0
99,279 99,279 000000000002d537de66fbe8b168ba8beba699e6539731395579961f7059acbd 3 0.00/1.00 vMB 0
99,278 99,278 00000000000289fddeccba668eee960e0c8cd0cced1ee09d86659f3f879d91be 4 0.00/1.00 vMB 0
99,277 99,277 0000000000039972af145ce79e79b685e811440900c1970219fe339c4b5b1c4c 13 0.00/1.00 vMB 0
99,276 99,276 000000000002728f9b2775fa4ca8e11a0d1f6baae461aab838a3d01d5cff9191 1 0.00/1.00 vMB 0
99,275 99,275 0000000000006ef9b6b2309adde928c2b08c741b2b11bafd1475d85ad9ea20a0 1 0.00/1.00 vMB 0
99,274 99,274 000000000001f903fd29ac5a4e52ae0d7008f18ca6f71d835bda5f85cb55b12a 1 0.00/1.00 vMB 0
99,273 99,273 0000000000027a7102015aa2f243f01245f3f918c8992fe12b08637b9b4d30de 2 0.00/1.00 vMB 0
99,272 99,272 00000000000065ac8058499b6dce3cef99660bf6cb10ffc45fab816ac6169cc2 7 0.00/1.00 vMB 0
99,271 99,271 000000000003bcd7548dcb6da8f7afe7255fbe9096a0dbf1c3051b7392751d31 6 0.00/1.00 vMB 0
99,270 99,270 000000000001a356f7a6566ca4107d5d8aff1fe934e3a6a0a24e549ee02ef5a1 3 0.00/1.00 vMB 0
99,269 99,269 000000000003d7886375d8de913047ef5c5124b8ae6bfb5ede724c53bb873fff 2 0.00/1.00 vMB 0
99,268 99,268 000000000000f7d77931d164f5f784ba326c7a5d026932e748ee7b7ed0fe362a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.