Loading Tool

Explorer IconExplorer

Memory Pool

3,702 transactions
1.11 vMB
0.02079243 BTC
Random Selection Loading Transactions
Max Size: 7.05/200 MB

Candidate Block

Mining Attempt 5f6655f2bb450b3549dcfbab2a59a98a0e3a6c25afee95838922a0400c7c5246
Version 20000000
Previous Block 00000000000000000000fefd33eed1ede3fa9b926302fdbd978a62c4f9ad50d1
Merkle Root 4268744e30d068e88a0b9b125e26bfbb00a8282268a8a74fb40930edf8e0ea10
Time (UTC) ( ago)
Target 00000000000000000002068f0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,092
Size: 1.00 vMB
Total Fees: 0.01968461 BTC
Feerates: 265.25 > 1.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 953,432 (11,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,667 941,667 00000000000000000000d013695fa55b4eac88b7db47e79889cc30c8eac123c4 1,763 0.54/1.00 vMB 2
941,666 941,666 00000000000000000000656f763d6112f6a1714af59ea3eec821a2a5f0d01003 278 0.06/1.00 vMB 2
941,665 941,665 0000000000000000000035da88a2749f150221b69ee4806a347cf1eda38adaf3 1,686 0.51/1.00 vMB 2
941,664 941,664 000000000000000000016f4078482354aa32911675bdb75393b954a41e88c6df 7,718 1.00/1.00 vMB 0
941,663 941,663 00000000000000000001ea1f055daff5dbb56d404526b746311958abf5fd2525 47 0.01/1.00 vMB 2
941,662 941,662 00000000000000000000459c3d117f61f73dbb107f75d7b53e5b0ba8288375a2 5,638 1.00/1.00 vMB 0
941,661 941,661 00000000000000000001be357f6cd26015ee2f030cd11fda90341c6a1d0e53f0 5,611 1.00/1.00 vMB 1
941,660 941,660 00000000000000000001654a18824db7571e6b38415264af5184e36b91b63b71 6,659 1.00/1.00 vMB 0
941,659 941,659 000000000000000000004cd79684f27a98eb56785d71517517e88ac241229e6c 7,743 1.00/1.00 vMB 0
941,658 941,658 00000000000000000001d04ea32e3da7e1dd70352454e2c3187abf98f078b57a 543 0.13/1.00 vMB 2
941,657 941,657 00000000000000000001144bd44363e84e93a6dfc507ab1977c5ffbe76707f3b 7,701 1.00/1.00 vMB 0
941,656 941,656 00000000000000000000f862c02a8e3363bd26af5abf8a14ee90363b3480d05c 4,675 1.00/1.00 vMB 1
941,655 941,655 0000000000000000000129e84ba813405af38e98bfc9cb3582ffac9633e66f91 4,153 1.00/1.00 vMB 0
941,654 941,654 00000000000000000000e1ba3f4867cc41d96d5a3b8207c3b3ce67a31571d3ce 2,040 0.60/1.00 vMB 1
941,653 941,653 0000000000000000000073b7a8c4a3a852d0f227a607b0ac3575087214bd1c71 3,554 1.00/1.00 vMB 2
941,652 941,652 00000000000000000001bb4a58d70f8c6042fae6b0041fb83d047a8b49455fa0 3,274 1.00/1.00 vMB 2
941,651 941,651 0000000000000000000210a6872516871e51e895e53a9c714b8e583eadc18c6c 4,156 1.00/1.00 vMB 1
941,650 941,650 00000000000000000001f2bdcf8569eed0dbf319ad1e7b044f8fd1a9878f7c3c 1,432 0.44/1.00 vMB 1
941,649 941,649 00000000000000000001ea9b5457858be2577846049202ea116c149e0d726fed 2,327 1.00/1.00 vMB 2
941,648 941,648 00000000000000000001a3b5798653272fec068edac8fb5988b273c0f93a4f47 1,980 0.64/1.00 vMB 2
941,647 941,647 0000000000000000000007cf289df89ea8ee2b2172be95c8dcc93693d5e19a08 3,028 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 851.32 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: 1,920.43 GB
    • Received: 104.81 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.