Loading Tool

Explorer IconExplorer

Memory Pool

82,226 transactions
30.56 vMB
0.13684734 BTC
Random Selection Loading Transactions
Max Size: 183.87/200 MB

Candidate Block

Mining Attempt 7bc4df8c854e5b592908ae49e8b6073ce24f9a625af591f17691c54d526dce74
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 030935a406085018de97a0d5ddf6198d08fbe31608e95443a0d2790fbcf163d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,041
Size: 1.00 vMB
Total Fees: 0.05379902 BTC
Feerates: 302.06 > 5.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (506,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,037 409,037 000000000000000000a9d7c6b1073ca201eba2b5c02cdb4b09fcfde05196c2f0 2,112 1.00/1.00 vMB 39
409,036 409,036 000000000000000004865315b0f199d55f9bc2c3837d769bf36c71be9f1e64ef 2,487 1.00/1.00 vMB 47
409,035 409,035 000000000000000000c011d9e4b81e867c213305b3fe760adef689a404cd77e8 2,351 1.00/1.00 vMB 41
409,034 409,034 0000000000000000018444e1babdf1cd4b824a086bfe12c3830de3ae823000ac 2,991 0.99/1.00 vMB 39
409,033 409,033 000000000000000003db4eada5a3a259132bdb9b45157478523bbd8657615da3 3,662 1.00/1.00 vMB 82
409,032 409,032 000000000000000001e3c30c227a22e2c764ec8c1daa3c37de8491789d698dd7 158 0.08/1.00 vMB 35
409,031 409,031 0000000000000000059088200e4d4c14f7e5fc26d2671eafa237b6c2402932dc 1,398 0.75/1.00 vMB 33
409,030 409,030 00000000000000000453b610294ad2ecd97b8e749689a801fb64b53161b7d497 2,302 1.00/1.00 vMB 44
409,029 409,029 0000000000000000027ca9b0461062973ee40b75ee1c44b2f9d8de564a103831 1,477 0.95/1.00 vMB 28
409,028 409,028 0000000000000000038d67ab6b10638f65f3ba03b69f7f364bf4a8ade27f661b 1,297 0.99/1.00 vMB 24
409,027 409,027 000000000000000001edc00554debc1be1ccde1c726d1dc0f8cc6e022c09f419 1,230 1.00/1.00 vMB 21
409,026 409,026 0000000000000000013bb67964968821a0caf3d2fb9fb4f8c079903d5c97027d 1 0.00/1.00 vMB 0
409,025 409,025 00000000000000000407d65d83a275e7e44346630447f8d78502b1872e9c814c 1,460 1.00/1.00 vMB 26
409,024 409,024 0000000000000000010824395cf74c98f48e6e14b4ef768b9f9ba35db940f512 3,214 1.00/1.00 vMB 61
409,023 409,023 0000000000000000002e28e7520240c5d5b760a0efd7e8faa944a10d946ea823 1,794 0.91/1.00 vMB 42
409,022 409,022 000000000000000001039cc6764357e513b0069131e9e1090c0753db362043a3 3,127 1.00/1.00 vMB 68
409,021 409,021 000000000000000001eefb818c6162cf152efb0ad634a392ea3646f6b5bdb9ba 13 0.00/1.00 vMB 152
409,020 409,020 0000000000000000003251e0961abfc9e894981eb951a1e4d61a1e77a2135a8d 1,122 1.00/1.00 vMB 21
409,019 409,019 000000000000000001f5d83e21e9867b8f5b59fa89dedcf8e2252e256fbd4188 1,342 1.00/1.00 vMB 26
409,018 409,018 00000000000000000430b7b35577858306c3e47d32826a7b9187b49978eecb18 2,110 1.00/1.00 vMB 59
409,017 409,017 00000000000000000179d0dd547f0342debc45882edb8964d49b7990191ad0a6 1,450 0.99/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.