Loading Tool

Explorer IconExplorer

Memory Pool

60,980 transactions
17.54 vMB
0.04356985 BTC
Random Selection Loading Transactions
Max Size: 112.77/200 MB

Candidate Block

Mining Attempt 134cc9fa5f21450454171cdaaa8fbbdbbf152d1b463a8103871160dbd6b91662
Version 20000000
Previous Block 00000000000000000001f2f5bd00c3e79f2570249aea80927e8f2a7909c605d7
Merkle Root 9abec67432bc865416f3bdc56f137c7c2fd9366f95b728d7adb27f0a2f0fc74b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,145
Size: 1.00 vMB
Total Fees: 0.00420766 BTC
Feerates: 100.53 > 0.42 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,800 (802,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,440 113,440 0000000000001f169e280bfc62a361cf2219c7c8d8aa427f9cf078cc40ac3c41 11 0.00/1.00 vMB 0
113,439 113,439 0000000000004930d801147c5041f5c61ed9b7148e1ad9b5f19b63925245d8ec 15 0.00/1.00 vMB 1,032
113,438 113,438 00000000000049ff74f2c398af10e89a76a609df524085d7a499251dc2dc839b 168 0.04/1.00 vMB 0
113,437 113,437 00000000000056f5f4702855c8403cec630b97414122c1b21f75ba80fb06f6c0 25 0.01/1.00 vMB 1,087
113,436 113,436 0000000000000a9553a78c4992a730d62614dbe741ceb7bb04ecac3969e86b9f 12 0.00/1.00 vMB 738
113,435 113,435 0000000000005e123a26c96173922a7c4cb38945b42964893a35c818a308bfd8 9 0.00/1.00 vMB 612
113,434 113,434 00000000000069da68dbb48e0423c4329e93ff82044fff33da5b7ceaf8a27094 13 0.00/1.00 vMB 1,035
113,433 113,433 000000000000720acba329ecb7f41828c7167eea9c1bbc776f2dcfc499624ea5 24 0.01/1.00 vMB 165
113,432 113,432 00000000000022712e9017ac243a2871cbde43f97af8c7bb847eefbefab1dcb0 10 0.00/1.00 vMB 0
113,431 113,431 000000000000cb791f9f866749d3cc84e1a8acae53267163555e95d1bd2c6463 11 0.00/1.00 vMB 266
113,430 113,430 0000000000009fee722db534a2dd4a3295fc1879f400ec7b6dfacc1f485a8ee0 12 0.00/1.00 vMB 0
113,429 113,429 00000000000041ab1f4907b2197c0d47b9ffbb0e1b43d0d197a4d42bf04d08b3 12 0.00/1.00 vMB 0
113,428 113,428 00000000000079f9a4aa233afe76e00cb71955f00336472aaa294a4b1144084e 3 0.00/1.00 vMB 3,861
113,427 113,427 00000000000067a13d2376909887c7c622bf175c08aa955fd981bb8bb1e6e8db 91 0.02/1.00 vMB 0
113,426 113,426 000000000000615baecc7cbef88a47e0cf6aebd541b06e316bf2fd2f1e4d50e9 14 0.00/1.00 vMB 336
113,425 113,425 0000000000002920abe22a0268cf3f8a25c7bc19775f1573b00d0e0c5e6b73e5 2 0.03/1.00 vMB 1,020
113,424 113,424 000000000000a8212eb04204f33195952a90d4be6e06837ce13f261eca0d3e2b 12 0.00/1.00 vMB 0
113,423 113,423 0000000000004c043c251f47daf7e921916b72b8421fdf6382f7a2036d860f40 9 0.00/1.00 vMB 0
113,422 113,422 0000000000008f70cb137684e856684044d9685b25dd05a59af390a91a431c2a 9 0.00/1.00 vMB 0
113,421 113,421 0000000000006f349ae169fb38f00e9719300faa1ebad9e45398e6afd2a63557 2 0.00/1.00 vMB 0
113,420 113,420 000000000000c1687aa5969b87351b45204b7678ba7f03b3c34e1112aa3d82d3 232 0.06/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 783.76 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: 784.75 GB
    • Received: 21.55 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.