Memory Pool Memory Pool Refreshing

4,215 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (553,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,867 353,867 00000000000000000e83a8005a569ba6fe5f09dc5d408ca90de5d5d4327d81f3 0.50 MB 1,001 26
353,866 353,866 00000000000000000e8519cb055818d7112f77845c7eadfae5069ba9218d6d25 0.42 MB 638 26
353,865 353,865 000000000000000014bb2f9f20648eb2994527e5f9a82050ccafbba3623e431a 0.75 MB 1,853 32
353,864 353,864 0000000000000000024e608ccf880cff39d80b0dcb8c8817f7baf489e07eb829 0.06 MB 49 5
353,863 353,863 00000000000000000001e5b926f30e95405028c7a99039ca6d0d56fe4e6c3fcd 0.31 MB 603 26
353,862 353,862 000000000000000004d6eec7188cd404379de74c9de05e3c9bb1765ab483c14c 0.69 MB 807 17
353,861 353,861 00000000000000000d8538124e30e9860e115b8cf1faa390a62381e9069e400f 0.75 MB 2,027 35
353,860 353,860 00000000000000000b17864e45e6833440ea46a149472e6eca47fc5a50c9cd79 0.19 MB 361 25
353,859 353,859 000000000000000006fa13a43019054bcd6902cff3597bd54cbfd6fa821b3b85 0.29 MB 634 32
353,858 353,858 00000000000000000ed703b695e74a0472bedffaa9888416a998046fd735da2a 0.55 MB 796 21
353,857 353,857 000000000000000012febd0a006cd1b8d9f47cb06a4bba0c607ee7a5b2439e89 0.75 MB 1,681 30
353,856 353,856 000000000000000014c7f1c85f1dfd2e6fd46b35687007d0b8585716fcd4e0ef 0.33 MB 477 24
353,855 353,855 00000000000000000b33090db654b2ae5939fc8f3cc849b986e8ba4d5a02fce2 0.18 MB 360 26
353,854 353,854 000000000000000012f266884dd7ce42f3a5dee08a54abe0aaed42b445f1bf84 0.27 MB 434 25
353,853 353,853 00000000000000000a6ff2ff9659c36ef12584203f2abcbc7ee9cc9975a1123c 0.10 MB 243 34
353,852 353,852 000000000000000003cf899b35c4e8ae2766315da56a8012548a0fed703c8475 0.17 MB 257 17
353,851 353,851 000000000000000014162ac498fb8431516fa376d15f0dd0edfe7e56719876bc 0.98 MB 805 10
353,850 353,850 0000000000000000164c93e36cf36c421decd170011d651c0952cb946cb926bf 0.75 MB 1,596 29
353,849 353,849 0000000000000000042b1b35290a111617e7017182e5ab4d6de4cd1cd94f2d6c 0.18 MB 388 25
353,848 353,848 00000000000000000e4cef071da2b876ce0aad414da72c8cf375220b927717c1 0.98 MB 650 9
353,847 353,847 000000000000000016ae68a1ef5b03d089be451372cdfdf5861a96955f7b41dc 0.75 MB 1,745 32
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.