Loading Tool

Explorer IconExplorer

Memory Pool

25,104 transactions
6.81 vMB
0.04352191 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.15/200 MB

Candidate Block

Mining Attempt 5c5b3810bd731aa5d299b255dca3af3cc776c966785fc1b7341ca9fa157a4d80
Version 20000000
Previous Block 00000000000000000000959c0308c4656bdb7b0822aa4e9eacb8878a36969eaf
Merkle Root b1219f480f4298b6c6d251f52f5de997ce7efe8b25077a1ef93bb03d39ea0c03
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 591
Size: 1.00 vMB
Total Fees: 0.02169563 BTC
Avg Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,114 (725,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,217 187,217 000000000000013f560338f39719056cdd11fea7833aba2120d399b72066f13a 0.05 MB 133 151
187,216 187,216 000000000000034fb8442672a9896ab6fa624d3959bfc9aa7d12b06b32088269 0.11 MB 256 116
187,215 187,215 00000000000003fde9f5095caa3eea9366abee36d5a01ac741689bd74678f5e2 0.04 MB 61 67
187,214 187,214 00000000000004f891f95df44a1072c385fa0e37ae2acfc66842d2414b7e0133 0.30 MB 747 140
187,213 187,213 000000000000064e83626697ae06c3f0a1c7156b0425fd9a18d36cec919f0d44 0.02 MB 75 7
187,212 187,212 000000000000025a40fe77b01cd812238d7cab40f676c02462caebda713cde31 0.05 MB 116 93
187,211 187,211 000000000000074a3a8a1dfdac5f6cd90874980992115a4e390946996ee41395 0.25 MB 664 131
187,210 187,210 00000000000000bf36b5199a78c835333f81148745fa6498ca8cac3dcb379de8 0.00 MB 7 596
187,209 187,209 00000000000003f04e7f17e7f24ca6022961d5699448b09ef8e07d61a9b19fa4 0.05 MB 118 127
187,208 187,208 00000000000008401b8ca2a4a2ca525fc175d1a825ef4fa669a366aa53766bdc 0.02 MB 70 5
187,207 187,207 00000000000001d6e6377871226a9e417c98d26983c33daced4f723ee56e5032 0.05 MB 139 89
187,206 187,206 000000000000058f78a5340ff6e71964aa7c9d577eb50915a9ad2e44afa53ba5 0.26 MB 721 138
187,205 187,205 000000000000085b3d0f2a14a992133a89471bb835ef4342980ed54cdfa82005 0.18 MB 391 116
187,204 187,204 00000000000008075c4c16eba99f6253b00c4c4c726f6e3e058606965b92ff18 0.01 MB 32 215
187,203 187,203 000000000000031ade8b78ee10ffc897206dcdbe6a6b48aa6cb96034581ee89d 0.25 MB 682 149
187,202 187,202 0000000000000164361d3b50c2350f59cbcc0e7c62ee5ae01fd0dc6d635cb2cc 0.03 MB 78 86
187,201 187,201 00000000000002180dcf38a2c747de22a97fb548fc48412555118bed7e42ef1a 0.02 MB 49 93
187,200 187,200 00000000000005976f66382caf10f1f4c2a7a256b1d2dc8efadd64353d3a47c1 0.06 MB 215 25
187,199 187,199 0000000000000169b36839b1e43007148ec615b652241db600776c08982ed572 0.16 MB 539 176
187,198 187,198 00000000000000587cd9018ee18a083fb575832c91befa35005d5eb15c23305f 0.00 MB 15 15
187,197 187,197 0000000000000859901f858f07751392d27e0cef9c8a2e897fa8590a6059981b 0.00 MB 10 294
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: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 116.79 GB
    • Received: 0.47 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.