Loading Tool

Explorer IconExplorer

Memory Pool

19,144 transactions
8.88 vMB
0.05672383 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.45/200 MB

Candidate Block

Mining Attempt 5b240ac710f6faa80a45d067292bd0d0e557fea073ebb5104e7e1ff7190fba59
Version 20000000
Previous Block 0000000000000000000025f04ff2c401a5399cfff1f91b6377cb2b55eeb38fad
Merkle Root 5f3e042d805c398304fb068d55e640f57a14ac9936bda7cdc35c34ad30d0ca7b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,126
Size: 1.00 vMB
Total Fees: 0.03480527 BTC
Median Feerate: 2.45 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,421 (712,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,574 200,574 00000000000001c6006625b387168b3ef32f72cd7c257341642fb17ca175fedb 10 0.00 vMB 17
200,573 200,573 000000000000012b310529f9b8244b38f7c6c7cde8b788ce4f57d5c5c6f70554 40 0.02 vMB 127
200,572 200,572 00000000000004fc13064e625586d53fa1efcc3aa9e81d3c07986564b1bf0d7a 207 0.10 vMB 120
200,571 200,571 00000000000005a7305526c186c765dd6bfcda4427ebe92f7bfb969de39500b3 207 0.07 vMB 126
200,570 200,570 000000000000047e260ea015fd3a7d1279af5cac73681f5c37253a9e790fd20c 176 0.19 vMB 79
200,569 200,569 000000000000056fde512e7388a0612fa733412385400d06208f15473dc7ae1f 10 0.00 vMB 0
200,568 200,568 00000000000002c6bd8f682788edf1e0ec7e9c7545cedb3fedec53b26fc87819 117 0.04 vMB 149
200,567 200,567 000000000000010468fbcc5fb8666e48429ea987d2bf919291f1fd3313fb1714 79 0.04 vMB 143
200,566 200,566 00000000000001a5ed55af21d278ab9def5d4c517232ed1b357632aa8465e206 281 0.09 vMB 27
200,565 200,565 00000000000000e1af5ce7ef184d7f56a5bf0a079647c271aab6273ecb5e7d05 29 0.01 vMB 161
200,564 200,564 000000000000004899ee200e7367b99600be8b4a571af9f54d7c802b7fa49f89 45 0.02 vMB 127
200,563 200,563 000000000000045e727831d569c878725ea20fd0c202218a8c982100d46fe0b7 124 0.05 vMB 19
200,562 200,562 00000000000000bbeab252c3987176eb09c56177bb17c9023e37fbc39ca9818c 136 0.11 vMB 42
200,561 200,561 00000000000002d9edf2b219e9cbef1b9f755e5448c60c901453655b6c82214a 215 0.08 vMB 163
200,560 200,560 000000000000000781d159244e763e5030996f0da31a7457b4ae2b60badbc78e 103 0.06 vMB 141
200,559 200,559 00000000000003a8364aef552f00a6723b1e053dec41e0e8829deafe95950492 38 0.05 vMB 60
200,558 200,558 0000000000000014d30a885cf503a1e8881906c569af5c752d202f6eade54562 71 0.04 vMB 87
200,557 200,557 0000000000000134b9eba8c175a67085c9e09467e163a0b9760ca0cc5e1a46ad 196 0.08 vMB 138
200,556 200,556 00000000000004882931201485aa5c9e0c049653c5880371b9c14c62743ec9a9 124 0.05 vMB 125
200,555 200,555 00000000000000a99cc46d1c4c374d4c155290765185639a459e77b46c20a537 111 0.04 vMB 60
200,554 200,554 0000000000000477f49521f108ae68353f3bd006866ebcc005e147540a099e10 247 0.11 vMB 129
Previous 10 blocks ↓
Total Size: 779.60 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: 295.35 GB
    • Received: 1.24 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.