Memory Pool Memory Pool Refreshing

2,950 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,474 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (856,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,867 51,867 000000001c62295c42735f6726726a1a163eab0f1b50f1ca120f09a059c4bcac 0.00 MB 1 0
51,866 51,866 00000000050a2f274055b8309b121e077b806d58672b9a98e202aa9dae83b7ee 0.00 MB 2 0
51,865 51,865 000000000f954de417304923e3fdeff789b366c741bd03a17d449fa554df2e56 0.00 MB 1 0
51,864 51,864 0000000000d2880eb50e2430f8ba7b29872db239d625a6595ff34e4a615303e4 0.00 MB 2 0
51,863 51,863 000000001d93679ef36e16d110cace1c8a25265418306435d7198529d8997e10 0.00 MB 1 0
51,862 51,862 000000001818978504984adc9abad13326b15fc7fdad9bdbfe64c96382d65873 0.00 MB 5 0
51,861 51,861 000000001cce77981c9840f8fbf5bfab757c947f6859fe1a05c4eed3a88826f3 0.00 MB 2 0
51,860 51,860 000000002001b072397f75112c7a48520508fd0cde82796ddedde6efd44c3808 0.00 MB 1 0
51,859 51,859 0000000016843a3c00048f07dc21a4defd58499b7458ffaf5aed09943b167230 0.00 MB 1 0
51,858 51,858 00000000191135498c0681d8a05d341cc0796888e62fdf3934704d5be3e870c0 0.00 MB 1 0
51,857 51,857 0000000007e5654d46294024dd305926d4e871c54df7bf9e5e45a9276616915d 0.00 MB 1 0
51,856 51,856 00000000034d16bc65ea2253ec502268c7b4125fba869bc07ec6590f69e88649 0.00 MB 1 0
51,855 51,855 00000000017d49a9116ef6e34b44fb55fbad6d3658fa9ac994f89f5fd0c4df46 0.00 MB 1 0
51,854 51,854 000000000ebc7d67d8185976ac43a5d2ff7de571373d8ac11f9632a6e6bb0e53 0.00 MB 1 0
51,853 51,853 000000000a44ef0719df11ebe302d04677da66cd802cc4b405289ebd7e30728d 0.00 MB 1 0
51,852 51,852 000000001648475ab239c36e30e21efd2eae5ae82474a8b0265b2923fc988a46 0.00 MB 1 0
51,851 51,851 00000000154cb7467476d4372783e64fa0ad03c6bb3d9d3460ed2475ff1e615b 0.00 MB 1 0
51,850 51,850 000000001cc6f2db4cbe200d386b4caa71ee26ffe5c995183c74c6a02a914f53 0.00 MB 1 0
51,849 51,849 000000001c7b12bf6313dce93e30ad1a69b48211f455ce034bcc2b93b1b60cb1 0.00 MB 1 0
51,848 51,848 0000000007b2035099efe199cfbd09c70ad18c065bdd9677864a0a605fdc26d5 0.00 MB 1 0
51,847 51,847 0000000016641ec518f9459269bab13c2dbb7aa0be4af930e8a093ec17524f2c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.77 GB sent, 96.51 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.