Loading Tool

Explorer IconExplorer

Memory Pool

79,960 transactions
29.37 vMB
0.11440509 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt 70fb0e8d243a22c2364696aaed60d2df7dd1acd36d4f0a065ec85d5877b29b1e
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 2ca48103948737e48d6abfda58765a6e419f2d04f5ce6daf1ba72350e86c1f75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,997
Size: 1.00 vMB
Total Fees: 0.05163479 BTC
Feerates: 151.07 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (308,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,006 607,006 0000000000000000000f3c2d8dd98b1995ddef8d1521e4dd2fa748d3edd55569 242 0.08/1.00 vMB 21
607,005 607,005 00000000000000000006e3a6ddd654fcd62b616ec3d260aafaa60aa1c4a298ba 1,128 0.40/1.00 vMB 18
607,004 607,004 0000000000000000000177e2584156b0f3a37fa6e3c33b47e3d1fc8bae3cf379 609 0.23/1.00 vMB 23
607,003 607,003 0000000000000000001323d15b8879a8afa2df089e07c29e20c43a322ac3d0f3 1,489 0.70/1.00 vMB 20
607,002 607,002 00000000000000000007bcab97fea5018d509a242edcdfe7f0c619c478682e1f 1,031 0.46/1.00 vMB 23
607,001 607,001 0000000000000000000753b6d77177a5513dfb681188d796089d7c628ce930a9 1,043 0.80/1.00 vMB 2
607,000 607,000 0000000000000000000df4f10185ba9602e748e648b43cc06159a9fa54692068 2,581 1.00/1.00 vMB 4
606,999 606,999 0000000000000000000e1b576f796d3ea60df0627cfd8d1142d0eb03bbd21457 3,098 1.00/1.00 vMB 19
606,998 606,998 0000000000000000000df0cdd7e1e71dedc071a53cd3f63481e8c00e09bcaec1 1,646 1.00/1.00 vMB 17
606,997 606,997 0000000000000000000de1d036a68377d45a2e56b89d552833da38b0f5136474 1 0.00/1.00 vMB 0
606,996 606,996 000000000000000000032f4ccad84d6f80e7d2006a84d2b26acbbcb47b3cb34e 2,796 1.00/1.00 vMB 24
606,995 606,995 0000000000000000000383636dd95da3be01eff3738385e2e17c1018a1e0abc0 3,123 1.00/1.00 vMB 42
606,994 606,994 000000000000000000087dab7b7d199a00d34a1aa45f5555b54387a4bbd12e06 1,167 1.00/1.00 vMB 20
606,993 606,993 000000000000000000069d973a1631cbeb02e7cda1c79e4857171c396b2933de 2,683 1.00/1.00 vMB 32
606,992 606,992 00000000000000000013ceba8094bd369ebcec3bf25d15641aee5d02826c7bf4 60 0.02/1.00 vMB 23
606,991 606,991 0000000000000000001286e679db9342a94550e72f6094f318ffad7ea5a8b210 1,518 0.42/1.00 vMB 7
606,990 606,990 000000000000000000084a5669137d43aae3ae2c1992eef6549a4e558a58432e 1,496 1.00/1.00 vMB 22
606,989 606,989 00000000000000000002e02fcb95fb8cfd07de9d28a257b2c79ee49e45c75c8f 2,064 0.85/1.00 vMB 16
606,988 606,988 00000000000000000013b029e7c8157d7c661b9fb667fce8427cb30e079a6ff6 2,814 1.00/1.00 vMB 14
606,987 606,987 000000000000000000080fde5bfa6f83409a7f1176991ec0d0c58e335588fb59 2,316 1.00/1.00 vMB 25
606,986 606,986 00000000000000000004ca9709982658c68a329b1a44bb41dea815a2bc822a92 2,391 0.89/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.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.