Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (287,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
620,550 620,550 0000000000000000000a079a96c4cc52020acea729e7dd1a52a5fd152ed3011f 0.73 MB 2,122 17
620,549 620,549 000000000000000000105bd7a348b66f091fd6b629f30dc38d646bf6e4a853eb 0.42 MB 1,172 12
620,548 620,548 00000000000000000007d69375f7b8f54af3607a122e9e041b4fe5eeb1f055c5 1.13 MB 2,077 10
620,547 620,547 0000000000000000000fba05085e9d7fedb9a382f4bc8fe2f10511b7a16e773b 1.33 MB 3,148 26
620,546 620,546 000000000000000000006c8d1f31be68c01b0a07678f6d4e751d4a9b9ffe0790 0.63 MB 957 16
620,545 620,545 00000000000000000009bcb56603f33715908d7ab38c1f486cb7e62a3b357871 0.04 MB 102 16
620,544 620,544 0000000000000000000b200341694a3ea247dd68d1ad765bb8eb331423ed2d9f 0.47 MB 1,302 16
620,543 620,543 00000000000000000008f9d420ce433ee7001523313f706fca58c6a019f472ad 1.41 MB 1,249 4
620,542 620,542 0000000000000000000d462e00e51753768f9f728ed8741791c2eec432ee4601 1.18 MB 1,137 3
620,541 620,541 000000000000000000064d4f35309b7e84fde69338d2c01ba20569686ee2b0cf 1.32 MB 2,592 2
620,540 620,540 00000000000000000009faf467102b7ca597b960e1cda99a768ed47ac848529d 1.09 MB 887 15
620,539 620,539 00000000000000000005095279eeca53c040d8b722ef6a2267dc4af7644814ab 1.34 MB 3,023 26
620,538 620,538 0000000000000000000fb83dcaeb5ed8d7b9419e2af59eabc1eee7c85c27c3b6 1.19 MB 2,071 17
620,537 620,537 0000000000000000000138a0deb99666b5ed659f835a1c8606018fc5d5c1228f 1.24 MB 2,360 13
620,536 620,536 0000000000000000000024dc370d450c285d6195cc7f389edc2c4370d887892c 1.18 MB 1,611 21
620,535 620,535 0000000000000000001131dcce51f514a4d5f8ddc7420718bc7af54e0f21293d 1.46 MB 1,223 2
620,534 620,534 0000000000000000000119e179a3169afe7e1dbd867cb9070a6f75a583b98fb3 1.32 MB 2,309 14
620,533 620,533 0000000000000000000eb390eaecb469b16f5982fbb4bdf1e6079c5c3c7e7a7c 1.18 MB 2,008 11
620,532 620,532 00000000000000000001d781ee8b3338e5a4f8f47918efe1f663e73c01fa423e 1.32 MB 3,389 20
620,531 620,531 0000000000000000000fe843d7060e8d4f1c2d37e5bbd81b370d04e858cb68e2 1.12 MB 2,183 9
620,530 620,530 00000000000000000007bd8a7edf9d6d8e4ce550bfd45154755b04742e8abaec 1.28 MB 2,787 19
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.