Loading Tool

Explorer IconExplorer

Memory Pool

81,405 transactions
31.00 vMB
0.08633562 BTC
Random Selection Loading Transactions
Max Size: 188.10/200 MB

Candidate Block

Mining Attempt d75788a0a8abbdbf0302230fb948093ffa6cf2712d2ade0889aa0a6d59a4b3af
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 35c37a0dce53343cc40bf648f98a97e0d0ce35303b5d5c1f1d2e45dcf012640d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,744
Size: 1.00 vMB
Total Fees: 0.01956254 BTC
Feerates: 100.69 > 1.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (706,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,480 208,480 000000000000025219aae7efb79a6c5dc9709ca2f55234f3c33f423e1817320f 263 0.09/1.00 vMB 171
208,479 208,479 00000000000000589b2aba115f188f1fa97344a090e4beefac6562affe246474 137 0.06/1.00 vMB 157
208,478 208,478 000000000000042b06d174af005dae82c0417be7667e3cb0e5aad82bd14aaa06 32 0.01/1.00 vMB 5
208,477 208,477 00000000000003701ac5acd79f9b3c6aa211253a4e7ad68af920c16a771852e5 54 0.03/1.00 vMB 86
208,476 208,476 00000000000003f00b7c089d16d7e4f83166e01afea8f2c072258f19d1ea1340 274 0.14/1.00 vMB 167
208,475 208,475 000000000000029d3cdb17d681d1264895a721bcf1fe467426e2d0e7bb1cc02f 148 0.06/1.00 vMB 197
208,474 208,474 00000000000003b7aa892d9d46c9320dfb58242b29ebe80e10b1893c62d0544c 127 0.05/1.00 vMB 193
208,473 208,473 00000000000001c0240fcedd4933ab91f778dbdfc928fe1b64e9f1df3b786619 111 0.06/1.00 vMB 159
208,472 208,472 00000000000000a221cdb9554439a94e50a2c0475e4733b4b40d8d0da055d7dd 332 0.16/1.00 vMB 176
208,471 208,471 0000000000000018b5aa009f240802f5d051077eb9be5e9bf173ce53669c04c1 87 0.03/1.00 vMB 135
208,470 208,470 000000000000016bd9982ccbc6df04bb061d79fd7d28bfe878de0e949aef651f 90 0.04/1.00 vMB 116
208,469 208,469 00000000000000aaa62d54e9bc4ce3bb3add75087ab912f76fe75554ba1c3805 128 0.06/1.00 vMB 203
208,468 208,468 00000000000004f208e2df3e44a4f1c99ae5f1fa20ac51fce4709e8fa7aa0cf4 179 0.08/1.00 vMB 326
208,467 208,467 000000000000033f99e517d64482dc953ed40e51fe627af6ec0707fbc4f8b6a1 10 0.00/1.00 vMB 171
208,466 208,466 00000000000003a7bd2f381a6dcac5ab559dc82d071edb3b326f31f0f5072deb 182 0.08/1.00 vMB 271
208,465 208,465 000000000000034d4f5751549f2ace9fddc674f03ea1f9a6bf039d26ab5f4d97 31 0.01/1.00 vMB 180
208,464 208,464 000000000000008572320edb5384cb6e39e8f215b58615e64afc2f8e6181b2cd 48 0.02/1.00 vMB 185
208,463 208,463 00000000000000550109c462cd2825ec78fcb7c1f47e31c01f27b44bf338f18d 14 0.01/1.00 vMB 111
208,462 208,462 000000000000006f088b02bf3e240257f9825ac6da3a68bb3949575261c96e23 35 0.03/1.00 vMB 81
208,461 208,461 00000000000002754b8d92f3b2a19651d2a378603d2570fc8772854a1da8d5c1 8 0.00/1.00 vMB 52
208,460 208,460 00000000000004f12de2ae86556a023407835dd1ceb1188e5a19bb16efc37674 7 0.00/1.00 vMB 711
Previous 10 blocks ↓
Total Size: 782.72 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: 702.30 GB
    • Received: 16.63 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.