Loading Tool

Explorer IconExplorer

Memory Pool

76,302 transactions
28.40 vMB
0.08223791 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt 82025f0a1d05f775ae2bdac5b70ac909ea0b055317dbe374f5d55f792cf606df
Version 20000000
Previous Block 000000000000000000005304b920c57207721ddd4d0c139fd52ef7ddb82f87f0
Merkle Root 843020ba9ca9d81d31c9c6ad5f84587049297773c750e4da1ff4e439f44ca852
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,433
Size: 1.00 vMB
Total Fees: 0.02039556 BTC
Feerates: 446.64 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,606 (793,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,862 121,862 000000000000855b0b0af926e1085bc21d094f223a8d48e3c4bf2f2836b820fb 49 0.02/1.00 vMB 221
121,861 121,861 0000000000005eb077fca76b4896b41bac888841b230a412adcd9b4ec0adc6fc 13 0.00/1.00 vMB 425
121,860 121,860 00000000000023cfd11507d977edba5154e6bf86ed56b2c46744e33c1c4020da 14 0.01/1.00 vMB 1,022
121,859 121,859 000000000000764562ab68c2b6ecc4d34ddd593585ca6cb4af937d3f2a60a2bd 60 0.03/1.00 vMB 1,279
121,858 121,858 00000000000008ded7e6be5887554ab224b247748012cc1d6a717e3c1c8d9ad6 12 0.00/1.00 vMB 0
121,857 121,857 00000000000039f548f245f7bd50cb09217344ae8dbb364b8058009bad10b2fc 21 0.01/1.00 vMB 643
121,856 121,856 0000000000001aa30d88f230e06a094668559d4e0c6eca3bccd6a70a4d5c4946 8 0.00/1.00 vMB 0
121,855 121,855 00000000000022695f4cbb69e2501a2d81aef9a59845a090a3511626620b39d6 11 0.00/1.00 vMB 1,296
121,854 121,854 0000000000005863965ade33669aec04c795da0a9006cdd686de7f2cdfe387fd 8 0.00/1.00 vMB 0
121,853 121,853 000000000000141f10dd8139ec2712e1663ec3136cb3748527d06a8a4073fdc3 17 0.01/1.00 vMB 170
121,852 121,852 000000000000197f32cec885fe66952f882af02d63e719f803a4c0ab6d98425b 9 0.01/1.00 vMB 998
121,851 121,851 00000000000026ffb9405747c569820c55a226c6f041aef0aa32a4405dedbc7e 6 0.00/1.00 vMB 0
121,850 121,850 00000000000056dd26cf24b34b46ef6ae890cfdcfb9de5a3d7fd239559f7aca9 11 0.00/1.00 vMB 0
121,849 121,849 00000000000012af4599a6e017f41cbe7d1afd01b81075bfd254943cfbf77288 10 0.00/1.00 vMB 574
121,848 121,848 0000000000000783c8fcd3c4727f979dcb5098c376b6d23d9378bf6544b8ff6a 17 0.01/1.00 vMB 402
121,847 121,847 00000000000035eb555f71091f9aa0ec0cb48d47f2f0f4cdd4ef51ad5ae97886 5 0.00/1.00 vMB 1,059
121,846 121,846 0000000000000720da9852600d4c0fcf79ba8cb757a3c1eb875e838bb13201c7 18 0.00/1.00 vMB 0
121,845 121,845 0000000000003a4a2f8ac0f59d8fd45bddfdc1eaa21912290a7f04b532599b8d 28 0.01/1.00 vMB 816
121,844 121,844 0000000000002f3aa34637e2dbe5fac6cd106f1688ec04e237025262552ef715 2 0.00/1.00 vMB 3,891
121,843 121,843 0000000000007f0ed6604f2229fc530caf7709dacec47cd6c640844c422ac101 11 0.00/1.00 vMB 316
121,842 121,842 00000000000024d9a2aa22b9d85199c69d0c33ebbb270e88bf78e88ec7270c7b 16 0.01/1.00 vMB 607
Previous 10 blocks ↓
Total Size: 783.44 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: 770.79 GB
    • Received: 19.97 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.