Loading Tool

Explorer IconExplorer

Memory Pool

80,591 transactions
29.98 vMB
0.07844018 BTC
Random Selection Loading Transactions
Max Size: 180.45/200 MB

Candidate Block

Mining Attempt 004e0d43e572f2cee1abc536ee67f59c71283729c715b1878a960823f430aea1
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 9b004e7cca9de568c7ed163e2d4721162422aa6ce88ed5c3aa4b6df40b73d412
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,565
Size: 1.00 vMB
Total Fees: 0.01714295 BTC
Feerates: 197.70 > 1.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (280,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,884 634,884 00000000000000000007920bc0f4fe732781016edcb51625eaaeda6854e3a690 2,487 1.00/1.00 vMB 33
634,883 634,883 0000000000000000000428bb89b72745d3e1e2c57ab674757fc55ccd467453d4 2,564 1.00/1.00 vMB 65
634,882 634,882 00000000000000000004ddef27adbb16eb2417e733d48ea60c0a6d837da9a4f7 2,509 1.00/1.00 vMB 29
634,881 634,881 000000000000000000023e88128277a95b912c97511604ad7de6bdd4ebd22e91 2,711 1.00/1.00 vMB 35
634,880 634,880 000000000000000000104b4aaa543373f8f93aa17730ba80ddb2c7df3eb38ff1 3,053 1.00/1.00 vMB 66
634,879 634,879 0000000000000000000eefcca3a258ecb37aa3967311be6b3c52097a8fd4b485 2,731 1.00/1.00 vMB 42
634,878 634,878 0000000000000000000e1a896b65714435391e3c60c6414a3bfa4b2b847d4da0 2,273 1.00/1.00 vMB 25
634,877 634,877 000000000000000000047da0a75c75d89243aa9c594f6c7fdf8dc1d6dbbc781b 2,214 1.00/1.00 vMB 18
634,876 634,876 00000000000000000004e7a011fdd87f44f846fa69bdba3e645a5e073021fc8e 2,856 1.00/1.00 vMB 23
634,875 634,875 00000000000000000010a8b11e45c3f0b19cd01565e31edbfa12fa59fcc175a8 2,643 1.00/1.00 vMB 35
634,874 634,874 00000000000000000004e96a65554e5d6b800dc4196bc348ef8546d300fe0b89 1,975 1.00/1.00 vMB 18
634,873 634,873 00000000000000000001ec4fa9acf4a48118a50cd0daada419e84cc68661cb27 2,546 1.00/1.00 vMB 28
634,872 634,872 00000000000000000012b556af952639e38ac4b8daba14880a711564de9662e9 2,674 1.00/1.00 vMB 30
634,871 634,871 0000000000000000000e73f2ef001d25b8bab9b99841c9ed56c8f12d828460f7 2,731 1.00/1.00 vMB 27
634,870 634,870 00000000000000000002a55294b5e2da3c18c873765db87fb4897c3abd6fb921 2,669 1.00/1.00 vMB 24
634,869 634,869 0000000000000000000236e89b8386be9d53ce3c39c75b5bb42a7ba057c30512 2,283 1.00/1.00 vMB 45
634,868 634,868 00000000000000000005f533756635d954fc6c20a89737c875c215c8e5460d6b 1,865 1.00/1.00 vMB 85
634,867 634,867 00000000000000000001131c659ef74bb4605bb22d2c56191f2f5fa6bf9fe35c 3,028 1.00/1.00 vMB 37
634,866 634,866 00000000000000000000c704328e67441cc10cc00e4863c81fef74b3c26f3905 2,230 1.00/1.00 vMB 22
634,865 634,865 00000000000000000004201167123dde8b00b3bddb0e38f032928be223db03e4 1,968 1.00/1.00 vMB 28
634,864 634,864 000000000000000000070e563bab29ea90c5c1f5b1823459bea4437d50998d2d 2,432 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.37 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: 663.76 GB
    • Received: 14.93 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.