Loading Tool

Explorer IconExplorer

Memory Pool

73,358 transactions
28.44 vMB
0.06902274 BTC
Random Selection Loading Transactions
Max Size: 168.12/200 MB

Candidate Block

Mining Attempt 0e555d963e1bed02e7bdfc27f5eb0b3ab9ecb7d3b47b41c94b58e4a9a3e51c81
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root f2d9db1202b8973024b17ea273f32ed10213a45c3096b17d5f2eec434ca4a19b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01202364 BTC
Feerates: 100.36 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (317,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,553 597,553 00000000000000000014b2e456a67ee3e409a2927b1ff27abc38f1718d145c0d 2,359 1.00/1.00 vMB 19
597,552 597,552 0000000000000000000a0244a5ab6fc0ff98d5e38eb7aaff81373e2933d2b51b 1,346 1.00/1.00 vMB 15
597,551 597,551 00000000000000000004053d17d351c37f369ed3e2b55a8d5fc7b2c27a813dcb 2,206 1.00/1.00 vMB 39
597,550 597,550 000000000000000000159b193d1016964b82d65e6618ff041b455b490b25f3c1 2,815 1.00/1.00 vMB 43
597,549 597,549 0000000000000000000b447d54976a042a004a549e518fef6f4e7174aa30c20e 1,303 1.00/1.00 vMB 17
597,548 597,548 00000000000000000002655675a0cfa828ba1bb64ea35f1bb0df2055413c4d54 1,818 1.00/1.00 vMB 40
597,547 597,547 000000000000000000092bba97167536ba7cba49d640463662e2363cc769b2dd 1,043 1.00/1.00 vMB 70
597,546 597,546 00000000000000000014644c2dbbf5b7b5221af7c314dfdef8994b3346b55361 1,676 0.55/1.00 vMB 9
597,545 597,545 000000000000000000056564642e1a98a004e873cce222d8432a9043288ae56e 2,302 1.00/1.00 vMB 9
597,544 597,544 000000000000000000156c98e61e3b54e33530500d44ebb5dd4a69829d0ce498 3,018 1.00/1.00 vMB 27
597,543 597,543 000000000000000000018650f53852ce2b44eb797ed78baaeb4efa816db20742 2,422 1.00/1.00 vMB 61
597,542 597,542 0000000000000000000581292750484f48e85bc2de54c2658a4a774da2095880 1,704 1.00/1.00 vMB 19
597,541 597,541 0000000000000000000d3ecca795300d4eb0b432f07f5108411db1dbb6b88ea2 2,962 1.00/1.00 vMB 60
597,540 597,540 000000000000000000143888b37c10b7cdb431753e0dd5bef21c9d02339dfe72 745 0.18/1.00 vMB 6
597,539 597,539 000000000000000000026b85f4e896601aea28089192300c0c34e1cd41b78ac7 2,414 1.00/1.00 vMB 31
597,538 597,538 00000000000000000008fd6ead2fc9e059992af0b4a963da5e3aec37160eb7bb 1,008 0.34/1.00 vMB 37
597,537 597,537 000000000000000000045335b7206f764460b2447fd3f7293f0158a8b89d4b9a 2,618 0.80/1.00 vMB 35
597,536 597,536 00000000000000000000b2288ee16485ae5392b49eca97ae795038700e27a606 2,289 0.75/1.00 vMB 15
597,535 597,535 0000000000000000000279396f5fbd94cda00e8039632f7e5183785278ab8a8e 2,199 1.00/1.00 vMB 43
597,534 597,534 0000000000000000000314719d59cede37e5b0eddf75cd9f52a729ceacfd1176 1,965 0.59/1.00 vMB 8
597,533 597,533 00000000000000000004e3350d5f28f5cab5f13728762e110ca27aa05271d7ac 3,036 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.96 GB
    • Received: 15.33 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.