Loading Tool

Explorer IconExplorer

Memory Pool

80,191 transactions
29.85 vMB
0.07457289 BTC
Random Selection Loading Transactions
Max Size: 179.71/200 MB

Candidate Block

Mining Attempt 770d475d0f366f8332495f5061ed932dc15acf400362a7013ecdc7624a3a9198
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root a42db0a220a9674fb6f709f509bfd35f74bbe78f9ba66730f9a61ba923470047
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,958
Size: 1.00 vMB
Total Fees: 0.01352628 BTC
Feerates: 197.70 > 1.36 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (292,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,547 622,547 0000000000000000000168bef245eafa469914f6dca837494301fa6249a5e955 2,824 1.00/1.00 vMB 67
622,546 622,546 00000000000000000005ff44fedc8f9446ebfc1d5f6033072d6c5fb554ad4b29 1,932 1.00/1.00 vMB 24
622,545 622,545 000000000000000000096a7f8bd77d156e428f297b15eab8b6ce37a602be81cb 2,034 1.00/1.00 vMB 44
622,544 622,544 000000000000000000057f8f1199cbb0d7df12d7b035cb3c9b9bc334ef7dd433 1,155 1.00/1.00 vMB 58
622,543 622,543 0000000000000000000be5d2699614e75c59a9276c2b0983b063a5a0f83bcc7c 2,183 1.00/1.00 vMB 74
622,542 622,542 000000000000000000044561c91bb9fcc9561f17aa2a23148755eb2246fec3e4 1,654 1.00/1.00 vMB 99
622,541 622,541 00000000000000000004a847b9777c2e6455de5a23abbdb1e2e1c4567d018333 2,600 0.83/1.00 vMB 25
622,540 622,540 0000000000000000001021f94515adce245d086215ad5baa75838052821100eb 2,555 1.00/1.00 vMB 15
622,539 622,539 00000000000000000004e04a82fee5c5dca6f4f5ab0baf555682d2f5345cc5ba 2,262 1.00/1.00 vMB 37
622,538 622,538 000000000000000000100ffed0a2293845d226e8e14d925c7392f330623328e3 2,527 1.00/1.00 vMB 65
622,537 622,537 0000000000000000000546d756f2247dc5877bb7624224bd5901db6448e62d9f 595 0.24/1.00 vMB 38
622,536 622,536 00000000000000000010095beea4ccffdea946ddea4df8a66608ecd463b94ab3 1,894 0.73/1.00 vMB 16
622,535 622,535 0000000000000000001015a10db23f1b5c5840292a7a7ac50152b06c7869d8e8 2,744 1.00/1.00 vMB 23
622,534 622,534 0000000000000000000b0fba211127b65da5f2a1aa0a26e1d1306f88643a032a 2,850 1.00/1.00 vMB 68
622,533 622,533 00000000000000000001419bf334caff2212fa3f3f9779033b5314f681fcda50 1,437 0.50/1.00 vMB 35
622,532 622,532 00000000000000000000919856725a4f647d1b0c5f1fdec6ccd9a86f2442473b 2,802 0.92/1.00 vMB 39
622,531 622,531 0000000000000000000cefc1549211ce432fa3ebb28e1223822c1db07843c063 1,785 0.60/1.00 vMB 30
622,530 622,530 00000000000000000009f090a28b1a7b3fef00c745807ae45cecdce5ac83ad09 965 0.34/1.00 vMB 37
622,529 622,529 0000000000000000000e407d7bb49e96b9c44aba2bdff64e321f0a8edf605181 1,085 0.42/1.00 vMB 35
622,528 622,528 00000000000000000001ae7d4e1fa3f3dc8c4a1baa4ad90d0ceb93edb1aed642 1,444 0.75/1.00 vMB 2
622,527 622,527 000000000000000000000d029df8bd75f7ee9c8c708870474e532a91f009625b 2,549 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.37 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: 663.71 GB
    • Received: 14.93 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.