Memory Pool Memory Pool Refreshing

6,017 transactions
2.55 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 3,761 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (103,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,198 804,198 00000000000000000000d1b78dabafed74c4483fdde4d899952274fafb70998c 1.18 MB 996 6
804,197 804,197 0000000000000000000180d72b6b7201b8cae68b430dd432fd5b9c5fb8084354 1.76 MB 4,535 8
804,196 804,196 00000000000000000004115266ad9ffa481522004a4547bdc32b6579b0b9e14d 1.48 MB 2,783 6
804,195 804,195 00000000000000000002da7d5d8367b2c8269795146b8ad3912e01576aa72d6d 1.66 MB 3,725 8
804,194 804,194 00000000000000000003dd5af708699332979ccec5a54907c068c623049eb031 2.00 MB 5,938 8
804,193 804,193 0000000000000000000411e00924548becdd4b2c629be0a97322aaefc8140b02 1.80 MB 4,720 6
804,192 804,192 00000000000000000001fb0107aac75af4d076ed9ca5b297075747bba66af25f 1.72 MB 3,716 7
804,191 804,191 0000000000000000000428cf77964b9e88c8b400b2bf112d80e9977db007778c 1.30 MB 1,313 7
804,190 804,190 0000000000000000000423c50248f2999501df21f5a1f939d8f6e00e8174093e 1.61 MB 2,181 8
804,189 804,189 00000000000000000000df274d6a709d681fc7930c9bd76d1c1990b0062cd095 1.46 MB 2,634 16
804,188 804,188 00000000000000000000e0100fb4e3b44cb07da7719025bbfef2d7bd14793f0a 1.90 MB 4,764 9
804,187 804,187 000000000000000000001ce2683fe9f9a5d4425400bf8207a4b480b7fadf6e90 2.05 MB 6,530 6
804,186 804,186 0000000000000000000162306bbd71e78658abbd8da4c19ea143184cf7c2a3c6 1.71 MB 4,133 9
804,185 804,185 00000000000000000002a3ab669b0ed76a97caca2c12ad7ac964a1f463781ed8 1.61 MB 2,760 9
804,184 804,184 000000000000000000046037e4dd24616eb06acf2fddd47aa8a90b72171dcb94 1.96 MB 4,917 8
804,183 804,183 000000000000000000047d03cfe4adb74627d37022426344810bc205ab18b903 1.75 MB 3,955 7
804,182 804,182 000000000000000000052f73fafde1e847962e918b35e1eb1e978154f78d722a 1.62 MB 2,023 10
804,181 804,181 0000000000000000000453848025939f710c2e6d9b973ad9fd52ce7c28f12c18 1.89 MB 5,396 6
804,180 804,180 000000000000000000000b6f60ea4c3a44e310b9f0b5eb315bbce7f246f35c23 2.08 MB 6,680 5
804,179 804,179 00000000000000000003eca42d791b347f66cd1ea12b7c9368cf9876a7061a5c 1.72 MB 4,237 8
804,178 804,178 00000000000000000002ed9f39a4d3106c8c9d775ef6ab214983f15d490f9570 1.72 MB 3,736 8
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.36 GB sent, 93.98 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.