Loading Tool

Explorer IconExplorer

Memory Pool

79,955 transactions
30.31 vMB
0.08626808 BTC
Random Selection Loading Transactions
Max Size: 184.79/200 MB

Candidate Block

Mining Attempt d77fd06b2da6d31aeb5efd12d8849f64fcfb6d46ff5b299676ff7258ee465353
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 3dd3243c689f7c85248bc2ed9461160d5bc9efc6b67d9c1f54e107d8dae7e9d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,549
Size: 1.00 vMB
Total Fees: 0.01859275 BTC
Feerates: 200.00 > 1.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (681,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,280 234,280 000000000000018309736dba0c845a111a72e42941005030412cb6053be8b7ec 228 0.25/1.00 vMB 89
234,279 234,279 0000000000000085ec0a4f93f0cb42c3ec7be690f8f418bf71239dae8f41e702 461 0.25/1.00 vMB 164
234,278 234,278 000000000000000593959b4e69d71d7f2632e9a93947b6491c9cd55a4a564264 848 0.47/1.00 vMB 133
234,277 234,277 00000000000000005d1ab67fbe7e011085d0b2e69d30c139eb6a957556027336 739 0.25/1.00 vMB 197
234,276 234,276 00000000000000aa7e2e584660ba975649c4fcc9c3e3a66f92c2b4859df24f15 32 0.02/1.00 vMB 98
234,275 234,275 00000000000001173ee75f7c29a3a72d6258b9e3c7d5d92acae37399e2db8968 483 0.25/1.00 vMB 3
234,274 234,274 000000000000003d3f388372cbe0899b82f4eecc9f39ef87e77223178b4aee84 309 0.24/1.00 vMB 122
234,273 234,273 000000000000011029981661e5f9cd2b0cb2fb44623e354a75610a5144c3c24c 308 0.15/1.00 vMB 148
234,272 234,272 0000000000000177606a8d7715505e8b5b932ba898e3c900e4a912b4b1ff9de1 32 0.02/1.00 vMB 66
234,271 234,271 000000000000007345eece60e8a25bee71742c1377ac005288c4a1705a37dcae 420 0.19/1.00 vMB 195
234,270 234,270 000000000000010a1e69fa54eedbf2afe3d31a1dbea10f0c9ee188035fb291a1 32 0.01/1.00 vMB 16
234,269 234,269 000000000000003f308dc61e1d639654f40047b6f6adc7e392579991bb56b57b 718 0.36/1.00 vMB 127
234,268 234,268 0000000000000168c917d0aa5007279156b07ba51aae97f5a08cc6e7f5ac26d1 861 0.25/1.00 vMB 113
234,267 234,267 000000000000014152f499f500941cb93289a81ba5982ec7658374e7ef97e69c 442 0.20/1.00 vMB 159
234,266 234,266 000000000000005cb713b13e6afa3dc3a6a804d62bea5ca90fb34c9ecba5b163 239 0.25/1.00 vMB 71
234,265 234,265 00000000000000ab61ee756e9e0069950112e0a7ae8b3c36ada3cd055b3e41aa 230 0.15/1.00 vMB 93
234,264 234,264 00000000000000e5a367b9b2f838d6f177832b75bb1f51e18c4bf421cb9f0d4d 494 0.24/1.00 vMB 143
234,263 234,263 0000000000000144681d6a178958aad2ef4bb39dcfe1cdf41f57e20c90a1cdda 340 0.16/1.00 vMB 182
234,262 234,262 00000000000001a6d6258ebb54881393f147f8c2fbc8c7384b3c436ca227b084 224 0.10/1.00 vMB 168
234,261 234,261 00000000000000612e983c3256915dbd5473e994ba256eb6225730e39fd134a5 406 0.16/1.00 vMB 192
234,260 234,260 000000000000005dc93e1b87b374f7849de9d006dfd9c429c076054068690bd3 639 0.29/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 783.04 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: 719.69 GB
    • Received: 18.13 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.