Loading Tool

Explorer IconExplorer

Memory Pool

78,348 transactions
29.36 vMB
0.06611043 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt 30dbc4281a8861481173da5f99c5e7cc27a4d3af91589c73cb4985a0eee985f3
Version 20000000
Previous Block 00000000000000000000801f3e91662b185797f56ba83fa8ef7c650b3a81ab8e
Merkle Root 9b935e9a663700ed1f625752fd1e85a420b924add3bf0d3bf1213bd8361d5a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,183
Size: 1.00 vMB
Total Fees: 0.00654162 BTC
Feerates: 104.71 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,001 (317,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,558 597,558 0000000000000000000ead691b6a0c14838ab867d327c588ab848dc9d261e62e 3,377 1.00/1.00 vMB 59
597,557 597,557 0000000000000000000a05f255c33c6e46170968ce88c1f392d9a3a973122b6b 2,556 1.00/1.00 vMB 13
597,556 597,556 00000000000000000003cf7e9ce780d088ec400dae8b6d7b17e7040559e9289b 2,312 1.00/1.00 vMB 60
597,555 597,555 0000000000000000000a0c7e8d774f15fbf9ab56e6492a505b799ffd6bcf3659 2,616 1.00/1.00 vMB 34
597,554 597,554 00000000000000000011c090921910a2c5b192f55ae4d0b3e574c69c937d82bf 1,703 1.00/1.00 vMB 25
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
Previous 10 blocks ↓
Total Size: 782.40 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: 664.69 GB
    • Received: 15.03 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.