Loading Tool

Explorer IconExplorer

Memory Pool

37,323 transactions
25.34 vMB
0.05198535 BTC
Random Selection Loading Transactions
Max Size: 130.48/200 MB

Candidate Block

Mining Attempt 6b47fc73c83f38bac5cf5b576a449d7474ef48e2141899e54ef8577213674a96
Version 20000000
Previous Block 00000000000000000000a6a8f5de49fbdec5568798a22c7444a7cf050d6d96e9
Merkle Root aab13e9b93ba8a5a349628ae79fed9af3bbb578877396ab56b404bc779d3a25f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,538
Size: 1.00 vMB
Total Fees: 0.00645373 BTC
Feerates: 100.36 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,767 (64,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,243 850,243 0000000000000000000136ed8454d3d172b0701eb988eab4f4730bae74a7cbc7 3,951 1.00/1.00 vMB 16
850,242 850,242 000000000000000000019175adc96a475387cad000b283b230ce65d9d175b02a 2,320 1.00/1.00 vMB 8
850,241 850,241 000000000000000000010e31fe7b9e6dcff9265afc547a361a6a552f93309d5a 4,567 1.00/1.00 vMB 10
850,240 850,240 000000000000000000035063f3013631cd1673250e3f7fc1afa0834b1e776eba 4,528 1.00/1.00 vMB 15
850,239 850,239 00000000000000000001466970f9dc07c8cf9594ad8f54b6f9c968d749fc1efd 3,837 1.00/1.00 vMB 19
850,238 850,238 00000000000000000001ab6a43bf4adfef17d2149d891a4d690f57d52c4d1f94 5,262 1.00/1.00 vMB 14
850,237 850,237 00000000000000000002f4704738a5908a9e9f6066d2f04a54dd82fec037927a 4,487 1.00/1.00 vMB 9
850,236 850,236 00000000000000000000f17330274f7ce424de2a988e9b2067d5d72a20aa16e9 4,133 1.00/1.00 vMB 17
850,235 850,235 0000000000000000000149834e3ec441ada44f4dec36e3428667172309380fa8 6,883 1.00/1.00 vMB 7
850,234 850,234 00000000000000000001da330e3273b19181a295eb1bc37c6f668b2036d04deb 3,145 1.00/1.00 vMB 9
850,233 850,233 00000000000000000001e85ad6126bc8cc2e55aab942f80226889b10decdfd05 3,903 1.00/1.00 vMB 11
850,232 850,232 00000000000000000000a79afcfefe8c9f39ca226d0b2cfd879713f45ee0dd9a 4,377 1.00/1.00 vMB 17
850,231 850,231 00000000000000000001f24ed0159fc45bd6406c448c4a6581f79007b30b92f3 4,585 1.00/1.00 vMB 10
850,230 850,230 000000000000000000021a324aebaa06b4c415fce6ca1db1a069ef8f1774aca1 4,893 1.00/1.00 vMB 11
850,229 850,229 000000000000000000022833de5b8d98d4b727db3a8423308af6698e01b6d360 4,222 1.00/1.00 vMB 22
850,228 850,228 00000000000000000002ed862669f261fcef4dd14ec14876adc54b0907c023af 4,212 1.00/1.00 vMB 16
850,227 850,227 00000000000000000001be5446d26b20b04d117b140009ead23cd6a94b42bbcb 3,117 1.00/1.00 vMB 8
850,226 850,226 00000000000000000002acf0048be941c04d9789c4f940f9b20aa7c0fb231a01 3,454 1.00/1.00 vMB 11
850,225 850,225 00000000000000000000b539e4c882ac2feb3226f6e727591fabff19aed76bcb 4,562 1.00/1.00 vMB 16
850,224 850,224 00000000000000000002b0248ebc20254199b46a2d5044b4f8f2be2d4d81b6d9 3,697 1.00/1.00 vMB 14
850,223 850,223 00000000000000000001ea26b90762e4d19e791283166c2c0f5c9eff6a8adaa7 4,026 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.