Memory Pool Memory Pool Refreshing

9,272 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (574,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,036 333,036 000000000000000000d90e7c57ca454ae63ffd3356a6d54219ea4f636929781d 0.10 MB 177 22
333,035 333,035 00000000000000001b2cf275e6a5664ab66494a98c4708d08a9b92b618d8f164 0.01 MB 15 30
333,034 333,034 0000000000000000193ab6301dd507f1f3e3135498d964c60e95408865ffe0c9 0.06 MB 90 21
333,033 333,033 000000000000000015afc0e17983270d57102ea374253b9393d9f7a3ecfe47fb 0.07 MB 153 10
333,032 333,032 0000000000000000077c93c56ab11c9c25192060dfd5ce41f6e8b38f72e1e895 0.26 MB 536 24
333,031 333,031 000000000000000018b9f08a4afbc45b4b8a70d9693ee1b876b012a8d5df3173 0.40 MB 682 24
333,030 333,030 0000000000000000105eef1b33d8aeab37cebd2dde29915c253f622ac3649220 0.39 MB 755 25
333,029 333,029 000000000000000005d0693b9b3459949922fa8139c3098281c34769eb1c624c 0.42 MB 870 27
333,028 333,028 000000000000000019e2dc0de1d5d55c30e90a905d569ef2d3fdc865b3a15f94 0.64 MB 703 16
333,027 333,027 00000000000000000c91485d9f90dd6efa561eb6e12004bfcd392546ace1bd4c 0.75 MB 1,977 35
333,026 333,026 000000000000000013bedfe460a56487977b7daa8bccbb7ad75ac89c2182c393 0.44 MB 612 18
333,025 333,025 000000000000000014f26585171d569de5b788c3dcb92b4cc8a75f7324323df1 0.22 MB 607 36
333,024 333,024 000000000000000003970ff87baa9fcfbbd0cc3e63e7cbb750076c183a837cc1 0.09 MB 153 26
333,023 333,023 00000000000000000138f8a86210210b2826712b2d4c951a2c7cfaee814eaca9 0.73 MB 1,160 24
333,022 333,022 000000000000000005e5fd8ba1d59395df6da400590f6cd6dc87d32e0f7d1694 0.02 MB 41 27
333,021 333,021 00000000000000000ef4f52956fd5a81a406be344042ab3d2302832f9a3f2971 0.42 MB 734 24
333,020 333,020 000000000000000013f376ca753b29f562e31bfe0ad86700aee93baa803d05d0 0.06 MB 96 20
333,019 333,019 00000000000000000a4e483d92515df1b501aa35249f9879dcf2010be1cee430 0.70 MB 1,550 29
333,018 333,018 0000000000000000071183f1414087a1ead1feb797f6fb9b86c56a10deeee263 0.37 MB 802 32
333,017 333,017 000000000000000009aef2fd4c7e3c55f12f55b0b5e1aba952a661ff3b495edc 0.40 MB 739 24
333,016 333,016 0000000000000000107a9fb3517469df49165f67ff58cf9548e31b2e5ef0c335 0.23 MB 396 21
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.