Loading Tool

Explorer IconExplorer

Memory Pool

80,711 transactions
29.90 vMB
0.12121405 BTC
Random Selection Loading Transactions
Max Size: 180.10/200 MB

Candidate Block

Mining Attempt 7965a180e260cfaf570d5769ac4bed8d6c35d3a8bc65b142084a7a456fc47034
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root b4f77c5a74fd3a1612c5e6b6048ae1e60f36c59da94c386aec7cbc2b65f0f770
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,954
Size: 1.00 vMB
Total Fees: 0.03381184 BTC
Feerates: 149.47 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (488,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,433 426,433 0000000000000000022142ea2820dc406e545786b57167890e42621e6787ae86 2,347 1.00/1.00 vMB 54
426,432 426,432 0000000000000000019c455da55632ada8806dd5c2c3f3d4fdbef6936a794e1d 383 0.16/1.00 vMB 61
426,431 426,431 000000000000000000d18cc48ede456684b3eeaab17e3cebb4da7248135d8ca9 158 0.05/1.00 vMB 67
426,430 426,430 00000000000000000404cebcd4c6c374e37ef3c99fb2d8f460d39746894e11c7 480 0.22/1.00 vMB 57
426,429 426,429 0000000000000000050a4a4cd3f10106a7ef31878bfd11d54fb4bba8edbf5ccc 768 0.34/1.00 vMB 60
426,428 426,428 000000000000000005004b7db3d355c93a1af19767f97a7d2bd417b9127aef3d 1,181 0.73/1.00 vMB 43
426,427 426,427 000000000000000002555f923b2271166b618ea92fc0b144a5a6dcf6daeceb36 2,806 1.00/1.00 vMB 67
426,426 426,426 00000000000000000300b39272e18a5a1e20a50ef3ecb345843f12b9b3e907d6 781 0.99/1.00 vMB 21
426,425 426,425 000000000000000002915b12c5d6419fc4dd722b705775564414bc1a9a9b04c3 313 0.14/1.00 vMB 50
426,424 426,424 000000000000000001c83619daf07509265ac03961cebc85579e4ca63d5b782e 1,025 0.98/1.00 vMB 25
426,423 426,423 0000000000000000036274bdd00042870d71f6664b3f40351806efebd16d3708 1,203 0.99/1.00 vMB 33
426,422 426,422 000000000000000004fa7a9244db2644e82ba0d6e42abbb6d89fdb6d60a04625 274 0.12/1.00 vMB 59
426,421 426,421 000000000000000000995e2bce161a4315e785ac4118ffa3bd72e8feffa67a2f 129 0.05/1.00 vMB 61
426,420 426,420 0000000000000000021674d703f7e96db75a1189dc7371a73a7389ff10e313a4 509 0.99/1.00 vMB 16
426,419 426,419 000000000000000001dea929893b125531871d6930bf1c0dcc0924d3d974c96c 2,418 1.00/1.00 vMB 65
426,418 426,418 000000000000000001a6fbfa302f696c48b95a809e4faaa6e4e94c95bda9e143 1,784 0.65/1.00 vMB 66
426,417 426,417 0000000000000000044ef16ac77c89fea0f9f88c5f2c2403af39f242dfa1ded9 1,121 0.51/1.00 vMB 59
426,416 426,416 000000000000000000d34af7f96bb083c5130f18ed5698ad7392ca1df9eb404a 1,601 0.73/1.00 vMB 59
426,415 426,415 00000000000000000287cb2e7cc441b347f6b0c2f09473fefcd6481c037a168b 287 0.99/1.00 vMB 10
426,414 426,414 000000000000000000364942ddf2bf32977301c9aba87307766e3b70ff3dbb2c 809 0.36/1.00 vMB 57
426,413 426,413 00000000000000000457bf145eeb775c1e19182a53eb8d5a3b55ed82f0fb9b37 345 0.18/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.91 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: 713.85 GB
    • Received: 17.49 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.