Loading Tool

Explorer IconExplorer

Memory Pool

71,727 transactions
27.77 vMB
0.06005412 BTC
Random Selection Loading Transactions
Max Size: 164.65/200 MB

Candidate Block

Mining Attempt 7c6af80fab94785b10ad3ae76c0494a59c3bdce3c486217475a8752104d19754
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 7754328400c42ede03fc029d5e105dba9d14a2dbe8a476655f19f0d6012d2e29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,796
Size: 1.00 vMB
Total Fees: 0.00476930 BTC
Feerates: 21.55 > 0.48 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (250,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,035 664,035 000000000000000000060bcee0d2ea9a55cb5aae8be0f28b49d339f3c7f867ed 2,333 1.00/1.00 vMB 33
664,034 664,034 00000000000000000000df13f8701422f5c29e24adf14d239129d90bb102a4d6 1,754 1.00/1.00 vMB 20
664,033 664,033 0000000000000000000a521ce159c614ba7e7e31e0bf56b62ea98c4107cffea1 1,105 1.00/1.00 vMB 14
664,032 664,032 00000000000000000008112baa43f7a5512077ebbc5b844ca2863d02c5230092 1,385 1.00/1.00 vMB 20
664,031 664,031 000000000000000000022e25c374646e405955d46682043d5b9d5c664b306f5d 2,102 1.00/1.00 vMB 12
664,030 664,030 000000000000000000073ee5247cd85702c5209dd58bd97f5a797af22428a597 2,275 1.00/1.00 vMB 47
664,029 664,029 0000000000000000000d5eefd684582915ac845468b97b33fa98af995d793d69 1,328 1.00/1.00 vMB 56
664,028 664,028 0000000000000000000b46b31a17883e5c79ebe56a8bbda6ff8ea45ff98beb4e 1,117 1.00/1.00 vMB 3
664,027 664,027 0000000000000000000df56443108dd829abbe6277fdff144286a176d98146c7 2,717 1.00/1.00 vMB 8
664,026 664,026 0000000000000000000e0de68dad7e9148ba697eec2f66dbc7edbfb6c2d24272 2,507 1.00/1.00 vMB 41
664,025 664,025 000000000000000000009606dacca0d08a3f879c4a5a0899fd940eeeba84ce40 2,507 1.00/1.00 vMB 58
664,024 664,024 0000000000000000000ed3c12c82e4472e8c47acc08d67f0f8d1d0be84ba7cac 2,706 1.00/1.00 vMB 50
664,023 664,023 00000000000000000006c0c4f71578b4e69952f4e41a62418402ab953bf883db 1,757 1.00/1.00 vMB 25
664,022 664,022 00000000000000000000984d3c1eacf0c1ef3b03b58d48560f2a8f9b5d9dd9e5 2,257 1.00/1.00 vMB 27
664,021 664,021 00000000000000000004a3d1884231d2e9ffce41c25b3c049eaa60ee6b66ae20 2,607 1.00/1.00 vMB 55
664,020 664,020 00000000000000000001b53498c7aa0e88c262abcc501bb8169435b82dd0db86 1,125 1.00/1.00 vMB 16
664,019 664,019 00000000000000000005cab1069087ccf0d6ea6d224fd2cf296c06f430ed83bb 1,587 1.00/1.00 vMB 15
664,018 664,018 000000000000000000093b608b6d1dbdf0eccdfb0c7468691ac8ebf319f53867 2,363 1.00/1.00 vMB 42
664,017 664,017 000000000000000000061e624fb5b5b26aca54846eadbe874145e4fac2c039c1 2,864 1.00/1.00 vMB 19
664,016 664,016 00000000000000000004198dde222c616a7bd7928f0a272c74298f181c6c50a8 1,987 1.00/1.00 vMB 51
664,015 664,015 0000000000000000000dd3de88b3faef969b5c20b368b4430dda2259f99ef887 1,905 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.45 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: 666.96 GB
    • Received: 15.24 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.