Loading Tool

Explorer IconExplorer

Memory Pool

82,379 transactions
31.66 vMB
0.11237681 BTC
Random Selection Loading Transactions
Max Size: 190.30/200 MB

Candidate Block

Mining Attempt 81793343db741651bef6f2016b9023d966ee2beadab3463c3d426320de7a33ea
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 957be7c70b1c497b140dd5b76882e867af40292c41fb54d3b5f9247e42e23d3d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,228
Size: 1.00 vMB
Total Fees: 0.02876777 BTC
Feerates: 318.30 > 2.88 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (555,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,154 360,154 000000000000000006e6e7824cbdc05abd492ca87fa67f0390fb27d1eb3b1e3d 308 0.43/1.00 vMB 9
360,153 360,153 00000000000000000ed2286fe97cdba8e77d46e03c5a58ae995892aa9c3a1dd9 1,235 0.75/1.00 vMB 12
360,152 360,152 00000000000000001678c1c05a229baaf29f22ab1e2bc30e0d570186ca4e3ee4 1,195 0.76/1.00 vMB 24
360,151 360,151 000000000000000016446104a2ff54c2a877a83b8a8c0af86f48fe50f6c584f0 647 0.75/1.00 vMB 17
360,150 360,150 00000000000000000e0d0246eeea278d99bad9d960de01b8c2d8cf49ffb7a88f 2,143 1.00/1.00 vMB 31
360,149 360,149 000000000000000003e85310cb8f3cfca371909b06f2ac3129f68023c3c1f6d9 1,180 0.75/1.00 vMB 23
360,148 360,148 000000000000000015066580ebfb1de084488a95332b1a3cce5a1be50f6a4f5e 2,508 0.75/1.00 vMB 64
360,147 360,147 000000000000000005f259d3e09468d395146bca56b44a352760d5f3ec0f7ebb 836 0.75/1.00 vMB 20
360,146 360,146 00000000000000000b1122d002312412ea7769efea740d588ac4f009d37d448f 1,983 0.75/1.00 vMB 34
360,145 360,145 00000000000000000c20870d0e35c72f8393e1c089e5dfb86cdf86039c25ce42 304 0.12/1.00 vMB 28
360,144 360,144 0000000000000000135d24dbc97205cf75578353f427d24185d3274494b89530 1,398 0.76/1.00 vMB 24
360,143 360,143 000000000000000012b1b5940f0924cb9f48a8ce81d72aa03d8141c5b37338b0 1,973 1.00/1.00 vMB 27
360,142 360,142 00000000000000000687405bd305af25bd52b19fe842acb587deae7d90083307 1,110 0.49/1.00 vMB 30
360,141 360,141 000000000000000008d28c95f7f16b8d8100199aae36c47e2ef7e5a72fbe4976 124 0.10/1.00 vMB 11
360,140 360,140 000000000000000006c8e3c58c7b32cdb683e82fc8165cbc30e9dd4cd406012c 1,675 0.75/1.00 vMB 31
360,139 360,139 000000000000000010fa1d2274df6da4e4cb3a3aa33ac71478578f4d680cb22e 306 0.16/1.00 vMB 26
360,138 360,138 0000000000000000004d4333325985382193edf81f213fe49620339dee2c49ce 504 0.25/1.00 vMB 22
360,137 360,137 000000000000000004558772e38db5c2c4c04d00db6031271bc3e249de7d5fe2 1,777 0.75/1.00 vMB 33
360,136 360,136 000000000000000013b975800e1e1cfabd8023a3cc3254ee60dd5d347a0192bf 35 0.01/1.00 vMB 38
360,135 360,135 00000000000000000a4b0b51885528f1715bfc7254931a393f6406069674a763 419 0.22/1.00 vMB 25
360,134 360,134 00000000000000000020a31bb4b4e519174f5648aaa677166a176d72c83a302d 1,093 0.54/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.00 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: 718.78 GB
    • Received: 17.95 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.