Loading Tool

Explorer IconExplorer

Memory Pool

27,711 transactions
11.15 vMB
0.03404941 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.11/200 MB

Candidate Block

Mining Attempt 41857e63f983bbb3e5145eaf4aee175274c48af126c8874d863096156a6a0e2c
Version 20000000
Previous Block 00000000000000000000b57e1e50d1f152c56cdec5b71d8faf89d57a79b32778
Merkle Root f3ee29b73a4175d9adb4bb7443451cf537ecd024def9a37cce66439b068e0f32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,760
Size: 0.99787375 1.00/1.00 vMB
Total Fees: 0.01560561 BTC
Feerates: 251.34 > 1.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,613 (727,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,043 186,043 0000000000000251f9e6649c1fb2714731bb5ffd29a920ec0f9a63f559a48fd4 291 0.17/1.00 vMB 386
186,042 186,042 000000000000074117cac3b4f2f5181a72714542fc56ac73f71da864c8dc68b7 404 0.21/1.00 vMB 108
186,041 186,041 00000000000000688f1ce456127b2d1c50ff01e351e6633c6158ff470b56c376 195 0.07/1.00 vMB 192
186,040 186,040 00000000000002b2d838f93cf875bc737fead8cbdce6938123984e05997826bc 601 0.25/1.00 vMB 136
186,039 186,039 0000000000000867d5f27ca91ad4a648aca5f33fcbd3f7a246394afa72a6cda2 630 0.25/1.00 vMB 143
186,038 186,038 00000000000001c1fadfbbb73786636eb80c346a0837298104e74fe41d357054 190 0.06/1.00 vMB 52
186,037 186,037 00000000000008d043f340ae92a4ce65680176766173982ed047eaf1465b2449 142 0.05/1.00 vMB 100
186,036 186,036 000000000000046194b96da38adee27abaa8208652975629a24489222d355a06 179 0.11/1.00 vMB 127
186,035 186,035 00000000000000760e1102285c941a53e2f1117014c1a1072d48c4dbed429c90 308 0.21/1.00 vMB 108
186,034 186,034 00000000000005b0a3f7b65fcd73a8ab3dfd48c67b2efee990d68bc1e2d003e5 120 0.05/1.00 vMB 125
186,033 186,033 00000000000006f6123f9a761cd3366b8d046256fb3771531985cedc97bb50f6 126 0.05/1.00 vMB 102
186,032 186,032 0000000000000057a97078f6efc33bd59c5a0f4c93f3c6aeada46ae82b06e0d0 227 0.07/1.00 vMB 57
186,031 186,031 00000000000008cd5803fb48dd12fa291dfbaa099131fdd32cdb11628bd999cd 13 0.00/1.00 vMB 0
186,030 186,030 0000000000000071a12a0b5395a53eab3660366cc0d49ed1192c97834a2d955a 390 0.16/1.00 vMB 195
186,029 186,029 0000000000000705356f60da1cb8470ce5ef6dfeaf84d3944e9064ecc87a17ed 227 0.15/1.00 vMB 232
186,028 186,028 00000000000001219384f73515206faac0bbc70cf74909360bc5e00a3869b6da 90 0.04/1.00 vMB 112
186,027 186,027 00000000000001c8931589852d1c0c6e7f810e1836c01647df63cf7a38f65ab4 8 0.00/1.00 vMB 58
186,026 186,026 0000000000000527148f34cd4409f0a79d366acb3ec95d6e8dd72fe54ee2be05 55 0.03/1.00 vMB 75
186,025 186,025 0000000000000362b58efa0f7ac2eb822b0496156cfc88ecea7bd87d431e7fda 133 0.04/1.00 vMB 90
186,024 186,024 0000000000000090c0b114eba80364e8471ce79eb4a4ea45e604f1e9174de198 270 0.12/1.00 vMB 102
186,023 186,023 0000000000000103eba5d96063e21c282819e828dee596746f56a2f739bd5301 375 0.15/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 779.93 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: 464.61 GB
    • Received: 2.76 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.