Loading Tool

Explorer IconExplorer

Memory Pool

77,384 transactions
28.71 vMB
0.06687019 BTC
Random Selection Loading Transactions
Max Size: 174.22/200 MB

Candidate Block

Mining Attempt 42dba4cb42b31f2546f595ac611b976ba39db0f95ed2f2a9a07fc5dc923f354c
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root db3a4bad2aa7b0af19330c61b07522758293432251b4e7ac5569453179f72fa3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,521
Size: 1.00 vMB
Total Fees: 0.00725809 BTC
Feerates: 100.53 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (346,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,048 569,048 0000000000000000002be0f5f236f5e7c41c24f91bc2e4bb816b1d4cf24d68c0 3,024 1.00/1.00 vMB 39
569,047 569,047 00000000000000000007f6c9576a7c546cd27d53359d494256a65db418131690 3,365 1.00/1.00 vMB 42
569,046 569,046 0000000000000000000e951f56ed6221e71f27bf87f480a2d2662a7635ece7dd 3,378 1.00/1.00 vMB 49
569,045 569,045 00000000000000000000c420c9d7f93dc23d16a7b9fffe07cc2495bdab45dd19 3,258 1.00/1.00 vMB 54
569,044 569,044 0000000000000000001e261a97c79d26f863b39e14c04af0919a1869f8f631bc 3,357 1.00/1.00 vMB 33
569,043 569,043 00000000000000000019dd10a5b0b179bc231b5b133a3a6dad351d9e5ba94f9d 2,933 1.00/1.00 vMB 54
569,042 569,042 0000000000000000001b4c7e545b6c04412ecdf79508861ab82172fbd407f610 3,050 1.00/1.00 vMB 38
569,041 569,041 0000000000000000000b5d27a5b4aeb676b431bef1c36986b51eb1fe342399a7 2,882 1.00/1.00 vMB 43
569,040 569,040 0000000000000000001415b89fadb01868fdb6a83adead06b79ae543ac93e37d 3,121 1.00/1.00 vMB 47
569,039 569,039 000000000000000000293bfaf9571d104c87c6bd864dba20dfae84428d0b69b7 3,325 1.00/1.00 vMB 48
569,038 569,038 0000000000000000001371b0b4280bd55d11b24aa3b2d25d6a74707d8615f586 2,569 1.00/1.00 vMB 32
569,037 569,037 00000000000000000014297d038cb54bfa964b44fb9a2d9853eb5936d4094f13 2,895 1.00/1.00 vMB 52
569,036 569,036 0000000000000000002274473227b7674bd6a5b17dd3316a827f5a34402ea4ba 3,031 1.00/1.00 vMB 47
569,035 569,035 00000000000000000013535112250e115e2896e4f602c353d839443080398e3f 2,526 1.00/1.00 vMB 29
569,034 569,034 0000000000000000000d5efbd7dc73f09e8aaf064d1a76142d4bac4e9dcc61fc 2,332 1.00/1.00 vMB 34
569,033 569,033 00000000000000000016107c94fe5a3b9c6124223fbf6c035f0962c316b44b3f 1,511 1.00/1.00 vMB 38
569,032 569,032 00000000000000000026671ad14e6351e9457425470ac3c06b6e7af7790362bc 1,751 1.00/1.00 vMB 32
569,031 569,031 0000000000000000000c705a9b756d21500a8f1266ac1dc495badd116c08e1f2 3,292 1.00/1.00 vMB 41
569,030 569,030 0000000000000000001e8014eec657fadfde98d89d519ff9efa1a5085eeb3ecc 2,985 1.00/1.00 vMB 61
569,029 569,029 000000000000000000150b8d72647c07333c8aa3a2a17961cb9c8546459c48f3 1,997 1.00/1.00 vMB 33
569,028 569,028 0000000000000000000b78567dae3ac6407a5e56d76901fd89658162657017fc 3,080 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.