Loading Tool

Explorer IconExplorer

Memory Pool

48,629 transactions
29.32 vMB
0.09310749 BTC
Random Selection Loading Transactions
Max Size: 156.42/200 MB

Candidate Block

Mining Attempt 2ff11eb9de75145627fbc1d891a45c8b385a988e79f2ff62c3bdfb5c8df19168
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 5d433be1a5a09b0022013cbecf094d37447c979191e3f35d902fce02b89cf216
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,799
Size: 1.00 vMB
Total Fees: 0.03547906 BTC
Feerates: 150.93 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (426,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,382 488,382 0000000000000000001fb089a230707cee6c84d47a0baaa828bb0583ac55c8e7 2,128 1.00/1.00 vMB 134
488,381 488,381 0000000000000000006fb991128111057dae1fa5da3b549e5186253ee728210c 1,028 1.00/1.00 vMB 4
488,380 488,380 0000000000000000004faf2bda813f8bb94d7900c83d8fa6c2324c0429082494 2,123 0.97/1.00 vMB 93
488,379 488,379 0000000000000000008252c997056a9947a4fbaa26fb36b0ed1e740806c0a86e 1,962 0.98/1.00 vMB 42
488,378 488,378 000000000000000000411f15b5f2268d880e1bd37eb8003a3868199456c79227 1,636 0.98/1.00 vMB 38
488,377 488,377 0000000000000000007704305ecce6f94ed3223935b3364c3ae4073f0cd16355 2,482 1.00/1.00 vMB 112
488,376 488,376 0000000000000000003f15634956cf21c4e270746508a9a1359a868027aa04d1 1,835 1.00/1.00 vMB 77
488,375 488,375 0000000000000000007dc550df61c90a9f0e8d37ae55c4856a43fe8b213c26b4 1,830 1.00/1.00 vMB 56
488,374 488,374 00000000000000000016d86e02b3363f4b2d8f45ab749506040b6f8d0ecba889 1,916 0.97/1.00 vMB 72
488,373 488,373 000000000000000000997cc75635e7c48da5dc2461811ac470edb5c6668413b1 1,616 0.93/1.00 vMB 136
488,372 488,372 000000000000000000e49f046d613921e85854c5fd13b3a2fc0e9df8107fc4df 2,203 1.00/1.00 vMB 119
488,371 488,371 0000000000000000004fc39ed0c2bbc43349b4b80e89355f3c9d0102a1be8e6a 1,391 1.00/1.00 vMB 61
488,370 488,370 000000000000000000bb95029f23c04e653196709b3093003d372432642116da 2,097 0.94/1.00 vMB 112
488,369 488,369 0000000000000000000c0ca8b102fb866eb1e0bb80846184dfdc1ea3b63167aa 2,196 0.96/1.00 vMB 134
488,368 488,368 0000000000000000008ff44f5e8c99d42f5a5015b0745a4c74c107f1b30daa75 1,620 0.95/1.00 vMB 38
488,367 488,367 00000000000000000037b4a33d5558d6d6a9b93c08e4118eaff992acb5c2c433 2,393 1.00/1.00 vMB 150
488,366 488,366 0000000000000000008fb49db6f0b47c9b9c7fdebf837473fe0b9fa74f0d0e54 1,181 1.00/1.00 vMB 12
488,365 488,365 00000000000000000038f8ca37b0fe9c707be2b51170a350c14759a65a2e897f 2,083 1.00/1.00 vMB 51
488,364 488,364 000000000000000000f366939e0272ad6e562c687741d52c13798422b15b5192 2,213 0.98/1.00 vMB 51
488,363 488,363 0000000000000000005ee50b047313ce0a9b1d7207448dbcdbc33cb20b0c5ac5 2,328 1.00/1.00 vMB 109
488,362 488,362 000000000000000000cf6d9cffdbff2da1103e110242983ad09ef9f733b4053c 2,166 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.12 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: 652.11 GB
    • Received: 13.72 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.