Loading Tool

Explorer IconExplorer

Memory Pool

54,635 transactions
32.28 vMB
0.22606995 BTC
Random Selection Loading Transactions
Max Size: 173.07/200 MB

Candidate Block

Mining Attempt ba5ed0b8c6d4758610109722843c3aa0ec131afbb107311c0236ad7b5fb370f6
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 3fa9436d7bb2f7a05ffc987ca01b9a4dfc446fd93b2a895ef0ad455c3511162e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.11967209 BTC
Feerates: 101.66 > 11.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (426,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,385 488,385 000000000000000000424ab6ba52e1229c0ea8a32e21a3ea426ed4c79f236c51 2,143 1.00/1.00 vMB 115
488,384 488,384 000000000000000000d63421571b2c59a7fde9bbe76957cf97d1c2965b488bd1 2,363 1.00/1.00 vMB 175
488,383 488,383 00000000000000000066fd45e09a6bae691b1d9bea1d2b1ccdc7b7adbf89f3a3 2,159 0.96/1.00 vMB 141
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
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.22 GB
    • Received: 13.48 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.