Loading Tool

Explorer IconExplorer

Memory Pool

99,206 transactions
24.44 vMB
0.06121766 BTC
Random Selection Loading Transactions
Max Size: 170.52/200 MB

Candidate Block

Mining Attempt 4bfc7107df5f8bc5499ea2ce4cea4023cd2804b43b87c8929e37db19bb0f53d8
Version 20000000
Previous Block 000000000000000000018d13605ee1d6be4bcd3eb55a27fea096865e7123cb9d
Merkle Root e2adb3369ad26f0811c3b6752a144378f6812687cbb8b6ff477967620ec84479
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,773
Size: 1.00 vMB
Total Fees: 0.00572941 BTC
Feerates: 101.71 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,921 (802,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,378 113,378 0000000000006363b284f7b3b94536caac7b3df3a65ba193615c4e721805e7b8 20 0.01/1.00 vMB 177
113,377 113,377 000000000000a52bd2d606983d3ebeeffec9929e3e7bff74ac045b9d6f9d8550 10 0.00/1.00 vMB 310
113,376 113,376 0000000000000896643f1f89d990cde73ea928abc0647951e60d8e1075dfb1db 13 0.00/1.00 vMB 290
113,375 113,375 00000000000081cf7fbabdb1d6d02db895cfbfb568a30ba6f321a9bd7b1df868 101 0.02/1.00 vMB 0
113,374 113,374 000000000000b1d072b884d487c7c0aa10220349fd5c1fbbf95e7d6dc0284605 14 0.00/1.00 vMB 0
113,373 113,373 00000000000076a887883794e1058f257e8e68fa495f87ceeaeefc650d980216 14 0.00/1.00 vMB 0
113,372 113,372 0000000000008a9e55c5e4b09cfb36ba0520c412d11d473d88a0e3775edd4d4d 13 0.00/1.00 vMB 0
113,371 113,371 000000000000be9ebc4fc8f8cdd1d3b0c3b3aab28de79bc34dc90a42761f53c2 11 0.00/1.00 vMB 312
113,370 113,370 0000000000009d906a32a83117ab805ce958fe656f4cf642d54e26274ee9466a 8 0.00/1.00 vMB 0
113,369 113,369 0000000000000d78c3189ad3a9148935fd7aef3facd2cfef259783ca652ea1a2 13 0.00/1.00 vMB 800
113,368 113,368 0000000000008bccd24e867d392bf5c330ea0173dd436b410b10f36baedd0a2a 12 0.00/1.00 vMB 227
113,367 113,367 000000000000328c02169e31fe765f35b6b1b81ebeb0e1e237342f85c91ad08f 3 0.00/1.00 vMB 3,875
113,366 113,366 000000000000778b2537e58d9c35559fb0674868adab250ea704cc2731496557 10 0.00/1.00 vMB 640
113,365 113,365 00000000000080b2b25ed57382a57269adb97d9485ceb61d309ed0d636c8b2ac 19 0.00/1.00 vMB 0
113,364 113,364 000000000000786c1b3b1d56536d7352cbae6c7cce8d0961bf41178491f50ee3 108 0.02/1.00 vMB 40
113,363 113,363 0000000000001443085721f406241965570a4e89c02bae112c021f0214e0bebc 10 0.00/1.00 vMB 627
113,362 113,362 000000000000a0fa0cc5dc5c1775c46ab46f4eedd2debf0077e81da483eca6ae 4 0.00/1.00 vMB 0
113,361 113,361 000000000000b267512b86d142f0e620aecac5f299dd52e742bbddc44aa1bdf7 4 0.00/1.00 vMB 0
113,360 113,360 0000000000003c1594e7b2dec9331f86abaef87f4de06b50a53b60c1edb82608 2 0.00/1.00 vMB 0
113,359 113,359 00000000000026adf1fbca462aedb2410758d7717c6d9207bd367bdaafea35c6 4 0.00/1.00 vMB 0
113,358 113,358 00000000000014bdd989a7c50838d0b5babba16a613ea339527f5390c153a93c 11 0.00/1.00 vMB 320
Previous 10 blocks ↓
Total Size: 783.97 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: 798.66 GB
    • Received: 22.53 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.