Memory Pool Memory Pool Refreshing

4,835 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,392 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (217,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,033 690,033 00000000000000000006fb2df70a389a1c5174c76edd64acada482f6f407c737 1.35 MB 2,911 60
690,032 690,032 0000000000000000000c7798515c0bfa097441ccf0b727df2cce19d3a1c91270 1.08 MB 858 109
690,031 690,031 0000000000000000000daaf04e8a387ce2d4a93834e8b226c992db5beee0fb2c 1.45 MB 2,074 15
690,030 690,030 000000000000000000097179f1a1db0d556406caec53d4b04c1bbb734da75a90 1.38 MB 2,734 78
690,029 690,029 0000000000000000001162c09b5a21635a6ff177fe447ed5cbcb8bb62fd53080 0.08 MB 87 24
690,028 690,028 0000000000000000000ccf93c885837c6571f5c8227dcf878eacd034c49fd7f4 0.95 MB 1,327 29
690,027 690,027 0000000000000000000a8c40255ce1d6681e23344b7e09eaa9b61a363fcb0e31 0.44 MB 451 7
690,026 690,026 00000000000000000000070265f0f65e97cc3eafbe4dea25c00a9d8b85fa0fd6 1.37 MB 1,250 7
690,025 690,025 0000000000000000001353bc7e9316005375b1c257b9f99ce2a85e1f1118e3c3 1.51 MB 3,153 6
690,024 690,024 00000000000000000003dfbaee5f4df855f0d93e94085dd0b5e794cd3814fec5 1.42 MB 1,996 26
690,023 690,023 00000000000000000004ba2f72535f336a51b77e3af3882d55113c2d840fd1c3 1.45 MB 2,707 51
690,022 690,022 0000000000000000000478ad720e369ad7393d7190a7e884c1cc6cd34c788805 1.49 MB 2,323 14
690,021 690,021 0000000000000000000660fe1d5420ce4d8b52754ece17387e37c5f4490559f4 1.36 MB 2,261 24
690,020 690,020 0000000000000000000ee9119f51d46d2208b0fb30a2ba90c8a3628949bb9e86 1.20 MB 1,822 49
690,019 690,019 000000000000000000095dde42a3fa8be86f891411de6249e07d0cca591bc5b8 1.38 MB 3,209 68
690,018 690,018 00000000000000000011ba1a2f9700bc2b69e8108448d6460b67a042c4b12a2a 1.38 MB 2,700 31
690,017 690,017 000000000000000000132989e121d260ff22b5fd1044b9888ccf13c0c93d9af1 1.40 MB 2,515 42
690,016 690,016 00000000000000000009ef6bbd1fdf837e33a99bba99f0d1581cec97c585f0fd 1.39 MB 2,791 32
690,015 690,015 0000000000000000000d637985224e4416f947d7a0bb54ad1bc61f9b251122c2 1.25 MB 878 23
690,014 690,014 000000000000000000128d7025d1075cd3f8fc7e33c70f1ed00b45c2aa1ddc78 1.18 MB 1,569 50
690,013 690,013 00000000000000000008e0bbc79ac10b7b5583085e4ba759cf232983893627cc 1.39 MB 2,286 19
Previous 10 blocks ↓
Total Size: 769.28 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.57 GB sent, 94.34 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.