Memory Pool Memory Pool Refreshing

1,364 transactions
0.53 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
907,902 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (785,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,751 122,751 000000000000365bfad0928a7f5f44c0bf354242e92f29393c7a7bfa7b8d7de3 0.00 MB 9 0
122,750 122,750 000000000000217971650e5a140abbcfa553b6b0d6fdcf312f2568fd1b27fefc 0.00 MB 3 948
122,749 122,749 0000000000007190b1d02263b5f938d931c2188c96c2543959d6109b2f6974e9 0.01 MB 18 0
122,748 122,748 0000000000003f17c6d90b8e4051e2d9d8602c055df643269878b47b2592e1ef 0.01 MB 22 1,461
122,747 122,747 00000000000019e67942aaf4bd3e7d5543d62deb46bf3d5e08d360ace7ddfd7a 0.00 MB 10 0
122,746 122,746 00000000000069de50f282ca3b2d6a3d011ff9316c28384695e4b75c46344c1f 0.01 MB 2 26
122,745 122,745 00000000000089cb6d57ad29161e6b6326f17c7b63e5eb7e65ee30b54c63b281 0.01 MB 14 597
122,744 122,744 00000000000048719763b78ac2be0fe76a0bdcbe466eef040f01fb1522f0b722 0.00 MB 4 1,468
122,743 122,743 0000000000000eb74a8102b6eae6c5f1e9055a879ec4c7f11f08988e87fc960c 0.01 MB 18 1,464
122,742 122,742 00000000000090caa5cc435a5d11614ed8f9cc64db387f9bbc7eab66cbae518f 0.01 MB 20 382
122,741 122,741 00000000000028578830918ce80008364c8d9327d8f68c9080714fb1a00c47c2 0.00 MB 13 1,222
122,740 122,740 00000000000053807791091d70e691abff37fc4f8196df306ade8fd8fc40b9e8 0.02 MB 64 1,213
122,739 122,739 0000000000008ed296ad0480614c34902fd7c98bacb68d240328f2c33284984d 0.02 MB 12 67
122,738 122,738 0000000000006bc2a232f350110376912026aab84c19f84273e08b2e60ce8c52 0.00 MB 10 0
122,737 122,737 00000000000043b8c68919c3641ad772cd993449ff9c0c404640e1361233a174 0.00 MB 7 0
122,736 122,736 0000000000005079bf6ec5f8eecb8d9ce3a993e47452a4aa3c84d44109f3cd42 0.00 MB 2 3,875
122,735 122,735 0000000000004a82477f4810c595c127fc37ac27a8d24081c9d1c47ce921eece 0.00 MB 11 0
122,734 122,734 0000000000005031068555b6e1c9fca571fc11c65e5af302ba9228b5ad2a50e6 0.00 MB 12 751
122,733 122,733 00000000000048fe5e6fdcdb799336ef1b08a7755b4545dc69e4ce1223ef21b2 0.00 MB 13 524
122,732 122,732 0000000000005facf69c30c51d8091bc7365a133254eb0290d55bb654c81dfbc 0.00 MB 8 249
122,731 122,731 00000000000029d2c64c44b4fb277923b5111dde67efb62d40d1c0d55adf80a7 0.00 MB 7 2,972
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.