Loading Tool

Explorer IconExplorer

Memory Pool

11,433 transactions
4.06 vMB
0.04947103 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.67/200 MB

Candidate Block

Mining Attempt 3133673db7f89fd24774703ed9e7e6a4c32b17a2b26a33ca275d2d1a929053ca
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 18cf8445374997600592a0322f066b19529a8ce891f667fa81a0db57917c508f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,997
Size: 1.00 vMB
Total Fees: 0.04456922 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (630,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,310 283,310 0000000000000000d2b96c3bb4e95b93221abc343025a4085e563458bd1fab4f 530 0.49 vMB 22
283,309 283,309 0000000000000001e242dbda0635ea0a4d05337ba03dabd274b6f17f05ce6095 715 0.35 vMB 36
283,308 283,308 0000000000000001f4193a8b6300963073f06b860b8b157731a17cea42babe52 1,101 0.35 vMB 58
283,307 283,307 000000000000000178ab7f1cf30fb439c6647e833823806452009d6739a232cb 161 0.05 vMB 220
283,306 283,306 0000000000000001db85cdb5d98eb57774124643d58bba331ad0a915ad77a75f 450 0.23 vMB 52
283,305 283,305 00000000000000013020b03e1db3f1fd96c5988ae11cc21978eab7a1bb0038b1 36 0.01 vMB 53
283,304 283,304 00000000000000015bd3e97d5de7af1a391de8fd8786c21c8d663f4429b39039 26 0.01 vMB 32
283,303 283,303 00000000000000007b246335ea8d610cc00ca06b4e4f6be2c5a100b0b011d5d5 273 0.11 vMB 44
283,302 283,302 0000000000000001ca53305f22a01ffe6ef482d153688996c803e738841350d2 62 0.03 vMB 36
283,301 283,301 0000000000000001c39cd832b500feb3e7c14049fb3d24e98eb370f85016a131 233 0.13 vMB 39
283,300 283,300 00000000000000010a202e93c0da60fc605c2fed845f304e980e090cbb4359da 9 0.01 vMB 28
283,299 283,299 00000000000000017cd147d256efd52163827d7c36a8310ff2b786b6d994cf75 151 0.07 vMB 21
283,298 283,298 0000000000000001db85a843d5f28fd3973149def08a8f3f0a4c42dfdb574f2a 253 0.12 vMB 41
283,297 283,297 0000000000000001a0b32313c3e1e4d9d1c1e5d6956df52a849dd87d112d9dd2 50 0.02 vMB 39
283,296 283,296 00000000000000006b4d2039ffe8828fe19da26e76e057e76592415d9b5c8170 817 0.35 vMB 58
283,295 283,295 000000000000000055783520881b601b01a71359058c1ccc74a51e9a61cddfa0 497 0.23 vMB 38
283,294 283,294 0000000000000000a93ea2502eb75fec4301b16f66e1f8f0a91e27dc8d9b35d1 150 0.05 vMB 87
283,293 283,293 00000000000000013eb53b92d3eba139fb2f6d2e110d42c8c256cd7b5a398728 445 0.23 vMB 42
283,292 283,292 0000000000000001e3dd78d961b7cfc34994baf19b5a2ca19722201176200ba0 136 0.05 vMB 52
283,291 283,291 00000000000000018877cefe6d80bd782f8b154cbc13aa423f97e94b8ee4708b 85 0.09 vMB 14
283,290 283,290 000000000000000127101028b8b9231b2dad56b5d882255812f6abd3d99c50a5 128 0.06 vMB 34
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 347.59 GB
    • Received: 1.68 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.