Memory Pool Memory Pool Refreshing

1,595 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (165,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,969 741,969 000000000000000000043b9e1de8d12d40f22f1d55071840a8893894697f7ed6 0.83 MB 1,429 13
741,968 741,968 0000000000000000000326c191ce08ac9d5a20c2891eedf84a98ed94745314e5 0.79 MB 924 10
741,967 741,967 00000000000000000004cb9c45db2a45371014e4c191915da7cd15c9d426e78e 1.38 MB 1,256 3
741,966 741,966 00000000000000000001ac9503de864ae0cb61dff1e5de167d381386360bf771 1.46 MB 2,505 9
741,965 741,965 00000000000000000000d2757cd4c5925008681a148bc7719bd4f3a1800adc08 1.35 MB 2,222 20
741,964 741,964 000000000000000000029fb2e724279ef8509103a3a230f642d1b5b171db3234 1.44 MB 2,601 22
741,963 741,963 00000000000000000008ed632d5fae6c7fc88d70f9d1a94c3ebdb042f6caa9a9 0.06 MB 160 12
741,962 741,962 00000000000000000004a1da1d559b17589383f0612c151602a4806e9d0af1a6 0.31 MB 542 12
741,961 741,961 00000000000000000000ab19679cbf2b7cb87ff952a6d59759d6f522ac4b4926 1.13 MB 2,275 13
741,960 741,960 0000000000000000000879f11e2671bac8d491b69f0dbac5046810eb9fe2c872 0.35 MB 696 13
741,959 741,959 0000000000000000000225947baec8fe02b4cd3a8cae8b3f9e359840d9b2652a 1.33 MB 2,340 14
741,958 741,958 0000000000000000000638bf437376a0501143d2b5145d462ea7e76970276769 1.22 MB 591 4
741,957 741,957 00000000000000000001ac8be5cc281470e38c629e8ff4bd1c9ccf6304c943f4 1.62 MB 1,969 11
741,956 741,956 000000000000000000038cd49c2486391620fc1ba1dc6ffbb0443d78dd955158 0.15 MB 157 18
741,955 741,955 000000000000000000050539ec0b5ef650f109ba5296e8e85ebfbfbbb67be2cd 1.43 MB 2,498 8
741,954 741,954 00000000000000000008b38c1077356f8547203221882c763efd57a13f25b7cd 1.49 MB 2,953 21
741,953 741,953 000000000000000000014edc8256fe9e8b44a220230d826d4d49f859cd136f84 0.25 MB 418 12
741,952 741,952 000000000000000000019d8d907ea97e9f15ecd59a29d02f80923eced549aec9 1.58 MB 1,666 5
741,951 741,951 00000000000000000007b666fc15acccc804217efe2cab4b5925219e7052b286 1.23 MB 1,243 17
741,950 741,950 00000000000000000003408fcd23f89e1cb4e1e4b63c938e58d6c483c274bb52 1.29 MB 2,384 11
741,949 741,949 00000000000000000000e5adbbc82f1083127da80287d8461280c60bea6960d5 0.74 MB 1,625 8
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.