Loading Tool

Explorer IconExplorer

Memory Pool

42,277 transactions
26.92 vMB
0.06945816 BTC
Random Selection Loading Transactions
Max Size: 140.79/200 MB

Candidate Block

Mining Attempt 1981f69768fa35dce7f45f016ee0408f0ae8c3f8c999f2d382ed2d20718d1608
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 41fd957f24ef93edeaa151294c01c5cd0f474b165ab77d06acdae79581395911
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,147
Size: 1.00 vMB
Total Fees: 0.01945906 BTC
Feerates: 130.68 > 1.95 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (607,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
307,207 307,207 00000000000000000da6908dd388aa57bb2a7dd828b6bebd297d85ebffd8c935 574 0.30/1.00 vMB 33
307,206 307,206 00000000000000004e3719873119f3b837a044f8c239f631dcfe5f3c443716d0 73 0.03/1.00 vMB 34
307,205 307,205 00000000000000003e31990212872bff2739024ec28dcbef772a9ebaca481a46 751 0.42/1.00 vMB 30
307,204 307,204 00000000000000003c5c7929e6131726b0f028722a1d26f9d9c18fc06518c114 304 0.17/1.00 vMB 27
307,203 307,203 0000000000000000495f742a7afdfd1eac76d9cd0b4906882a92ea3f0d46401f 275 0.15/1.00 vMB 28
307,202 307,202 000000000000000010f524a6fdd2b653e0e282e2f79055a0da0250be74c86261 168 0.10/1.00 vMB 27
307,201 307,201 000000000000000030e428375125ba760e971129f90ed0ac069adf3dff458739 13 0.02/1.00 vMB 15
307,200 307,200 0000000000000000391313d3b235b620eb6e02e680161c6d2bffbbf1c67c83d4 53 0.04/1.00 vMB 18
307,199 307,199 0000000000000000137876dd4420352b9784b433434902627850098bfba9afa5 128 0.07/1.00 vMB 28
307,198 307,198 000000000000000020acd100ad7d9c3e8da1e85535dd1e90e4441b0fa5d15a02 52 0.02/1.00 vMB 35
307,197 307,197 000000000000000013e644d33786b95d2bdddf44899df67682dc505c31b4736f 372 0.30/1.00 vMB 28
307,196 307,196 000000000000000001fb3d415252cfcb7d5f8cc051aaefe470a830c464bc7ef9 41 0.03/1.00 vMB 26
307,195 307,195 0000000000000000032e89023b96ada1e3ddc922f7cf618ca9cd9c52c26cf174 58 0.04/1.00 vMB 7
307,194 307,194 000000000000000037e308c91cbc35df9bfb5cfe09bf08171ff3d60c143b252c 331 0.22/1.00 vMB 27
307,193 307,193 0000000000000000010d2e815fb416228c49efccdb44e8c897274b4cca17f273 347 0.24/1.00 vMB 24
307,192 307,192 00000000000000002f54310aaaf14043ea4166843876c3762839c2b84ce0ce93 10 0.00/1.00 vMB 76
307,191 307,191 000000000000000016ea3b70c86349a65028d8e16f633cc5579e061a61bd2872 130 0.08/1.00 vMB 20
307,190 307,190 000000000000000032bed0de0209e15619ee178fb210b97fbd559ea98727f954 284 0.25/1.00 vMB 22
307,189 307,189 000000000000000011ec0aaa55ac7ffbdd475ad69c91de318bb449c811269f40 194 0.12/1.00 vMB 33
307,188 307,188 00000000000000001a934abfb0ec0fba9d1fb8685a345e92dad28e43d9875641 105 0.08/1.00 vMB 37
307,187 307,187 000000000000000023d7fcadb654feb2ba97831e58d5c725427bcd5888727dc3 27 0.02/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.