Memory Pool Memory Pool Refreshing

1,903 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 1,903 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (733,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,848 174,848 0000000000000200bc3e0c98a3cb9ba7b94022158847c4abe6df690f5fd75abb 0.02 MB 18 36
174,847 174,847 000000000000007146e9e5c26702a4a29c2ab3a16753b19523df2323a28370ab 0.00 MB 5 90
174,846 174,846 000000000000028f17e82a973546d29ad4557c354c5708a322b5a85c0ddbbf91 0.00 MB 5 792
174,845 174,845 000000000000099a409f7926efef8f1096198a1d196f3ece6d35740118d70958 0.03 MB 67 70
174,844 174,844 000000000000081c7ad6aa2ebde31fed0dec320b1d9e7c1714e9df949bc2abe3 0.00 MB 8 344
174,843 174,843 000000000000023514f45f8377e08dc469d86b7743431dec00999bb0bd107675 0.01 MB 20 236
174,842 174,842 0000000000000930f0e7114b8c5074d4d0d3443afc0cda157772f7e02fde5133 0.00 MB 17 517
174,841 174,841 0000000000000927359827e965e2ce7097fe87d9111c5f9ab88f7eee650a9a19 0.03 MB 45 96
174,840 174,840 000000000000089cf212fdf2286e970b673da5ea99482a9f4454abf5b14b5e47 0.02 MB 47 105
174,839 174,839 000000000000057a194ea022def8a2dbd6926cf072d169278a90b6b5ba68ce3e 0.00 MB 11 31
174,838 174,838 0000000000000223b85648af3296500b47af1683e3277b1ac69830d48407f247 0.00 MB 13 74
174,837 174,837 000000000000086a6b9df515203d64c8f2b520cec7ecac70a8c20f6abffda36b 0.01 MB 22 26
174,836 174,836 0000000000000931913783234c1bfd6725ccb059dcf616f30ba020a9d8ff9b14 0.00 MB 14 68
174,835 174,835 0000000000000336b572eb225586c505cf298e4f53736de8ef7b924541cbb687 0.02 MB 45 95
174,834 174,834 000000000000008ad3010900247c569cec4dd39850cf5f2c3452a0d20d6ba722 0.03 MB 67 136
174,833 174,833 00000000000000daea3788fca5f4e52fc0e4c78821ab51b2a9a1791543147e25 0.04 MB 64 145
174,832 174,832 00000000000007d3966116656f01921f8769c906a64bf3f5c11c8a19942e1fe4 0.02 MB 59 222
174,831 174,831 000000000000079f8d9ceef102d6ca859ffc894a47a4032dcc5e0ea6192956fb 0.00 MB 8 81
174,830 174,830 00000000000008dec0930e6746779feaff4b339551382249ff783795d731255b 0.01 MB 31 26
174,829 174,829 0000000000000224e0a495eb2dd54ff3451a938815e833f0b2bab7aed7b7d7ab 0.03 MB 67 521
174,828 174,828 00000000000000dd801e179b75259c195ad4e8e819be5e0696b34853facf8e41 0.02 MB 51 40
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.