Loading Tool

Explorer IconExplorer

Memory Pool

42,140 transactions
26.43 vMB
0.05559678 BTC
Random Selection Loading Transactions
Max Size: 138.22/200 MB

Candidate Block

Mining Attempt 508d39761c8f8f7c0315053c062057a3381af91770ea3ac792dbdda93ab8deba
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 193da762da5ea757a0acbe1cf50adba28336dbdca280abb8127010392ee8f4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,528
Size: 1.00 vMB
Total Fees: 0.00712720 BTC
Feerates: 150.77 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (749,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,346 165,346 0000000000000ad3ca81fb434b7b0adea76a941d1c1186f0ec811dcbd8aba6aa 22 0.01/1.00 vMB 224
165,345 165,345 000000000000049de33b16dc102cae93e13acad802a3c3d4f855b03fb6b78532 75 0.03/1.00 vMB 125
165,344 165,344 0000000000000010c2a6d679a876e529d7ab0f1b8a614464615772d90a238d05 12 0.00/1.00 vMB 62
165,343 165,343 00000000000003a44cfe412744d00331eba681c6a5fa8e1b7251ec25e609f76a 91 0.04/1.00 vMB 34
165,342 165,342 0000000000000887a49e6b5cd711e1403d1ead44882e8f40fbebe2f74728c01f 18 0.01/1.00 vMB 0
165,341 165,341 00000000000005486e0c4fe1c1382ee67d49ca838d8a3db035f3d75dae4a7648 48 0.02/1.00 vMB 14
165,340 165,340 0000000000000aaf60fdbe0457b702cb22ac75a3071c727ca8636c3a69e84ceb 11 0.00/1.00 vMB 263
165,339 165,339 000000000000028a26e04c6280cd12a07b986409628bdfd97a0ac6a618e5a11b 15 0.00/1.00 vMB 0
165,338 165,338 0000000000000ba3ee1c9c3a2f56c302712f7ff4a763fc196596e1e14763ff9f 38 0.01/1.00 vMB 126
165,337 165,337 0000000000000add8ae23d748a1cd28eb2f74d74bd9f47971971d3621079c8f5 5 0.00/1.00 vMB 554
165,336 165,336 0000000000000b23b558566410c85d82e43477b9acde7da6a15de885d9b7d8c1 5 0.00/1.00 vMB 526
165,335 165,335 0000000000000638d9bf8175d619f25a69f30dc11bc1e2fb0d9b475863a24dba 142 0.05/1.00 vMB 62
165,334 165,334 000000000000034f5a1611711e019f698fe459c06c8360835d35da3e006e0137 83 0.04/1.00 vMB 147
165,333 165,333 00000000000007dae0de72962af59aceb787d4728608065f2372071be8c33671 56 0.03/1.00 vMB 224
165,332 165,332 0000000000000102807a9392dbcb65c50d32b1c9ce05edf23c058a27cf0244e9 51 0.03/1.00 vMB 68
165,331 165,331 000000000000007eab2435b77abd131710e27cec84177862fd5b124585a7ba93 18 0.01/1.00 vMB 28
165,330 165,330 00000000000008a4f2794afe3c389bdbf455103b2373c2533a53be165d22853a 33 0.01/1.00 vMB 33
165,329 165,329 000000000000009338b1e039773f6ffd8444c9625de656c0588b84bcbbe6f4ec 133 0.07/1.00 vMB 98
165,328 165,328 00000000000002ea6e7885c081ce6ec1a97d2857d424797378f84dd00ce5cbf1 15 0.00/1.00 vMB 1,675
165,327 165,327 00000000000003fa3d473250bb4ff91cb0b3dca1e9f804e82fe2bd516d807a71 34 0.01/1.00 vMB 242
165,326 165,326 00000000000002a49cfb1b6beb1612744247bf0f438f040cde45a1d0c47ad95d 84 0.03/1.00 vMB 597
Previous 10 blocks ↓
Total Size: 782.18 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: 653.65 GB
    • Received: 13.98 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.