Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (885,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,954 22,954 000000004e11cc59a580badcfa856d0433997761a1ca749d131406183efbc7e2 0.00 MB 1 0
22,953 22,953 000000002178d047c27d802fdd267b8773b3c830d9ca1482edc2ba7838795427 0.00 MB 1 0
22,952 22,952 00000000a21f85e6fb3d16f8af2969b0928fc251ee86c386285aba3b47ea77c3 0.00 MB 1 0
22,951 22,951 0000000058f2dd134fa83b82aabc1671fee224d6b5f8a6f775a4eee2f73fc7fd 0.00 MB 1 0
22,950 22,950 00000000edc080d64924b0f5f5f099d98273914545753f4da9747c50d8fd4fe4 0.00 MB 1 0
22,949 22,949 0000000010c4ae0c8edf9efc9fd38df2ec325f725a62969410d75884da0e98d6 0.00 MB 1 0
22,948 22,948 00000000ca8ba7ccb223769ad10de0a9afb7d7ff494e3763b6213e09de8e9352 0.00 MB 1 0
22,947 22,947 00000000a497647164c32fc04db779debb0817b569f6e7208acd468b77606325 0.00 MB 1 0
22,946 22,946 00000000d3b78333193b3322e329bec88e9df16095fdd5cd807e3fe9c5ad7e1a 0.00 MB 1 0
22,945 22,945 000000006ed32719e6c6c4d6fde8cb97f46c5164ead2e561e608f59bef653070 0.00 MB 1 0
22,944 22,944 00000000edff20adb2d7bb1308a4cc1ad5f0479c949df3b5159582b00196d93d 0.00 MB 1 0
22,943 22,943 00000000b1bea9aff31e2a9b2244a26e5b697cf05a1e3faebef04d8896eebc65 0.00 MB 1 0
22,942 22,942 000000007e24966c38b3c0b5469bfda1515d57bf714d7ba7abb6cc84408384b4 0.00 MB 1 0
22,941 22,941 000000005eeb5bc2e904f3b4a4a4ec41e876fe4923b4790f64110c2b072f1393 0.00 MB 1 0
22,940 22,940 00000000875e03043bc3cacfe02bfd0aeb4688d5d6135745ce2dfad4f3bc8bf9 0.00 MB 1 0
22,939 22,939 00000000536d8bda6ce7f2728f9c3b9c3d2ba42ab5fad7acc33d053baefc5e1f 0.00 MB 1 0
22,938 22,938 0000000000fa28992e47ba1422ae7983ea6404575320903a07aae8b13e847b7c 0.00 MB 1 0
22,937 22,937 00000000cf023a30fee17e0fc392ad7437ed6675fd0f3a0cf0664d7c1cb918ae 0.00 MB 1 0
22,936 22,936 000000001480ed5b8a536ed74e4f01ed60cc402d28a2a3d224ab4be3cb466a60 0.00 MB 1 0
22,935 22,935 000000008318771346acc5e004d6d48fc8360a5b5503520b84aadf9cff74572c 0.00 MB 1 0
22,934 22,934 000000006ec9317e3903e196da032833f49a21d2849ae66708378356a163debf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.