Memory Pool Memory Pool Refreshing

4,855 transactions
3.72 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,284 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (894,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,393 14,393 00000000773f81efb1a9a51eb774b7b0d83bbfd8c0b4e1ac14a8a6c00a71b7ba 0.00 MB 1 0
14,392 14,392 000000000c83302d8bbc84c35dba0fcc3c171a280acf996c162df70c74a7db8b 0.00 MB 1 0
14,391 14,391 000000002653731659cb82905d61341f37219c2c2d5b6f18122b058e61e514bd 0.00 MB 1 0
14,390 14,390 000000002846e40a9dec4ebf3f260f31ef62e254da9a68b6a8bc66181ba0015d 0.00 MB 1 0
14,389 14,389 00000000816bfa51d37b5c457b77752a5dea320d8f935ad3e35fb1f691fd7c7d 0.00 MB 2 0
14,388 14,388 000000005120a2bfadea5d81aca48271d9e1f3129388ea5f26a8683d519c9953 0.00 MB 1 0
14,387 14,387 00000000bd650f0b5d61058bc636328c09bf17c03319087ed7bf34b5a4408d6d 0.00 MB 1 0
14,386 14,386 00000000c787a9801ab0e3f58219624cddb948c3a20304c84c7fc03dc6818634 0.00 MB 1 0
14,385 14,385 0000000021ecb3691998293dd306cad96c7b515ac3f4c97692e9f82de6e28b11 0.00 MB 1 0
14,384 14,384 0000000050f2f4c0d039e2ee0c13fa91b0de834ea07abb17f1a894facfe7c7f2 0.00 MB 1 0
14,383 14,383 000000002b21bc7d8df8627009482bdeae779be936866942a265a4ae515123ec 0.00 MB 1 0
14,382 14,382 0000000047813763d33807e21f80a53eb869d63115ec4201046b05de0965706a 0.00 MB 1 0
14,381 14,381 000000000a18e45f2be60cafac709b376ec6ee54d14f8dab7a21883e1819fb85 0.00 MB 1 0
14,380 14,380 000000009b87d23715252e166139b48d7a426afc20e1e260ae5b217b6e930eb8 0.00 MB 1 0
14,379 14,379 0000000059f6e95ee8b8c01ce2e3554db027a64aa3006eaaf878b735e7a3e8f9 0.00 MB 1 0
14,378 14,378 000000005971ee644dbf4efc5f0cfe8cee3bb710bbd2a9c1575cd72a198ff904 0.00 MB 1 0
14,377 14,377 00000000762c38cb0f84231e2a8172a54f4d25845a39225f31b8d955186f6835 0.00 MB 1 0
14,376 14,376 000000002fe6beba930c6a91fd8be6e7e42645b019e209a6a98b966c79c89b3b 0.00 MB 1 0
14,375 14,375 0000000097f1a2f7b3d2ba00d4b15557b68677a4451e65365cf98d6483226b44 0.00 MB 1 0
14,374 14,374 000000008162107ff8440631d1117c968238cf36bb8dbccfd0186e0f3a30a911 0.00 MB 1 0
14,373 14,373 000000002964324b2f06e6d38fa5a948b8a2792fbe124771233506f23ea9cf84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,853.85 GB sent, 101.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.