Loading Tool

Explorer IconExplorer

Memory Pool

12,810 transactions
15.37 vMB
0.03025072 BTC
Random Selection Loading Transactions
Max Size: 72.96/200 MB

Candidate Block

Mining Attempt 7f91d9b83397a6f22971b277cf7aadfca9ef1944200c7ec58684c407edaa9514
Version 20000000
Previous Block 0000000000000000000158b9eeecd8ceae2c26a1c2e47444fbb52b1c98393d2c
Merkle Root 8610606e6333efd237586f39181cb7902caa3f03b7807d9774350438d64c76f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.00316439 BTC
Feerates: 100.53 > 0.32 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,147 (663,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,990 250,990 000000000000005dfb54f1f7a8b45bddbedfe82644cf925f17b23d71510c3698 237 0.15/1.00 vMB 79
250,989 250,989 0000000000000014f56fd1fd8809ac94074d6b7438b2f77c30c78b61b406ee96 677 0.23/1.00 vMB 84
250,988 250,988 000000000000005164558dbfed658cabafd160be6936ba3cc0289a96fa727e8f 547 0.25/1.00 vMB 120
250,987 250,987 000000000000001e451f94ec5861a0c8f248c1e20233c752cebfcc3d3df0d658 120 0.06/1.00 vMB 149
250,986 250,986 0000000000000005627e1b1b0b390792dc81fa17aac95f20a51d5835cf261323 310 0.13/1.00 vMB 136
250,985 250,985 000000000000006001711dccf82f9ed572e938286c0bb2a4ab9b659136884879 602 0.25/1.00 vMB 117
250,984 250,984 00000000000000602414513c6e2bdb08456229c7c7c7c8a0ffc04743fc4a872f 442 0.18/1.00 vMB 109
250,983 250,983 000000000000000909131f268a0f1eb5688f9dd8ba4e228de9a579f6b22cde5f 89 0.04/1.00 vMB 79
250,982 250,982 0000000000000030d15cd06f01bb78cea11c69eb54d483c43b9e86f5df01a8de 982 0.41/1.00 vMB 120
250,981 250,981 000000000000004f7f69bd89978d93328b9ac4e4f47ab4e5cd50eae82afc9db0 119 0.07/1.00 vMB 130
250,980 250,980 0000000000000042b7d9a36853fdf59e64b30bfaeb0bc498462a2435b9784514 189 0.09/1.00 vMB 116
250,979 250,979 000000000000006ca3bcdd8b75b8af72fd92175017411dbc46a0d281303acb21 373 0.19/1.00 vMB 110
250,978 250,978 00000000000000660e91ef58bffac0b56313b0352c40d630dfddf5ecc7c4585d 387 0.20/1.00 vMB 97
250,977 250,977 000000000000006b128e05da24ae8c44c9d9a32cc452cf3afcecf18cbeebdb3a 210 0.08/1.00 vMB 98
250,976 250,976 00000000000000042262e57f62a261a484cf8f2e1ff854e6cca997da71fb0a16 364 0.15/1.00 vMB 132
250,975 250,975 000000000000004d902235c5933d8d34b9812100728ec588b9f4de5c75c6460b 390 0.21/1.00 vMB 99
250,974 250,974 00000000000000499b15a3c45479c1f12883021a759eaebab69dbc453b16b22e 722 0.30/1.00 vMB 60
250,973 250,973 000000000000001b3d36aa76ba8fe74d8794d1bee42a2213f9d63f5108b7ea44 642 0.25/1.00 vMB 142
250,972 250,972 000000000000005d114da5984b1f2aaf9f4cc44af8d5a7182bb14bf446ec11bd 483 0.25/1.00 vMB 102
250,971 250,971 0000000000000018c95c3d99c0a91b7bec7bb7fae3d73ffb9d286a3d2dbaa214 582 0.25/1.00 vMB 232
250,970 250,970 0000000000000029fbab245b8fc372824062427e8efcf691daa0d2b54203a939 249 0.10/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 780.86 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: 563.39 GB
    • Received: 7.52 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.