Loading Tool

Explorer IconExplorer

Memory Pool

46,965 transactions
28.85 vMB
0.10952467 BTC
Random Selection Loading Transactions
Max Size: 150.01/200 MB

Candidate Block

Mining Attempt 10840b02526565def16200a46b03f147191be8bbc09a091ebc2728f9be10477b
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root ddcee16f3c45a7f0939cd7267a8387d5c5234c0276e51f34605b7acda4b39dff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,117
Size: 1.00 vMB
Total Fees: 0.04282454 BTC
Feerates: 444.31 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (240,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,231 674,231 0000000000000000000c5f723dabd95ff0784bc0752c4912cc7a88c77a6cb0be 2,576 1.00/1.00 vMB 111
674,230 674,230 00000000000000000001637f112f13ee655b5bebfa36283ac93fc37b30b14c84 1,827 1.00/1.00 vMB 59
674,229 674,229 00000000000000000001333d675a06efbbbc982af49e9c4bc4a6aa27e2b320b7 1,917 1.00/1.00 vMB 76
674,228 674,228 0000000000000000000c51ad00737aed30abc9c6a8b7ee7f2017001c9080eb85 1,551 1.00/1.00 vMB 39
674,227 674,227 0000000000000000000ccaa79cb6155e45142e88192f288f90ab2986e1a89c4f 1,647 1.00/1.00 vMB 35
674,226 674,226 000000000000000000088578660610bb8b865f6ea958829f77f587cce27e6ea2 2,019 1.00/1.00 vMB 50
674,225 674,225 00000000000000000004420536c06b9d7dc4a4cf2daa8b80d1516e1495ba22cc 2,080 1.00/1.00 vMB 84
674,224 674,224 000000000000000000067f69ef2d357c4f072e225341e9535f4a97d47cf79b55 2,146 1.00/1.00 vMB 33
674,223 674,223 0000000000000000000bf9a753d8d300ed0b8812cd2b4c4735d4c03acc70256b 2,210 1.00/1.00 vMB 96
674,222 674,222 0000000000000000000b30421896811b94f5a60c8a5cb61cd1f4056b483d8207 2,413 1.00/1.00 vMB 100
674,221 674,221 000000000000000000027eb7c43187a1824d2da5db968d95653573e58f053efb 1,217 1.00/1.00 vMB 44
674,220 674,220 00000000000000000007254e490ab53d813f190486d60d7f370f34e991875b53 2,217 1.00/1.00 vMB 53
674,219 674,219 00000000000000000006d21d5979fa92a03396f575adb02b3f061476fcf97122 2,570 1.00/1.00 vMB 58
674,218 674,218 000000000000000000086c7f6c3847b53fca45f3b5c67ff03d57069a9e2e4113 1,426 1.00/1.00 vMB 88
674,217 674,217 0000000000000000000b0022bde4cbe29dd71ec9c820b20ee4dd80ca03e4f657 2,158 1.00/1.00 vMB 51
674,216 674,216 000000000000000000046f46f906163f3459599dde977fba436f8d3d37f14ba3 2,360 1.00/1.00 vMB 55
674,215 674,215 00000000000000000003f8f1799e8c0097cbbe81492dfe386be9a1c4e6464450 2,596 1.00/1.00 vMB 82
674,214 674,214 00000000000000000007fa71e4296aeb9ef7c0c5d23cc6c1241c9e416a9f0d9b 2,658 1.00/1.00 vMB 88
674,213 674,213 00000000000000000005d948505b84b9514029559713efebc3cdfd08a4fc774e 2,989 1.00/1.00 vMB 66
674,212 674,212 00000000000000000006334963ea087c0b0d9a909bfe8021e0819f82b2dec5e3 3,120 1.00/1.00 vMB 79
674,211 674,211 000000000000000000061b5b156c65b618f47ba22a3058cd79d28b2395e36ada 2,486 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.25 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: 655.41 GB
    • Received: 14.30 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.