Loading Tool

Explorer IconExplorer

Memory Pool

32,842 transactions
25.65 vMB
0.07439179 BTC
Random Selection Loading Transactions
Max Size: 128.29/200 MB

Candidate Block

Mining Attempt 56599a321812febffe91ef3d24417445bbbfe58367f8d575ccf0e26ae21c20af
Version 20000000
Previous Block 00000000000000000000642395af6c167a3a00b6dac8fbc226ea1889e0a9bf07
Merkle Root 897f24c8f7a2d74f608bbf4598eaef640bc98cde1c77839e0995025f4d1e10ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.02720655 BTC
Feerates: 526.32 > 2.73 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,208 (802,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,370 111,370 00000000000075a72a3733aba9652187432d80659b96243fb095887e2b560383 12 0.00/1.00 vMB 14
111,369 111,369 0000000000002309e48f4319daccc1ddc8bb61b09a181c433051c069d8d6fe64 12 0.00/1.00 vMB 10
111,368 111,368 0000000000000860686ddf720d1d783e47ff08b5dce42bd16f041d2d9e90358c 9 0.00/1.00 vMB 7
111,367 111,367 000000000000afe906f1216a3720c5328c175936b5a9cd77eaa46a338bf94e2f 20 0.01/1.00 vMB 0
111,366 111,366 000000000000c7bb65eca2f2787a731180913675dd322b25354b5a26c9a1295d 4 0.00/1.00 vMB 1,317
111,365 111,365 000000000000fbe77a24639ae7a2fad8c94d57ec348143553f4243f8ea7ba53a 3 0.00/1.00 vMB 38
111,364 111,364 000000000000d10e65a313d061d5c0eab3bc291272802c5f071cfcf298302a72 1 0.00/1.00 vMB 0
111,363 111,363 000000000000dda3cbce6e9cb9fcac3cb064ee3dd5ff2f8e964370c59701c1e3 5 0.00/1.00 vMB 11
111,362 111,362 000000000000b21edead7885990581eac4deaf288dfa821312d513ffa2349279 4 0.00/1.00 vMB 25
111,361 111,361 000000000000e829cc15a05c6bd0d15bfaa8afe502c312dc3ee6502d90e8eda4 3 0.00/1.00 vMB 38
111,360 111,360 000000000000677e6265d2b800b1fde23de9d1d55557e6d06aa4999f649e412c 1 0.00/1.00 vMB 0
111,359 111,359 000000000000c60d01f2db2c10b8267c672cbef8a879fa157ba4ea8d2d5f38e9 4 0.00/1.00 vMB 44
111,358 111,358 000000000000499d6c63bfba1008fb990aad50d607b48bfa85c03e6d52c568a4 17 0.00/1.00 vMB 36
111,357 111,357 000000000000007bf7876a95ee9e39834ab7fb3ce169087069f946538b0964d2 12 0.00/1.00 vMB 3
111,356 111,356 00000000000031014407592eb166ff5e0b0c9ea35c8095c9d6db5b5a87a4a998 9 0.00/1.00 vMB 6
111,355 111,355 000000000000db0a9da2ac23cdfddcc493a9779da38d7ef6322914059bdeb532 16 0.00/1.00 vMB 0
111,354 111,354 000000000001241b89182f5bd951bfdce2166463fefc72dc013f099e30952eb1 12 0.00/1.00 vMB 0
111,353 111,353 00000000000050de084d22a09c3396986d837da566517291b1c53df904703e7f 9 0.00/1.00 vMB 10
111,352 111,352 0000000000005ee2d73a3d9d249eca7dd06c9489be70824bf0bc5c8cce3dc5b4 12 0.00/1.00 vMB 378
111,351 111,351 0000000000010fc21ffecbf14bbf2d76a50acf38ab117cf2ec04a8f7e011da98 12 0.00/1.00 vMB 17
111,350 111,350 000000000000ae8ce53fe2a1c5346e9f0b18316aa635c8c4c2e6d989a7def9a1 13 0.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 780.96 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: 573.89 GB
    • Received: 8.09 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.