Loading Tool

Explorer IconExplorer

Memory Pool

81,571 transactions
31.01 vMB
0.09100627 BTC
Random Selection Loading Transactions
Max Size: 188.26/200 MB

Candidate Block

Mining Attempt 3a6f51dc4e2292b655cd32f0063c00f352dd1d3c4d04e0e3915237f4df91524a
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 63a1a2b321aae6c5e568dcc99173c5d333b4b94fa6be4788d82118b0a3d52c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.02427069 BTC
Feerates: 351.58 > 2.43 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (322,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,379 592,379 0000000000000000000684c41a26701a3da7683181a257e35bc7fd1545791e8a 2,164 1.00/1.00 vMB 41
592,378 592,378 0000000000000000000fd4f19aab6d9506de170da8e5d4f000e4272eba076f66 1,929 0.68/1.00 vMB 25
592,377 592,377 00000000000000000014284d809c14cc4aab30973e3d90bae65c67b424b58fef 927 0.32/1.00 vMB 4
592,376 592,376 0000000000000000000505061c874a6e1ade62b3364bc76fc6310f7e3bf7e3c7 2,701 1.00/1.00 vMB 14
592,375 592,375 0000000000000000000fb5b73d87572f7932f2a6981a52d5ec91779450099a5b 3,029 1.00/1.00 vMB 41
592,374 592,374 0000000000000000000b4da751828916c21a0a1a4db10bea13d43dc1c4db86c7 1,443 0.55/1.00 vMB 26
592,373 592,373 00000000000000000007fc89154aa3a1e352ab03ff48141a6ba9f4da18d962e6 1,667 0.66/1.00 vMB 2
592,372 592,372 000000000000000000044e381dcf89d2f124abfc440ff850c33db7778b301f64 3,239 1.00/1.00 vMB 23
592,371 592,371 0000000000000000000ff43c2e59e853f32e2f2198cd6b0f48aa4a2ab370a06e 1,650 1.00/1.00 vMB 20
592,370 592,370 0000000000000000001741f5b23bb8abf61be04f327312c8a59a0aa2b145f9e1 2,712 1.00/1.00 vMB 48
592,369 592,369 000000000000000000147ea9b9e8a5df583ffdad232fd5c92c3ee08effef34c3 1,444 0.49/1.00 vMB 23
592,368 592,368 000000000000000000150b629a4413bb789356fcd91f5be851cdef39c75866bf 1,134 0.36/1.00 vMB 23
592,367 592,367 0000000000000000000328946237adfb0049ceca014f46f6ff262fcbd7737127 2,731 0.87/1.00 vMB 15
592,366 592,366 0000000000000000000c3b6ef7b4cc8bdc240e40e83c5f5a5967bf7f8697c8b3 2,004 0.61/1.00 vMB 20
592,365 592,365 0000000000000000000febc49fd4cd379db530fc5528bcc916f9c6bc2107048e 416 0.12/1.00 vMB 27
592,364 592,364 0000000000000000001068d8a4cbf6b014951535f38f394d63ca5fb075f0d9f6 834 0.30/1.00 vMB 23
592,363 592,363 00000000000000000005bf7bcdbed34b7307933210a4d2a59cd96418c7bda07f 3,280 1.00/1.00 vMB 22
592,362 592,362 000000000000000000167f8d8e7ecdc098bb09b76792012b3f078b7d3f44649a 590 0.21/1.00 vMB 18
592,361 592,361 0000000000000000000cbb133ba766fda484198969d7dd43e93e633da715fd9b 384 0.16/1.00 vMB 17
592,360 592,360 00000000000000000004397cc3386eb4e58c36e706943abcda4212c33799bb00 1,440 0.47/1.00 vMB 13
592,359 592,359 00000000000000000001ef1e810dab23e09d19fd88822fc0c8b3d0c8434d016f 2,995 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.