Loading Tool

Explorer IconExplorer

Memory Pool

16,572 transactions
10.67 vMB
0.04790463 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.86/200 MB

Candidate Block

Mining Attempt 8c12d7f6e5231a9d817a3754bfb1b439786238ae7f19d588683e579e6b40a429
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root a429eab43af7b41578372b37f743d0a378d77836fbb60499b2bb9fd8dd8edadb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,363
Size: 0.99795075 1.00 vMB
Total Fees: 0.03104594 BTC
Feerates: 194.03 > 3.11 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (698,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,089 215,089 00000000000000c85fd5511eedc7a2ba34a23fdebbe9b6e9e9ac9a114483365f 229 0.12/1.00 vMB 141
215,088 215,088 000000000000013bccb3110d9db04094d2e0e50030f9bda6ada2f18bd49cb8e0 535 0.25/1.00 vMB 203
215,087 215,087 00000000000001b47ddd8414bef2d6794e7a82b37d1213d650655156df472f60 355 0.14/1.00 vMB 183
215,086 215,086 000000000000042e2ab77112e9e380ff3b110873594de0632ba1a90e325bdc1a 108 0.03/1.00 vMB 37
215,085 215,085 0000000000000482dbe674b0e5e2abcb675091e68e0d25e9b478dc233c317bf0 206 0.09/1.00 vMB 160
215,084 215,084 0000000000000518e52edc2d88410b60ed550a76e7fbe899d9132cf6d7321429 52 0.03/1.00 vMB 52
215,083 215,083 000000000000022502eaf8d3cd71617c7101867d85e5cbf26930b71d4690629d 446 0.18/1.00 vMB 187
215,082 215,082 000000000000028f14f2ed4043b8e51c8213c188e67d0f0c7d5e70667c45a780 38 0.02/1.00 vMB 127
215,081 215,081 00000000000004ba4141aea7a8ae5bd217f197fbbf9068af867eaf1407bce5b3 90 0.05/1.00 vMB 131
215,080 215,080 00000000000002c41cbc094d70cb6232dbdf8e61429d4c2f52d2301d1ee26aef 283 0.16/1.00 vMB 108
215,079 215,079 000000000000028d6f0d2d42ef29ce58a9dacd5b64ca320b164dced0e433d867 6 0.00/1.00 vMB 0
215,078 215,078 0000000000000331552de6a7adeff6b5a2ab28c9de30a13cef6b735b176500a8 186 0.10/1.00 vMB 153
215,077 215,077 00000000000001f1608dd67ce86a9be5052e8a41c510dee5ada3ccdf90645186 342 0.16/1.00 vMB 163
215,076 215,076 0000000000000076a566b5d5fb1962e13a41aacb43e12f7ef892e85f2b0dfb11 121 0.05/1.00 vMB 141
215,075 215,075 0000000000000202b0007edf3e638c7fda7aff8a21692fbbab810fbe3093e4b8 864 0.37/1.00 vMB 180
215,074 215,074 000000000000032bc428fb57b4fa3e8c2356d43ce5fbdc732dcf2f64775b546c 406 0.17/1.00 vMB 173
215,073 215,073 0000000000000400a927bba7907911978ea65ca7331928bbd20d5f53cab74241 534 0.25/1.00 vMB 157
215,072 215,072 0000000000000466103544f152cecac093b67148e394c0ab5c89f8c3b424dec5 196 0.06/1.00 vMB 125
215,071 215,071 0000000000000179ce2e1497794a07ddb48883266ff066545089695bbef03012 523 0.25/1.00 vMB 183
215,070 215,070 00000000000001ccf44052629d2ad44347cade6d3158cb6e7a6777e2599b76f3 747 0.25/1.00 vMB 297
215,069 215,069 000000000000011dd4f863435b2a1a244f932405d7838482999a9ae5124c2d70 966 0.44/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.07 GB
    • Received: 4.41 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.