Loading Tool

Explorer IconExplorer

Memory Pool

24,118 transactions
5.52 vMB
0.02465886 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.55/200 MB

Candidate Block

Mining Attempt 68ad0982261f67e075ac4213f645d619265e32827721bd514b07647d45b5fedb
Version 20000000
Previous Block 000000000000000000016cbb047fea21369dcc5471d305238a88ca18763fcb9a
Merkle Root 6b6059a2546be90a8abdd7567b5b6b9e0026e001f4281512883ac6c2931a3b59
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,604
Size: 0.48 vMB
Total Fees: 0.01142361 BTC
Avg Feerate: 1.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,112 (688,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,950 224,950 0000000000000070e74778dfcea3c1ad9702afcfe837d5bebb9dee13a044af9e 0.04 MB 100 186
224,949 224,949 000000000000001edab5ab810e5a37c5db865a1eda94a2a33cb77b91526179f2 0.00 MB 1 0
224,948 224,948 000000000000031086024f0686f16eb63cbe050609403106eee05421c8da5dbc 0.01 MB 37 41
224,947 224,947 00000000000002a5f68f25b5850634664bfcbcb17c4c086bdd380ce22516b32d 0.10 MB 258 267
224,946 224,946 0000000000000096a684f6d9ce56b9c2ecbbdc797be4e790952d32cb99c1f3d4 0.00 MB 13 208
224,945 224,945 000000000000003fa1063f51c42c05a90a8d689614c4721d4041dc0cb8ecab37 0.02 MB 7 60
224,944 224,944 0000000000000367bc27c01a8871e3311e3ea7c4c1ac2f911ae758a88cf154f6 0.01 MB 21 127
224,943 224,943 000000000000024ab8e9252bd2aace3095dd8b5c2eec717483fc917f078fe4c1 0.03 MB 38 88
224,942 224,942 00000000000000721fc4eb8b6b9f3aaa99e2298f1133355f352b94df05629486 0.11 MB 250 182
224,941 224,941 000000000000029ce5b3a8084d9b2151caf9170ae61b79cfc80d582b2ee5839c 0.03 MB 58 129
224,940 224,940 0000000000000342662d605b998d913c2353f80bf6f0ac02a093dd44e4fcedea 0.05 MB 135 236
224,939 224,939 00000000000002639851a4f81b16812710aaea84256ae1a16c9f5432c5e39edb 0.01 MB 24 132
224,938 224,938 00000000000000c33487d35f51309a291e56277523772cd15e3202efa885d2f3 0.18 MB 337 140
224,937 224,937 0000000000000286522b6fac9fa9a164bf32a4b1803e49c0f780e7630b095c61 0.05 MB 111 164
224,936 224,936 000000000000017a29da4d083f6fcb9bf95cb66b7d9481245acbbdb2b7c72345 0.06 MB 128 243
224,935 224,935 0000000000000279e44acded306ac0c9f53bb50cbfd25703d9fd538737e911ea 0.05 MB 108 183
224,934 224,934 00000000000002f9aa0b43ad04120d8f08e878e3c0e9de18bf1f618077a179dc 0.09 MB 182 161
224,933 224,933 00000000000003cfe179055cc78483b84c9306f4ba8edfb1c8eb2d5836877549 0.01 MB 28 230
224,932 224,932 00000000000001317da7ea30f74181845993312ffbe5b46c12b260473c2c6f22 0.11 MB 144 45
224,931 224,931 000000000000014dcf076e73cb1fc49b20a1d051a7125db9d00197fd4d92e7ea 0.17 MB 315 176
224,930 224,930 000000000000002e231b4967fd3a60e667c0ba89703f13bc502acb945de98a43 0.13 MB 325 212
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

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