Memory Pool Memory Pool Refreshing

1,942 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,926 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (801,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,636 106,636 0000000000024fa48e7c6ecb6ff54545d8453f6305b2903b2ef682277e329ebb 0.00 MB 3 0
106,635 106,635 000000000002f1d5e1b128b8f88e6288484333e5a08ca133c0ee35c203ed1041 0.00 MB 1 0
106,634 106,634 00000000000091f49faed9ab0d72675df0aff9a97df2f1cc2634346632ec33d6 0.00 MB 1 0
106,633 106,633 000000000002ef36c96f93af18e8457c49f07ac776a3a45f1be3546145143eec 0.00 MB 1 0
106,632 106,632 000000000000d753acd255e3f46bc906fe24afe7cc5b320745811ed69166c593 0.00 MB 2 0
106,631 106,631 00000000000014afc294b43dc5fb1eb11d4fb1cf2763f302467a3e1046fb5904 0.00 MB 1 0
106,630 106,630 000000000000b9f01291b99a00c3cf507031c406e19d0497bc99f07bef0d2b1a 0.00 MB 2 5,425
106,629 106,629 000000000001f7c05f16b0548f7d6a94ed98ad2b0ad964d2ecbd898fba18674e 0.00 MB 2 0
106,628 106,628 00000000000149f8d7889efbc05e23bf0a2e8f82482691cb4129ff13660de759 0.00 MB 5 0
106,627 106,627 000000000002e58d179379bb2b6864aca97c1ae6bff69c9aab8e5a437fbdecb3 0.01 MB 22 0
106,626 106,626 0000000000012287977c3a9b547be3531a9573b9ff756ad816cf75e070cf7ab3 0.00 MB 1 0
106,625 106,625 0000000000000cab9c6fd5dd7d6c12b2c4754db88f3f7c73119503759b2fb6d8 0.00 MB 1 0
106,624 106,624 000000000000c6021285a4577f02516f37af2678631bebbb80038f4ec1a1ec98 0.00 MB 4 0
106,623 106,623 000000000002ee2f2e0b1f2453538dd179584376e0c5460deb8ea3b83485b081 0.00 MB 12 0
106,622 106,622 0000000000028c74f52312ad722a84a36c510a1311a15d51234f6938d60a71db 0.00 MB 1 0
106,621 106,621 000000000000070c84731ace168221ae1e06c32396018828c9135df3277fb84b 0.00 MB 1 0
106,620 106,620 0000000000020a9938ba01236f7881d722772e7f2b5df79cf867fbf78b3997e4 0.01 MB 3 592
106,619 106,619 00000000000227e38b1e9b47e0fb69cf7bf735b0423c033ae71df73bbc350515 0.00 MB 3 0
106,618 106,618 000000000002ac7877f72c9c7cf8e20a01d5bf6eb8c5e4071a49ef78e47b28a5 0.00 MB 1 0
106,617 106,617 0000000000020f2d8a9d603bfccc634a91fb520a57af8a9466de83ff53cff4b9 0.00 MB 1 0
106,616 106,616 0000000000023e7dd7deaff2c13de1c0b34f849dc4a83d09c9c8650bf3847b0b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.23 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,634.80 GB sent, 94.08 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.