Loading Tool

Explorer IconExplorer

Memory Pool

41,170 transactions
28.48 vMB
0.07494517 BTC
Random Selection Loading Transactions
Max Size: 145.33/200 MB

Candidate Block

Mining Attempt 1550ecbcf63561c00f1777320fa062584a50cec14291e546afdd8b25e84e1295
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root bf47f769701de5bdeae074e97bec3f6cb46c0ec204a524d6fff3628a46eb9d5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,127
Size: 1.00 vMB
Total Fees: 0.01989536 BTC
Feerates: 88.27 > 1.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (536,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,207 378,207 00000000000000000e7c7050d8e8546c1db61a064f2cc6ce5c60f009dde8a875 1,061 0.95/1.00 vMB 17
378,206 378,206 000000000000000004a89bd78bbaa336afb8ca11ef1e06af4f4617783a9dce12 2,580 0.93/1.00 vMB 58
378,205 378,205 0000000000000000012f7d6b995f311dda9945fedcda36ee8738da8bd9139a17 2,148 1.00/1.00 vMB 41
378,204 378,204 000000000000000011c8e59da40d51bec62cb49461cdd5f88e49aeafc86570f1 2,052 1.00/1.00 vMB 28
378,203 378,203 00000000000000000278c19454637dc045d81eb7ed214771a929e61c09c5d267 2,623 0.95/1.00 vMB 56
378,202 378,202 00000000000000000a79ff618a4d67a55fc5825d7355704011f1274d0137681d 2,132 0.75/1.00 vMB 68
378,201 378,201 000000000000000003aa6a79dbb2026adb3f240ae5402699b6e0d4d5b1b59710 3 0.00/1.00 vMB 73
378,200 378,200 00000000000000000eccbaf5a43c7df9197410217ccb824c6934697c7c0dcb56 1,391 0.54/1.00 vMB 47
378,199 378,199 000000000000000004dde09b6301bb75d6b095152192f64975b78b54e09b2144 241 1.00/1.00 vMB 3
378,198 378,198 00000000000000000535c9a643443aaf6bda690dc4554dd1ec3d98f3e0e8232b 668 0.32/1.00 vMB 31
378,197 378,197 000000000000000009a07b761b0239baf86a3449e25f842a37bc604628e7e87a 509 0.95/1.00 vMB 12
378,196 378,196 00000000000000000621a9e63a906afe00d54af025c49002338695d8b51f2add 355 0.75/1.00 vMB 9
378,195 378,195 00000000000000000fb3a4c06c75ab85dce74d1f6ce3f88e3b74e8f0b8bf2a20 1,126 0.44/1.00 vMB 43
378,194 378,194 00000000000000001010af89a6708899320badbf50918c9c05daeef3dd726d5e 209 0.75/1.00 vMB 7
378,193 378,193 000000000000000008ca0154e0dda3aeafc7f0bd2ea606e544a98e110a94cb8a 530 0.93/1.00 vMB 10
378,192 378,192 000000000000000011d793a3145c370845e5ee097896490e0d7e4a51e18e0a7b 862 0.35/1.00 vMB 45
378,191 378,191 00000000000000000207739e77c1e74c17b5634ed8104f657fe7bf3ab86574e2 1,306 0.55/1.00 vMB 44
378,190 378,190 0000000000000000048ffb8ff0eeb3775ff41533188b94debf68c9f8b3253017 1,007 0.97/1.00 vMB 20
378,189 378,189 0000000000000000032e38695480101075f2c86b1996d740cf80ddfc9c45b974 2,202 1.00/1.00 vMB 47
378,188 378,188 000000000000000010397a75e5eb51d7dc18edf01f384876986b4048b75454ea 1,188 0.75/1.00 vMB 28
378,187 378,187 000000000000000003df02f7c38759e92ee02bfe435f415293da2d9cc7baacb9 1,154 0.54/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.