Memory Pool Memory Pool Refreshing

1,670 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (831,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,852 76,852 000000000040993dc2e1a227a8e0f9788fdb2842ca39cdbda2b1f28ed1c3faaa 0.00 MB 1 0
76,851 76,851 00000000002e1f34015a9023d042487c3584175806796c6a4d91937af2f459ea 0.00 MB 1 0
76,850 76,850 00000000003499501b5b854bd3e9df55dc2f5ff8b64ea283187687eba6717b61 0.00 MB 1 0
76,849 76,849 000000000065b884cc0fc145b9a35b4ce8ccb171bcfc93b41637b8b7bf23b0f5 0.00 MB 1 0
76,848 76,848 000000000054221e53309c6187704e2c964d9651cb6002963b3bfe195c7a2ef5 0.00 MB 3 0
76,847 76,847 000000000037deba26e29bd19261d7d9456c8f0a64fa6222d0777f539ab12aab 0.00 MB 3 0
76,846 76,846 00000000004115f2961f1905790d1c43a0877ce624ab98c04a6e4688f381328f 0.00 MB 2 0
76,845 76,845 00000000002a041f4d04713ac3ea57e3745787248b3f2899bb106ff798fa694f 0.00 MB 4 0
76,844 76,844 00000000002ed281a86b11fee2d33fd8995e34a02e444f315a212cf97ab3f394 0.00 MB 1 0
76,843 76,843 000000000010a59530ff5200c818ec415d09ea805f774fa9ccb64e23474b5f2b 0.00 MB 1 0
76,842 76,842 00000000002c22e983a8a1cd888277b0cf57a3762176fda7449fb2376c26f5c3 0.00 MB 1 0
76,841 76,841 00000000005114312ea07bf6dabca52f0aa0e518466ae39d51c90e82d96b3d03 0.00 MB 3 0
76,840 76,840 00000000001451a07cc6310f0917c13b30821db3ae94ce673eb7984f929ea9a0 0.00 MB 1 0
76,839 76,839 00000000005e153ed97f04565e6d5931a7677cba738f9c644f3f4c3a2dd2c04b 0.00 MB 2 0
76,838 76,838 000000000019347b63cb15e46f0aa0b190dde00d6dba55966d1bd32e02a6ebae 0.01 MB 2 0
76,837 76,837 0000000000288ffba6285744e3d1cf78201eed39b145ef63f7465ae7ae063e22 0.00 MB 3 0
76,836 76,836 00000000003731753e360b5171209166b60a97f4d5e60ebbf4d68c927ca77395 0.00 MB 1 0
76,835 76,835 0000000000266bc9a9aa63e379a748bd311c574478dc9ff8fc1a59858561fc9c 0.00 MB 1 0
76,834 76,834 00000000000ef654bedcc4d434ed9e19190ea18ab07b9887e82c65877b8ee08a 0.00 MB 1 0
76,833 76,833 000000000047a6f643874f4ba6bc46e5565585a122043456a5950ef971f001aa 0.00 MB 1 0
76,832 76,832 00000000001d75a3ad7e9d31293c66e445119d35b65b00ebddc76b7137817cda 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.