Memory Pool Memory Pool Refreshing

6,266 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,093 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (55,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,584 852,584 0000000000000000000134a16e4e5f60fc2675010e7e15a23df03f57bbee8955 1.57 MB 4,782 12
852,583 852,583 00000000000000000002b918e006d74f5428a2bfaf1cba2d10ac86576f3b7e90 1.54 MB 5,957 8
852,582 852,582 00000000000000000001cde8eb366116cc0aa2c970a065ec25491a1a6dac894c 1.49 MB 5,909 12
852,581 852,581 000000000000000000035d1652d208d3b7c60e4f4952281aa6e13fc9e11ffb10 1.44 MB 4,829 11
852,580 852,580 0000000000000000000007f178289f030d025a523e7deea3a5af1a6a25df7235 1.57 MB 3,852 15
852,579 852,579 00000000000000000001d3e7935b038ce62c194a0f9e69cfe2cc606d41a53dab 1.46 MB 5,211 12
852,578 852,578 0000000000000000000037c2fbac796754b4af8a56ea67bf2147312bbd78bc2e 1.59 MB 4,905 7
852,577 852,577 000000000000000000008ac7847d763d53f0257d852a4d8f1327bc4bbd1888da 1.44 MB 6,405 7
852,576 852,576 000000000000000000022bde1686567fff9c27d392f0121ad75098f55c7285fe 1.56 MB 6,495 9
852,575 852,575 000000000000000000011a7e79288a123e02268f5613fcdccad162d062e9c244 1.48 MB 5,472 10
852,574 852,574 0000000000000000000100d2b5a93b8d0097370f7b8d1c9a8448119036358f21 1.43 MB 5,813 9
852,573 852,573 000000000000000000006288bc668ad68946e61e83710b63c184c1f2b0af0c6a 1.49 MB 6,516 9
852,572 852,572 0000000000000000000242823185cb36c5128b16c4c89925fd3f14676c311c10 1.45 MB 6,416 10
852,571 852,571 00000000000000000002e440e1d5ef985157143fbcf1e0e9c09f2f89cd63ae60 1.45 MB 5,970 14
852,570 852,570 000000000000000000001a5c00c0264e9021cd9f452e95e6a95b203cedf0c0ec 1.49 MB 5,492 11
852,569 852,569 00000000000000000001590dffb681b9260facec58db04a47b32a75a63fc11c7 1.55 MB 6,176 4
852,568 852,568 00000000000000000001283658ea24179766c213aaf27b1752425d585718bcca 1.72 MB 2,370 8
852,567 852,567 000000000000000000019edd1ea199346332cb8baffd8b5328e13ef217995568 1.54 MB 4,671 6
852,566 852,566 000000000000000000027f75965fe91e380a2b40717d47445cb8cb92286d805f 1.96 MB 2,644 8
852,565 852,565 000000000000000000003005a44b33957fab53c062304de8830845c28c3cc6ba 1.61 MB 6,770 4
852,564 852,564 0000000000000000000283216a8e88ec9fba191f5e9028d44542ce6dae92ba99 1.79 MB 4,439 7
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.