Loading Tool

Explorer IconExplorer

Memory Pool

45,819 transactions
28.47 vMB
0.07377589 BTC
Random Selection Loading Transactions
Max Size: 151.25/200 MB

Candidate Block

Mining Attempt c18de337ced730b532b1084964f2e542ffe4582cac32c3f27cd35a0c4290e918
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 099a45d4b61b0d2eab4a96aa9e7d3fac25202b377c4a866b1e3566d505d3e49c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,467
Size: 1.00 vMB
Total Fees: 0.01970108 BTC
Feerates: 100.23 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (527,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,059 387,059 00000000000000000371c76aec456e0318d5776e5630bb3d058663b70903f93d 1,026 0.95/1.00 vMB 23
387,058 387,058 00000000000000000c7755fd8cbb045996d1635c2b4f047eaf98b736420ae24f 1,011 0.51/1.00 vMB 34
387,057 387,057 00000000000000000ec546ef2cbaf835e60243fd92020ecdc4bb6f9f13556a83 1,229 0.95/1.00 vMB 26
387,056 387,056 000000000000000009da03f08fbc8a1755c2ed2da1190efa9a325e4b903bcc52 989 0.75/1.00 vMB 21
387,055 387,055 000000000000000003ddc91d49bd4b16c16cbb2a8bf0cb6e479c818e91a7d7f2 1,897 0.99/1.00 vMB 32
387,054 387,054 00000000000000000c99aa24fdefaa77f7aef29fe36865092d2f89309084f7e8 1,039 0.75/1.00 vMB 30
387,053 387,053 00000000000000000c40de1cd655889a0364c1d5ddc4e152061b12b4b5e712f8 386 0.55/1.00 vMB 15
387,052 387,052 00000000000000000909dca0583d2226c964181458d550269ef8d3ab1397e339 1,879 0.93/1.00 vMB 36
387,051 387,051 00000000000000000c35999b3e143bb96af657af84b7048b6d56e66bd8b54bca 1,734 1.00/1.00 vMB 28
387,050 387,050 00000000000000000cfffd62a49be41381f87306a3ad9b0429a07619cad4678f 36 0.07/1.00 vMB 10
387,049 387,049 000000000000000008639ad96c54a4a0b579de516a32a19107c3ff7889e85b1f 1 0.00/1.00 vMB 0
387,048 387,048 000000000000000002736ada7912b73546cdb95ae144341f45cf708670d39490 1,616 0.75/1.00 vMB 37
387,047 387,047 00000000000000000789f5805d0e098e537a0b10d7a1938bf7fce1465a3a6109 2,106 0.75/1.00 vMB 52
387,046 387,046 00000000000000000b7c2327c3bcd612bd5e1da6e4986bd4dbf735c38f14f12e 953 0.99/1.00 vMB 17
387,045 387,045 00000000000000000ca73d114eea4b6277a6c7c2078db62c0352ecb08e3ce07a 2,597 0.95/1.00 vMB 42
387,044 387,044 00000000000000000bd9ea9694e7b825d7c27481c01a33e2e41add8560466c3c 2,304 0.75/1.00 vMB 66
387,043 387,043 00000000000000000ac06f7271cd4475378b5694b03ddfe0df7acb728efca46f 1,640 0.95/1.00 vMB 33
387,042 387,042 00000000000000000965b7d0b457da5b72451c55df548147cdd9d267b62b57b0 1,670 0.95/1.00 vMB 30
387,041 387,041 000000000000000007a467e748e943993210c208cecf151a721ee47b24833e39 2,413 0.95/1.00 vMB 53
387,040 387,040 00000000000000000e177dd1ba9ab735ade8b98f9f45e0768a6dabf7273d5ed0 1,443 0.52/1.00 vMB 51
387,039 387,039 00000000000000000a89baf4448b8373a15b808ed9806899fe5371c4d9511d02 536 0.31/1.00 vMB 25
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.98 GB
    • Received: 13.67 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.