Memory Pool Memory Pool Refreshing

807 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,359 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,358 (900,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,967 7,967 00000000b27e51b65247e5d4f0fc2922209298dec199e2d6ad8eda9910c2e756 0.00 MB 1 0
7,966 7,966 0000000059fd909513a8ca388de12b87c04665d1f131f8d9d243eb50441696a3 0.00 MB 1 0
7,965 7,965 00000000d00e97619f499e6f19ac3129774332d2c2212eb2ef38dbef39db0018 0.00 MB 1 0
7,964 7,964 00000000e349ca8c0468946dc7d742a4ae1697a6d2cfd27c60c14efacc9932cb 0.00 MB 1 0
7,963 7,963 00000000fef95465d28938fbc6ef34029bc5e049a7b45344b5705c3790c645ff 0.00 MB 1 0
7,962 7,962 000000008432f21f1398605e436c569476f4c9bdde39b21d215c035a5ae9cb19 0.00 MB 1 0
7,961 7,961 0000000006872ad3e21335c558d58629ad64dec3c81e61b6076f03ad15e5b68e 0.00 MB 1 0
7,960 7,960 0000000084fd837d4a4b63bf5881624ba7d940a5708ed957a8d09d1ac4c4f344 0.00 MB 1 0
7,959 7,959 000000000e8b374bf0431c12e88277498439247081dba19d5ee183fd8e833f8a 0.00 MB 1 0
7,958 7,958 00000000650ad0f1f060426ec82b72ac3e8c58ccb7a37f3e52e1e06cff6d8c83 0.00 MB 1 0
7,957 7,957 000000008f9123170d2400afbf2210e38006f199cd2cce0771c55a06278b2082 0.00 MB 1 0
7,956 7,956 000000006f62312d51a2a6ed11fa0fd96e087f1d7f29e6ff047a25bc3bcf739c 0.00 MB 1 0
7,955 7,955 00000000ac283a2fea309bfcb78e819acd0e17b59dd8d11f69844089f5d96c38 0.00 MB 1 0
7,954 7,954 00000000bedd5e3eacd5152622c5b1db0f5293b4a79faf62d92f3ca510995e49 0.00 MB 1 0
7,953 7,953 0000000065edeaa48820fab00df7fd489e48f82ead34856b76b2a67f2a1e015b 0.00 MB 1 0
7,952 7,952 00000000072b00d5649b0b4f442b212c8b2e7a4d474b7156764acede830ad2fb 0.00 MB 1 0
7,951 7,951 000000003359668e837c4554d41cca210eaf738de8eb77f6ec86807118f07d0c 0.00 MB 1 0
7,950 7,950 00000000b24a6699586b4a94b6edc300dd0d4ca6151372b06c3f7f492c86bd0d 0.00 MB 1 0
7,949 7,949 000000001d297c87d25446aec5c20098adf0d4c36fcb9ef0d0e81459defefcd5 0.00 MB 1 0
7,948 7,948 00000000fa9da87d8db2bcef5be8a9de7eaaf976a516541fb1bce79d4b9091e9 0.00 MB 1 0
7,947 7,947 00000000887a8d2a257aaf81dddc1c8293b269fd7d80ce10579d78d1e5c8c982 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.97 GB sent, 98.90 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.