Loading Tool

Explorer IconExplorer

Memory Pool

19,400 transactions
8.80 vMB
0.03511868 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.61/200 MB

Candidate Block

Mining Attempt 99e92e5f9ba3bed103689afcb6d7949071a7dc320503141a4459654a41d4c260
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 990d92bb2f546c1bc4c8a6d1694f56270b0f95e373a4f525628f8de3fad87154
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.01586522 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (690,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,181 223,181 00000000000001d72c93f8c68c376c7b0281f9a7509e00a1cbc039b53c726568 701 0.25 vMB 244
223,180 223,180 00000000000003dc72b492509a74e52e18dfd077aab869a33ac4f55f8ab563cd 184 0.50 vMB 48
223,179 223,179 000000000000000c028748d919d89a152903e4f3d6beb8fb2db186962e87ea39 868 0.25 vMB 265
223,178 223,178 00000000000001105baafacfd2a1bf2fc24981e3cce5c30518d5e8646401c421 469 0.25 vMB 178
223,177 223,177 000000000000040c44b4c6c2fd70bd858d4b4c7dca06a194d94cbc54b47246ff 292 0.17 vMB 108
223,176 223,176 00000000000000e9f02a1c1b3d2e63c1edcc48d4050c851bab8a9ac34705386f 702 0.25 vMB 262
223,175 223,175 00000000000000f4a95c7cd743f53d237169de1e6b4bb6762c53006eb3a3123f 607 0.32 vMB 207
223,174 223,174 000000000000002daed045a08bfa59debe1893e7e4b4bc19778d9cad4408db85 6 0.00 vMB 532
223,173 223,173 00000000000002a3639be0dc3b3b16b24cd19a5b8318273445f11c76707b8694 10 0.00 vMB 152
223,172 223,172 00000000000003e25b193be69baab8f72a9a888beee4aa1dbfdd8f47e408cfdd 706 0.42 vMB 149
223,171 223,171 00000000000000037aed09a10492d46f49b4f56696a665524f467320cd153659 804 0.25 vMB 243
223,170 223,170 000000000000032d104f1fa188e72b67a1b770a11491206722ea31122295c2d8 512 0.43 vMB 81
223,169 223,169 0000000000000488679af94ca7971dfa276c76f0a1e66b265148594cc883960a 406 0.25 vMB 124
223,168 223,168 00000000000001ed96fb2597cda69320f35cd0efec449e5001b49db9b77ef4e8 606 0.25 vMB 192
223,167 223,167 00000000000003210fa5b154e3c358d4fea8a346d6a121a12573bb7c7c1c41b9 578 0.25 vMB 172
223,166 223,166 000000000000047bdc442ac73decbbfef636df4528763e47d727fb5af658ecf5 568 0.25 vMB 195
223,165 223,165 00000000000002031877d76c76abb9db6924cf59fc25bcbcd5e3db4b770d2dae 532 0.29 vMB 153
223,164 223,164 000000000000013a44625100b6c66149c3490608459b0c12b57c3da3a2816b16 477 0.25 vMB 159
223,163 223,163 0000000000000332dd55907d1fb22b231ef602d3ad1652de9c59683edc65fff5 395 0.25 vMB 113
223,162 223,162 000000000000006cf7f065b5ef5f928b4fae4b3281200afcbbefbd85fec623d9 648 0.25 vMB 234
223,161 223,161 00000000000001f50b1403501124bf92933389760c1deec7bb204632ea31afa8 12 0.00 vMB 150
Previous 10 blocks ↓
Total Size: 779.55 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: 251.78 GB
    • Received: 0.96 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.