Loading Tool

Explorer IconExplorer

Memory Pool

27,662 transactions
27.75 vMB
0.07722930 BTC
Random Selection Loading Transactions
Max Size: 133.16/200 MB

Candidate Block

Mining Attempt 87f1e0dd310a2eca39ff26a40d11492739c6327d8d200386570b531663b89de6
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root 0eabffa7e4c00a0ada6449ce7130fc4be99a66e666bcf398661c7c99894577ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,214
Size: 1.00 vMB
Total Fees: 0.02434504 BTC
Feerates: 300.91 > 2.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (527,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,066 387,066 00000000000000000c5300670f6a984bc81a4e28778a1e2d7429c0947670cfae 165 0.09/1.00 vMB 18
387,065 387,065 00000000000000000a7949af8df3acd58986cefc6075df103de585c0644e301e 493 0.34/1.00 vMB 22
387,064 387,064 00000000000000000600bd88a32e87daaf8f5a86d663c81b3e9866eb6b69a89a 147 0.11/1.00 vMB 17
387,063 387,063 00000000000000000b29de9a635ecccb7eeba8064535c24d16cacecef4b91a4d 517 0.21/1.00 vMB 41
387,062 387,062 000000000000000005dd02d211889eaa8cb1a7aba6dfaa5581a557791003f759 840 0.48/1.00 vMB 36
387,061 387,061 0000000000000000031b4cbd842f8f12051c83d3c572835ad01e1b4c798e3836 1,316 0.62/1.00 vMB 36
387,060 387,060 00000000000000000d1c6ed5da7f82bf7ae57e6b517e9100464b6ac6b4d16656 557 0.75/1.00 vMB 9
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
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.25 GB
    • Received: 10.83 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.