Loading Tool

Explorer IconExplorer

Memory Pool

35,221 transactions
25.92 vMB
0.06834856 BTC
Random Selection Loading Transactions
Max Size: 131.72/200 MB

Candidate Block

Mining Attempt 40a6385bafaa8363453c303d6fd8e6cb91df5d537ec9b6a53a17543c9f11330b
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root e50dda87571f27d74de0ff69180bb092d4e4e0e5b29064f6374c3af55cfb3cd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.02077308 BTC
Feerates: 250.88 > 2.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (528,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,168 386,168 00000000000000000cee94328b3927db27d0c0048441da121ff6c00276706028 1,279 0.75/1.00 vMB 25
386,167 386,167 000000000000000002642fb454516f56e818102b2fff8d29a7c3df806a0dce62 1,058 0.45/1.00 vMB 41
386,166 386,166 0000000000000000008a84d8fd2a4fa55382b2358130b0941dbfed4b32f07771 272 0.61/1.00 vMB 9
386,165 386,165 000000000000000007cecbd209f8459f3440abe718f853ddae0dac3f0f2dc87d 855 0.33/1.00 vMB 39
386,164 386,164 0000000000000000092bf47a6d6181c5a471aea52f0b7f444b3ec07f76d75aa3 904 0.51/1.00 vMB 26
386,163 386,163 00000000000000000934e2edb843ecca0e7c681ca84c38f3701b31ceff67dbe8 393 0.20/1.00 vMB 74
386,162 386,162 0000000000000000020bc1c1e5996e579f838d20d8aa7b5a82e453cf5b4b2e11 339 1.00/1.00 vMB 8
386,161 386,161 000000000000000005c6f99cba37e0edd58bab1448f8256839deffef3c1a71dd 1 0.00/1.00 vMB 0
386,160 386,160 00000000000000000eaff19c7732a51dca9c8dd99b760937b35b1f5632eca8e2 997 0.49/1.00 vMB 35
386,159 386,159 0000000000000000066a47aa21fdc2923d5ae70270e4d039b2abbc5042829ffa 1,831 0.79/1.00 vMB 40
386,158 386,158 000000000000000006d4e9d85bc3df0214445a20e6a63d8b7560d6d6a0a8fb0b 657 0.30/1.00 vMB 33
386,157 386,157 00000000000000000d3278e91dd309500bdedb141ee2c8a7bf635a514baac452 382 0.42/1.00 vMB 16
386,156 386,156 00000000000000000108866cd57d873f44152afad89ff3e5a89cb0ffde5c4c4a 1,680 1.00/1.00 vMB 31
386,155 386,155 000000000000000007bd8c8642dee09a21e4d6e67bb0acbd1fa4820448bce3c3 156 0.11/1.00 vMB 15
386,154 386,154 000000000000000009fb500cf2c853a64b6ff3a6ebf415c217237c3200f34ee2 417 0.42/1.00 vMB 40
386,153 386,153 00000000000000000291d0f5b095d907142968cf4dafe9f4c754f7a336e19322 1 0.00/1.00 vMB 0
386,152 386,152 00000000000000000891fd6b52501676d21995a280e45902288996bae8d17fc5 462 0.60/1.00 vMB 17
386,151 386,151 00000000000000000936c69fb727394141787c32ce6a16e2a9e6a328b2401fed 1,116 0.91/1.00 vMB 37
386,150 386,150 00000000000000000690327573db73a3a8a18c8275c22449252075e68112c608 1,789 1.00/1.00 vMB 31
386,149 386,149 0000000000000000019057be39336fbd3d381d3f083ffb2d0764b4bd0a3dc9cd 81 0.05/1.00 vMB 20
386,148 386,148 00000000000000000c29a17d5de3ad2f23d50c5d3e4043c66d900ab7317c8b39 315 0.21/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 637.80 GB
    • Received: 12.44 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.