Loading Tool

Explorer IconExplorer

Memory Pool

75,990 transactions
28.41 vMB
0.06679131 BTC
Random Selection Loading Transactions
Max Size: 172.02/200 MB

Candidate Block

Mining Attempt 40c44d924d0baa232253d447ab0e710a629ea588081b2f019b09f221191f5f46
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 036940f2f35527ca16f7472844027349fd85ef2ae315d44292fabfa4fd3e6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,654
Size: 1.00 vMB
Total Fees: 0.00786227 BTC
Feerates: 101.00 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (463,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,066 452,066 00000000000000000202da7f92d666c0bfb1f45d97a923885fd10037d6254bc8 2,248 1.00/1.00 vMB 94
452,065 452,065 000000000000000001b0465987618a2137d066f4c7ab19730addfebbddba0ed6 1,821 1.00/1.00 vMB 125
452,064 452,064 000000000000000002958ac01e2b9a005b654551a7d02c75025d9b8bbad97103 2,065 1.00/1.00 vMB 141
452,063 452,063 0000000000000000025f3961dc4a2313a947fe33a0e1a334708e227eb44025f0 1,373 1.00/1.00 vMB 88
452,062 452,062 000000000000000002592d84682d16e14e1f0e0f553b66040ba5fc19beacf3eb 2,239 1.00/1.00 vMB 130
452,061 452,061 0000000000000000019e2b9c5f31cc21b379eec81330d8804b46df7a01250d63 2,776 1.00/1.00 vMB 80
452,060 452,060 00000000000000000192189f005c4c49e120c50c18790faf3576fb0a091efba3 2,135 1.00/1.00 vMB 61
452,059 452,059 000000000000000000329149719203651f7bddfa8df353241c2c1cc882fe776f 2,417 1.00/1.00 vMB 109
452,058 452,058 000000000000000000377c1ea298a57193a175fe5f87d6b128453a27d8b14b9f 2,204 1.00/1.00 vMB 114
452,057 452,057 000000000000000001b36433f8ca11f30b40f308a53c9e5f0d310ca5da90dbf8 1,441 1.00/1.00 vMB 75
452,056 452,056 000000000000000000a0c0e31815ceba5d2af5b5a6335e8477b4791d298bc0c3 82 0.10/1.00 vMB 75
452,055 452,055 000000000000000002640d2c395401fdb6d05d548a4b059273afc5e58b6f4213 2,117 1.00/1.00 vMB 102
452,054 452,054 000000000000000000272179906c1dfbd7b1464bc4760b580ab39b59fa3fd039 1,194 1.00/1.00 vMB 84
452,053 452,053 00000000000000000041181cb3d3337aeab9f6c47b29d941f144a567173292b7 357 1.00/1.00 vMB 61
452,052 452,052 0000000000000000015554be14689879ee2f7630e227571d86a3ef58194084f5 1,246 1.00/1.00 vMB 69
452,051 452,051 0000000000000000026da85ead65b4e14f38163d27c15058f26f56604d1ecedc 2,433 1.00/1.00 vMB 111
452,050 452,050 0000000000000000008be4a13a0eeb80e5b7591c1d2b7354b83b72521f6e5941 2,305 1.00/1.00 vMB 117
452,049 452,049 0000000000000000023a740920f16b2180c319cef8174f5151a591ad4377e5a8 1,297 1.00/1.00 vMB 88
452,048 452,048 00000000000000000026dc7d50995ea0d01b68273a528726a25dfcbf037e0381 2,724 1.00/1.00 vMB 86
452,047 452,047 0000000000000000013dbdf88d51cbf79d177a95115f38ec7aea4069cbd3a72c 2,221 1.00/1.00 vMB 125
452,046 452,046 000000000000000000fc50c32aa71991f6bd119e27f509e54cc7dbe5f53f7fdb 1,997 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.