Loading Tool

Explorer IconExplorer

Memory Pool

53,033 transactions
29.75 vMB
0.14874480 BTC
Random Selection Loading Transactions
Max Size: 159.45/200 MB

Candidate Block

Mining Attempt 3dea281f8ccdb8ff1d48c2ede6428df96fc309b69dae3e07b7a672b44ab44c51
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 19d02f543cdc97fc6427de6a1fb26d38902a61a55a6e07727e036329d0baf126
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.07664175 BTC
Feerates: 445.47 > 7.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (160,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,362 754,362 000000000000000000026b116e7d397711c4a84e87766c81d917937b9322273c 2,790 1.00/1.00 vMB 24
754,361 754,361 0000000000000000000368c86781d6b57021ff7bcc25702a991d45571dc45222 3,487 1.00/1.00 vMB 35
754,360 754,360 00000000000000000006cf42e138093fdbea3be8049e569aed91878bc7b32ebb 2,669 1.00/1.00 vMB 24
754,359 754,359 00000000000000000001ba3b639d6a4339f7d2c865c0f332f00d1715011f2edb 353 0.26/1.00 vMB 4
754,358 754,358 00000000000000000005c3ae0c4f41c8240e27ed36f09a15711fd24302ddfc1d 2,752 1.00/1.00 vMB 13
754,357 754,357 00000000000000000004bfbb6de79ee9135c7033077f6068c27a3b8bf7c9775a 56 0.01/1.00 vMB 13
754,356 754,356 0000000000000000000100a150adcb6ce616a3475be98bc8cb415ccea975095c 1,022 0.45/1.00 vMB 12
754,355 754,355 0000000000000000000602b510738651aa21a0d2f6901c48087418afca347b77 69 0.04/1.00 vMB 7
754,354 754,354 0000000000000000000763825e65b6dd42a38f22e7f99e2b5f9f307c59ad9336 2,036 0.87/1.00 vMB 11
754,353 754,353 00000000000000000003edc7dfd64da19154d28880fe753906058c450f5ae8c7 1,710 0.52/1.00 vMB 14
754,352 754,352 0000000000000000000260adb14c4b8759d05c5c8d0edbdc2a82f184bc779055 553 0.55/1.00 vMB 3
754,351 754,351 00000000000000000006769ff2e2538a7ca966b3142e49000eabb9bf3a1a1c05 895 1.00/1.00 vMB 1
754,350 754,350 00000000000000000007d2a6d28f66f79b990f094131b7432f30c2b572df7bfc 3,239 1.00/1.00 vMB 8
754,349 754,349 00000000000000000005fc0aaa8b60936b02d1146004db3b2f69fe217e6617c3 2,903 1.00/1.00 vMB 18
754,348 754,348 00000000000000000002ade7df3e1bce3ee02a4496de9bdbddf018931b15dabf 2,416 1.00/1.00 vMB 10
754,347 754,347 000000000000000000026a5be2799eea4ccac87c9d86bda2e0fa8ed28f3d6388 3,562 1.00/1.00 vMB 24
754,346 754,346 00000000000000000005f9ae8c6477566e4873a927e6b46157d94fef768731a0 3,025 1.00/1.00 vMB 25
754,345 754,345 00000000000000000001e23ed7c3a99a40e8ea7d19610a35624b1e61df431eb7 962 1.00/1.00 vMB 17
754,344 754,344 000000000000000000057d9e2a77c2e91be7a94ffd75b87bdf5c0afb182693da 1,049 0.52/1.00 vMB 5
754,343 754,343 0000000000000000000660e79e047a79ad64c75bc4ea8c4591eca6d40b1de2c1 2,363 1.00/1.00 vMB 10
754,342 754,342 0000000000000000000858fed62c2d85dc967ad1b025ca796b693c930d12d61a 3,354 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.