Memory Pool Memory Pool Refreshing

2,480 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,475 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (816,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,968 91,968 0000000000058da77eb32d67b260eb5fe458b1753c1f4ae7be532f4951b65993 0.00 MB 2 0
91,967 91,967 000000000002d9429841980bbca83ce01cbdf42c3c10a09f9edfdb95dcbc3479 0.00 MB 1 0
91,966 91,966 00000000000b809a26a5aaac537be757360bf8d04d635e753f1afbd7a306dc87 0.00 MB 1 0
91,965 91,965 000000000004d611184c224ea9a5a4137a58b0a0d35a1216f7b9ce276625a9ed 0.00 MB 1 0
91,964 91,964 000000000006d078950d59c3f17316acbcb9c0da66736f85635467ce5d04d30e 0.00 MB 1 0
91,963 91,963 000000000008dc214a52da0c2e9d7187c7e3a314fb22a21e6db5059e0da6c154 0.00 MB 1 0
91,962 91,962 00000000000de79b4db706f86b240713df4b7764da9fbe89456f447be08d2793 0.00 MB 1 0
91,961 91,961 00000000000458eff06d08a449da804463c306a8d4cae5be14d9717496b8d2e3 0.00 MB 10 0
91,960 91,960 0000000000075c7a9c65e0737e8f65a9731f580a82593af87f0d05d18a14b195 0.00 MB 2 0
91,959 91,959 000000000000bed4a10f6dbbe29643690d2841d15c0c6371a1e2b539234921a7 0.00 MB 1 0
91,958 91,958 000000000006a8a2e1f3edaa8afc7f8bd29f55eb5149baf05fb65d81da790493 0.01 MB 25 0
91,957 91,957 000000000004b2d6ac29949fb8114e583c39f5b1bb3690a6fe8d6789b309e851 0.00 MB 2 0
91,956 91,956 00000000000721b09da46b0cbb3178cc202fa1835e6bb0596175707dad8aae18 0.00 MB 3 0
91,955 91,955 0000000000034ece8eaef3c2cb4f5aca6d1ff0a12ac0a527e9238ba4302db652 0.00 MB 1 0
91,954 91,954 0000000000028e9412a5e78c88cf24dd843b3639b6eff3576fcaf425a827fca9 0.00 MB 5 0
91,953 91,953 000000000006c9a43a4baedc58772534251a6ff2a6106b4531e9b000b3891d7c 0.00 MB 4 0
91,952 91,952 00000000000699401b0010a35b6aa6248cb7837c61ac65cd6d2b97299b2dc0d4 0.00 MB 3 0
91,951 91,951 00000000000678f92373a27f3ec44ebb7dc459f40cbe423e48efa6af70f19a20 0.00 MB 1 0
91,950 91,950 00000000000a33fffc77347a62f0553fecc68f509ec9c036bdb9c6a7027ef22c 0.00 MB 1 0
91,949 91,949 000000000001fcb0fbc926f07c3c2a0fbec2d7422e8204ad9b4311527648faa4 0.00 MB 3 0
91,948 91,948 000000000008838bc3de1392ce99531828561345e15bd232e64cfa589275134b 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.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.