Memory Pool Memory Pool Refreshing

7,454 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (894,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
14,372 14,372 000000004161d8322ab0879012ca7b2baf3f78a884ddf72761bd02dce9fb746e 0.00 MB 1 0
14,371 14,371 0000000032eeac513b9f5006fa59044353791dd32a9a90df8892f5e20bd7af14 0.00 MB 1 0
14,370 14,370 0000000062aa139d16baef2474b64e63e8213f72b1aa61557f4f864804d9c371 0.00 MB 1 0
14,369 14,369 000000006a37e0ad9f9a239175c33638f8202f58100d8f775dd9ce053de6568f 0.00 MB 1 0
14,368 14,368 00000000cb4ba157880cdbf7542e225ce1369363d737e0a1d6f70d2fb350731d 0.00 MB 1 0
14,367 14,367 00000000c24e270c43c877e7fedae9fb4b5736a5af59e6985fb2231c4ceb8c19 0.00 MB 1 0
14,366 14,366 0000000050bc935912ea8dfece638f06c453dce36f63b3e1dc4c617ab0c828ae 0.00 MB 1 0
14,365 14,365 00000000b00c413edc9d432f4c60aa087927916a18a06f77a081c2b2cb34d1c6 0.00 MB 1 0
14,364 14,364 00000000ba75d2b20810a12fbb34444e11765d75fd06904d2a5519f7496067ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.