Loading Tool

Explorer IconExplorer

Memory Pool

45,067 transactions
28.33 vMB
0.16988158 BTC
Random Selection Loading Transactions
Max Size: 147.58/200 MB

Candidate Block

Mining Attempt 5b8d2ba5abbe7a9cc2f5e5d12e2bc88e98c851b82fb61828dd6bdd9addfea378
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 6d2544c8394e864e4fe745392746c7ec9abe696a397c696cfa4d71f888fe60ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,802
Size: 1.00 vMB
Total Fees: 0.05989357 BTC
Feerates: 151.12 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (93,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,178 821,178 000000000000000000018fa0089f2b44128adaab023341e8878214059cca5e73 3,831 1.00/1.00 vMB 186
821,177 821,177 00000000000000000002a6313b4fe687957853ce7aa2d6f07751bbc45a4c31db 3,632 1.00/1.00 vMB 278
821,176 821,176 000000000000000000037fecebdc5f369eb365b0c3d97f75f0b64e5ef0b048af 4,074 1.00/1.00 vMB 120
821,175 821,175 000000000000000000002ef48ead6efefbd21d681140db27d0be131a1d2a3b79 3,747 1.00/1.00 vMB 143
821,174 821,174 000000000000000000039db64e1d404c5636ab66d6ae73d85ae4cfcb8fa46d92 3,947 1.00/1.00 vMB 139
821,173 821,173 00000000000000000002ff10dda00448c9d903dbd068012bd5f971570a6baeea 4,739 1.00/1.00 vMB 145
821,172 821,172 00000000000000000001dbcc98be5124ad9b3399782f996621b0dfe78eaa67a3 4,129 1.00/1.00 vMB 162
821,171 821,171 0000000000000000000419164f0f6a7d778cd9901e0d3eae04c809e0b1db472d 3,148 1.00/1.00 vMB 112
821,170 821,170 000000000000000000026b666129aea8d21b0d5b6d151d1feb5a8c035d796975 3,544 1.00/1.00 vMB 107
821,169 821,169 0000000000000000000374682613735371c94e11ade14313e310126dde3f0e02 3,862 1.00/1.00 vMB 175
821,168 821,168 000000000000000000016dbaeac494f3939e7fde86a1e031846395d6f0fab193 4,426 1.00/1.00 vMB 132
821,167 821,167 0000000000000000000310a9525ab3d0ff9f005c7985c48192c1783e61d6a51d 3,434 1.00/1.00 vMB 152
821,166 821,166 000000000000000000036f259e3b8cc2754bdf15b72f29dfdee4f0a529a6d3e9 4,523 1.00/1.00 vMB 157
821,165 821,165 000000000000000000025e7bcaac5955b7e8431111fe7bea07aae2653f098869 3,983 1.00/1.00 vMB 166
821,164 821,164 00000000000000000000a7100fb211edc221a3e4b7ace81fcc46d4841f25eaa3 3,653 1.00/1.00 vMB 232
821,163 821,163 000000000000000000012a9d4648de833b774b19ac222b755b8d4f7e4181c999 3,764 1.00/1.00 vMB 122
821,162 821,162 000000000000000000029b755954a12be559e6cabe761c347435a8257f4904c8 3,054 1.00/1.00 vMB 137
821,161 821,161 000000000000000000006f8e61114e50468104f33c72e6f7fe7e95b07f028f7b 3,427 1.00/1.00 vMB 163
821,160 821,160 0000000000000000000399b7f1ababfe4cfdffa6ff12a2d567e4dd3374c87c64 3,718 1.00/1.00 vMB 166
821,159 821,159 00000000000000000002d75000c5404feb4e69e2406e64a9cec94375f537e461 3,829 1.00/1.00 vMB 205
821,158 821,158 00000000000000000003d7dbafe78301ef542def9eb0e113e0965421aa08b55c 2,866 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 781.87 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: 643.30 GB
    • Received: 12.59 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.