Loading Tool

Explorer IconExplorer

Memory Pool

39,048 transactions
19.40 vMB
0.06822435 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 107.65/200 MB

Candidate Block

Mining Attempt 523097ac3ab1f60cd7d6526a882d3c4ec1e70db291a87559c44a7136bd48c816
Version 20000000
Previous Block 00000000000000000000e9038dd4e0545f879c5e864a961132f9b6b59b1e7b55
Merkle Root cfd56814fddbc21c7eea5736076aa778a351805e91b1bac857f7f5631a73506d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,587
Size: 0.99790175 1.00 vMB
Total Fees: 0.03146357 BTC
Feerates: 301.60 > 3.15 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,877 (739,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,597 174,597 0000000000000a4a9a233f621970020ca14461675f721e74f1223276143c98b6 22 0.01/1.00 vMB 68
174,596 174,596 000000000000083de9dffe94e423c9951249cf3a9159a986a259667649d585d8 46 0.02/1.00 vMB 16
174,595 174,595 0000000000000380afbafda1f33a9348274109af3bfe1cd82ffbb2640a725f3d 91 0.13/1.00 vMB 63
174,594 174,594 0000000000000688823fea93562f7c4b794145358758837ad116886fc0cbbe15 48 0.04/1.00 vMB 40
174,593 174,593 0000000000000334155b7730a00745c4e6be7cdb67cdcdd2564f6bf8c075e3e0 57 0.03/1.00 vMB 87
174,592 174,592 000000000000060ab0d38ab93ce0ac0b9766f0654c37b25433bd248050e3f2cf 15 0.01/1.00 vMB 84
174,591 174,591 0000000000000997a02be133428faab7105cc430c52d398b6b8a7c3d4db93c75 38 0.03/1.00 vMB 104
174,590 174,590 000000000000083b96e4c9d1ba4a82496ce4ed66fa4f044bf9f1511d06b83c95 166 0.05/1.00 vMB 20
174,589 174,589 00000000000007d7c6539589322ecf67f200fafdf80b3c7534f33a227bef19d9 18 0.01/1.00 vMB 48
174,588 174,588 0000000000000782d0124d801448671c94116e43974db4fb01edb7b8ca2c56c6 73 0.03/1.00 vMB 111
174,587 174,587 00000000000003d0848977894f5f06aff8796a948a8600a1398cdbdbcd949977 6 0.00/1.00 vMB 49
174,586 174,586 00000000000000e1d72c466cbd14299f7c7b41d509637c77dd55e1c208d3edff 100 0.03/1.00 vMB 112
174,585 174,585 00000000000001c07b832161704e810f875f7fb49964abf4b0214ddca4ca5eee 23 0.01/1.00 vMB 67
174,584 174,584 000000000000042983103ba7acaa2b34adee8b5366f085ec6eab7518ad1eac67 13 0.02/1.00 vMB 50
174,583 174,583 0000000000000140af85b3612b6b0c47774f98518c6f05daafb2516d153d108b 36 0.02/1.00 vMB 55
174,582 174,582 000000000000097849f4a910b2177a976acdbcca4c86c04db00de1d19bbb5159 105 0.03/1.00 vMB 5
174,581 174,581 00000000000003cb052462f2ef1c025c0e5517b59d2a208db67fbd89447e5337 46 0.05/1.00 vMB 350
174,580 174,580 00000000000002266a6ce07637490878af8ffaa25b54990fcfa5c07dcfe5a1c6 10 0.02/1.00 vMB 146
174,579 174,579 00000000000005c35a2ce25dc1fa300a74848ee506785672022abaf147ded958 13 0.00/1.00 vMB 0
174,578 174,578 0000000000000607a81b20ae119faa2debab42baf928d566e7d3c63ebfb3961d 17 0.02/1.00 vMB 29
174,577 174,577 0000000000000814683022819b69e01eeac17c1c65296b44504cf9547b8fb34e 142 0.05/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 780.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 524.65 GB
    • Received: 5.10 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.