Loading Tool

Explorer IconExplorer

Memory Pool

36,708 transactions
30.82 vMB
0.08602943 BTC
Random Selection Loading Transactions
Max Size: 151.61/200 MB

Candidate Block

Mining Attempt 121b04c150dafb642ebc126b2b9de2ae681c74f8048c592176d1f2d20df25ee4
Version 20000000
Previous Block 00000000000000000000590892dbec08479e6a3cc00185e948794a42c82afcf2
Merkle Root 4610370779e0e6f1fb0f41cad1cf33fca46c21d2bc371be250573abb0e4d6ae5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,944
Size: 1.00 vMB
Total Fees: 0.02327769 BTC
Feerates: 296.74 > 2.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,386 (809,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,541 104,541 000000000002bc0f1566b4e69d67bec3beeeef2071637ce1190a015fe00c9732 1 0.00/1.00 vMB 0
104,540 104,540 0000000000034f04b102ba9befe69b192994b105ac8e0011a5428beb2fe802c8 5 0.00/1.00 vMB 754
104,539 104,539 000000000002855d8afae0628b36a13d6c117b0840e3134c88e8833d48b8a089 8 0.00/1.00 vMB 0
104,538 104,538 0000000000010bf339a697ddd3498871c2f9a2828b1871e7383d4fd1b28dd86d 9 0.00/1.00 vMB 0
104,537 104,537 000000000002967834ad7668f20e6f34173eab5bd2785c271896951baf4cec1e 10 0.00/1.00 vMB 0
104,536 104,536 0000000000019904b4df66c6413f0d37e8a8986c5a622b03f6234ee24d1d736b 22 0.01/1.00 vMB 188
104,535 104,535 000000000002644ccdfdf55b2d7d0059e8ef8987469ef365dfd55cd0fda99172 5 0.00/1.00 vMB 0
104,534 104,534 0000000000012e32f64428055004c079450b12b5b089df60ef901386480e9556 7 0.00/1.00 vMB 0
104,533 104,533 000000000000c129879d128b3a0e9ed49b386fda73917913972dddcbc4426847 9 0.00/1.00 vMB 0
104,532 104,532 00000000000005ef7e07fcd2207f1d6825f2e8be00edeaa0fd60965a707b6dce 23 0.01/1.00 vMB 0
104,531 104,531 000000000002df2a05b106d878ca3dfd7f66fc5017fe07c5980fc117c5b87e5d 3 0.00/1.00 vMB 0
104,530 104,530 000000000002f4331c34ffa3843229f298434be539949fdd8f12b84b7306a79c 5 0.00/1.00 vMB 0
104,529 104,529 00000000000106554e8133f7b2a290cc00291fa1b526958ee8df9032ee58069c 1 0.00/1.00 vMB 0
104,528 104,528 0000000000017a962a7ddad93ecd111b41bb3bf8dff12db6e6329dacf27bf841 1 0.00/1.00 vMB 0
104,527 104,527 00000000000011e93310ef96dcc58e5dcb39084861a2ec3ce87f9078f68932b3 8 0.00/1.00 vMB 0
104,526 104,526 0000000000025bbc1cc0adb90640a61e859a24c53a6c225246ac7cd1b1355b67 26 0.01/1.00 vMB 0
104,525 104,525 0000000000038a00f7c89c36e1f4b40b96b57e5e72a2b85c0b666bccad5c0a20 3 0.00/1.00 vMB 0
104,524 104,524 00000000000059805adc9a25be6a49ed1c9ee5259acf79d939c12c0c28f3b420 5 0.00/1.00 vMB 0
104,523 104,523 000000000001c74b5ffa8a41171a6521816b084c5468e59832306197103f43ee 6 0.00/1.00 vMB 0
104,522 104,522 0000000000028aa7a6c88f48bed5480a48e5e3e6a423c5fba285da6db9837c1d 6 0.00/1.00 vMB 0
104,521 104,521 0000000000012fd91ba086d663dff8fd12155835ef5d0577f10dd34b5283a6e4 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.29 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: 597.74 GB
    • Received: 9.88 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.