Loading Tool

Explorer IconExplorer

Memory Pool

88,876 transactions
33.20 vMB
0.19806782 BTC
Random Selection Loading Transactions
Max Size: 199.98/200 MB

Candidate Block

Mining Attempt 6345bf85ad5fba6d6a036b97326f195207f06616af7679f9799c381384e29c55
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root e4549fb87cc20517a2f448bdbedb4a029f98828343ba654e033b2d2b288203bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.08714722 BTC
Feerates: 387.56 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (67,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,162 847,162 00000000000000000002c55021fffedd6323499beb0664eb0c781ba2854a0823 5,697 1.00/1.00 vMB 35
847,161 847,161 00000000000000000000e0976273bba0ed1b1c55157fe1427a68b99d8a4e7443 5,904 1.00/1.00 vMB 42
847,160 847,160 00000000000000000003103db150721b593a1a4349c9a090d07a8e912140ef94 4,538 1.00/1.00 vMB 43
847,159 847,159 00000000000000000000f5614b50247172a42b41e6387ec221c8e07cd0b1626c 3,672 1.00/1.00 vMB 54
847,158 847,158 00000000000000000002f4db3f47a24f3c949db28594d05a92146a68bd3583e1 4,439 1.00/1.00 vMB 46
847,157 847,157 00000000000000000001e9c0feb57cbf8cd181eab5a235f7ad7753c78e840f16 5,293 1.00/1.00 vMB 36
847,156 847,156 00000000000000000000d49147b07578d7c1725a347029b2d52cc7d064445f18 6,145 1.00/1.00 vMB 40
847,155 847,155 0000000000000000000184067ad3c677b8ddea00a8cd32b86e4ff66c624c5e07 4,855 1.00/1.00 vMB 45
847,154 847,154 00000000000000000002c81a179f820d07ab8b46ca4b4ccbb912ee84253d27e1 4,927 1.00/1.00 vMB 35
847,153 847,153 00000000000000000001c8e11ea983ddc9c8b3fa6c82cc6be8dff3b8b1435245 3,884 1.00/1.00 vMB 54
847,152 847,152 00000000000000000002339470d5dca8a81f9de15f42b8eeb40bfa53b0b8053f 4,063 1.00/1.00 vMB 77
847,151 847,151 0000000000000000000079188b061c3f73fac8b88c21be4182c966e865a5bf79 4,896 1.00/1.00 vMB 40
847,150 847,150 000000000000000000032bedf80c39952e3d7fe259c41114d63ce38ee8caad99 4,356 1.00/1.00 vMB 39
847,149 847,149 00000000000000000001e6fe9efc0e6d927e03a689ba61190731a9865ed55659 4,072 1.00/1.00 vMB 51
847,148 847,148 000000000000000000027b11fbf4bddbd753c790c057e747e4983ae338074d5c 3,709 1.00/1.00 vMB 87
847,147 847,147 0000000000000000000069726e0fac33789af3ac3df43d2ea97eb60e004a01fa 3,155 1.00/1.00 vMB 144
847,146 847,146 000000000000000000016e5ab0e72dd878bf79d6c14edbf5b2bf0e7801da857a 4,212 1.00/1.00 vMB 40
847,145 847,145 0000000000000000000275b23d8bf8fe7ad96ee7b03620f253b0bfce9416e063 4,590 1.00/1.00 vMB 40
847,144 847,144 0000000000000000000056c4773a48d51b627f1d255675dd5e83bb1f17d93f02 4,289 1.00/1.00 vMB 41
847,143 847,143 00000000000000000002b9f04ee96a59bb48a988eea6a8a1dcc9378bc2417b94 3,868 1.00/1.00 vMB 57
847,142 847,142 000000000000000000029d4d82110d3adb5d03ec433b9c7a3133d4861808b662 3,051 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.31 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: 660.11 GB
    • Received: 14.62 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.