Loading Tool

Explorer IconExplorer

Memory Pool

53,718 transactions
32.03 vMB
0.15360802 BTC
Random Selection Loading Transactions
Max Size: 171.11/200 MB

Candidate Block

Mining Attempt 5873c32b632b23b4035fae0941dfba1c68523e0ba435725ff79fa132bdb8d90d
Version 20000000
Previous Block 0000000000000000000156b87c929dcbe2f3858c58e7ca3719bcdfd58093d240
Merkle Root 45ff6df27e76dc621edaa750ff13d83f003accd461302ffad7ec55e95101a5f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,399
Size: 1.00 vMB
Total Fees: 0.05558578 BTC
Feerates: 101.68 > 5.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,822 (331,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,169 583,169 0000000000000000000b3b34195b16f7462a63e320ed7c1d8d2cdbee25104366 1,789 0.59/1.00 vMB 78
583,168 583,168 0000000000000000001aafbcd7b7ea5beac57cd5fa6a05eec249c54cd1988837 1,502 0.56/1.00 vMB 68
583,167 583,167 0000000000000000002238bcf3360b2646cca5b1e350b59bba5d2ce13b99b197 1,047 0.33/1.00 vMB 63
583,166 583,166 0000000000000000001aef06de86aa532c4ebb5e075644482aa46c7de8536264 2,947 0.98/1.00 vMB 79
583,165 583,165 0000000000000000001103c3277a6369b38f5ca572c5e2d4b94cb2c91dd5d51b 2,119 0.71/1.00 vMB 71
583,164 583,164 00000000000000000019450955db0cbc7faef7155546f5d3f64eb17613d4c2f5 2,417 0.81/1.00 vMB 73
583,163 583,163 0000000000000000001efd827d97769e7ed19d6caee7d12d6b5852cf6b9fb254 2,775 0.98/1.00 vMB 76
583,162 583,162 00000000000000000022adfa25cf5293c6bf5b009128df18e34434a39d9492f4 402 0.27/1.00 vMB 54
583,161 583,161 0000000000000000000a460d0e2bfca321abfa75361c782a2701f6ed2afde622 2,059 0.70/1.00 vMB 66
583,160 583,160 00000000000000000012b04c5de7241cdf36cb9e9c2775dddc30a6f6b7cb90ee 1,635 0.77/1.00 vMB 87
583,159 583,159 000000000000000000102fa6915aeb0c36881b5cd9e62db339df03666337b56a 2,348 0.86/1.00 vMB 79
583,158 583,158 0000000000000000001255b21089ccd971f8edc33325f33a229dbbbfa55f4039 1,591 0.68/1.00 vMB 85
583,157 583,157 00000000000000000013dee35727ffd159daf353206e1f012433a6bc4984a65c 2,456 0.92/1.00 vMB 4
583,156 583,156 0000000000000000001b2b7db6933aee9bcc6571df1e8b1a08df48f3aec5ce82 2,537 1.00/1.00 vMB 78
583,155 583,155 0000000000000000001f9e2c3f789a5ed95b0cd64d81af0d89fd009fcd6f4367 3,169 1.00/1.00 vMB 145
583,154 583,154 0000000000000000000ea1127697d35124a3d4ffbff601873a0655e9caa97dc5 1,422 0.50/1.00 vMB 69
583,153 583,153 00000000000000000015815cc44e1649d9aa06430744518cc4664ef87d9db89c 800 0.34/1.00 vMB 71
583,152 583,152 00000000000000000013927751fdd097065d32baf23cf163ae304e05ba881938 954 0.58/1.00 vMB 5
583,151 583,151 0000000000000000001afe3d182f3a54b93d1cfe7120bb71023f13dc0eb9183a 3,197 1.00/1.00 vMB 54
583,150 583,150 00000000000000000014012bd2244e9dbc59e0fc1e94809f3e19186df7b3e00c 2,975 1.00/1.00 vMB 91
583,149 583,149 00000000000000000005cba8e588bf4fa7b4ef084be9024c91cdd41a115c34f0 2,813 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.07 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: 651.27 GB
    • Received: 13.52 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.