Loading Tool

Explorer IconExplorer

Memory Pool

43,398 transactions
28.64 vMB
0.06794909 BTC
Random Selection Loading Transactions
Max Size: 147.95/200 MB

Candidate Block

Mining Attempt 57756e1e6dfcc83500c4166a440ad55fe01f7d4ac85898d18998f09b585f8474
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root c056ff10cd1c40a3d7f8e006704db27cb5bc93fcb9f24715d1aa7f4f628c5bcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,355
Size: 1.00 vMB
Total Fees: 0.01206527 BTC
Feerates: 150.75 > 1.21 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (126,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,237 788,237 000000000000000000004657b79b5c47f46327cf840d34ecd6967283f4befb19 2,887 1.00/1.00 vMB 101
788,236 788,236 00000000000000000002f0d32c7633c015ac093a5c16afa4354c4091a07dd324 3,541 1.00/1.00 vMB 115
788,235 788,235 000000000000000000042fc3def48b9a3f8d8e707c32e13e7c4d86ce8642ee08 4,053 1.00/1.00 vMB 57
788,234 788,234 00000000000000000000479d25153986db8a334208edc5f1b689138eaa6027a5 3,432 1.00/1.00 vMB 71
788,233 788,233 00000000000000000003b7b27feef2ec954b3e16eba71ffb11517ac307a3459e 3,625 1.00/1.00 vMB 90
788,232 788,232 000000000000000000032306928e309e8064abc7abe6306598651a775500252b 3,836 1.00/1.00 vMB 150
788,231 788,231 000000000000000000018b2db4a8da7f2d50158cf3828537ee0b82d2280c389b 4,102 1.00/1.00 vMB 18
788,230 788,230 00000000000000000005c16c09d8116999b23b9ea15489c91827d5b47b35a6ea 2,998 1.00/1.00 vMB 22
788,229 788,229 000000000000000000045d4079d916bd18449c17b3979f08452368bbe097c1ca 4,036 1.00/1.00 vMB 36
788,228 788,228 00000000000000000003f80f1cfbfe8eb73f39b042267f71c92edfbb8dc32d3e 4,218 1.00/1.00 vMB 37
788,227 788,227 0000000000000000000015427ee78d5de64157f1a0f4b517359dd7d992eb70c6 3,664 1.00/1.00 vMB 58
788,226 788,226 00000000000000000004390f5583cf0b44e6c39256025f412f41563fd5562cba 2,434 1.00/1.00 vMB 133
788,225 788,225 000000000000000000025b383287207b670a3f40aeec7d24cebcdfbe4589d7e2 4,130 1.00/1.00 vMB 45
788,224 788,224 00000000000000000002f424be5ad6a862500c1c50fffff5f33afc2f6ad46ba1 3,072 1.00/1.00 vMB 31
788,223 788,223 00000000000000000001a6f4e75ef6696269ceac66c9d1fb9b6013c83cf49b2c 3,084 1.00/1.00 vMB 55
788,222 788,222 00000000000000000000e15e1528f485c710df154fc07fcc2c45698d6092c882 3,214 1.00/1.00 vMB 22
788,221 788,221 00000000000000000004c098a7f0fc545d90473c485a21dba6b20e5317920738 4,038 1.00/1.00 vMB 33
788,220 788,220 00000000000000000004573840e36291fac25e820ee56333b4f6aa7f744d5b6a 3,461 1.00/1.00 vMB 50
788,219 788,219 00000000000000000005be7ca54f3aaf8f70fa5c05eba27275480b7c99a70818 3,254 1.00/1.00 vMB 114
788,218 788,218 000000000000000000022213b361f59cba479e5e6c96d5fb5518e5fe9eb8164e 3,571 1.00/1.00 vMB 18
788,217 788,217 00000000000000000003b4ee8c0946f44896aeeb9215d7fba73e7b2c0092ca72 5,406 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 12.00 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.