Memory Pool Memory Pool Refreshing

4,744 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,990 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (627,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,638 280,638 000000000000000174b32d089050cb523cc615592c3e3b9e97307fcaa4e61bba 0.03 MB 59 39
280,637 280,637 0000000000000000bf7dfaed0b5b922bdc8b74ac73f9618990540b9b711e223e 0.02 MB 51 26
280,636 280,636 0000000000000000af318e82b1a8de1fe5bdb4b384ae304a652f9ba175502cf0 0.08 MB 155 288
280,635 280,635 000000000000000125f409c83c88d31dfad61437c8c1ce4999ade6fbedc46462 0.24 MB 579 56
280,634 280,634 0000000000000001420d6fcd2fb0b13dfbceb197baaf8d0547b3f35f2903b9cc 0.42 MB 767 28
280,633 280,633 00000000000000003422426ac4883db483ff7ac3eeff0d13ba7303cbb51a990f 0.25 MB 636 56
280,632 280,632 0000000000000001428f84cfc47fd0f9b684e5ac23d0526ccda02e824a29f4aa 0.03 MB 113 242
280,631 280,631 00000000000000009fe85d70700f58a0a44904979b40eb4b05f15ce2c8c03c3e 0.03 MB 88 71
280,630 280,630 00000000000000017aa28ea5ee171597ab8ff4ce9d8898e680b3f39c9a790dc7 0.25 MB 555 61
280,629 280,629 0000000000000002247ba2b82fa14a6ca9700c33a6e77662671e992489efdcdf 0.13 MB 245 42
280,628 280,628 000000000000000214db1ff6a2bd3fc708382ba44ade2cccea0d58c439ac0b04 0.20 MB 325 37
280,627 280,627 0000000000000000676e53dde0ded1a9a4a6a198c464810aa600cef76efbcb5c 0.08 MB 143 25
280,626 280,626 0000000000000001b519b74f9575a6763168d3d5473c4007d9825cbe8fe8443b 0.06 MB 68 15
280,625 280,625 0000000000000000e8e8fe9758f3938353a30843c7144685c319503840b23e4f 0.16 MB 259 39
280,624 280,624 00000000000000010b1a24d0a51d4cdfa9c39c2a7db134a5affade2d43913d63 0.54 MB 1,153 202
280,623 280,623 0000000000000001a13805e26256440c89a734b3387c4a9475be59cdf0fa2871 0.03 MB 91 1,777
280,622 280,622 00000000000000006aaad85665965e0f8ed4b735250fabcc2ba4e6c47e6849bb 0.02 MB 41 476
280,621 280,621 00000000000000006efc60b059058e9be44c440c921628ac0bbe0c6c532abecd 0.18 MB 82 13
280,620 280,620 0000000000000001a572f84e767b70f84b9ed849170ab69e0378ecb73732e1cd 0.25 MB 539 137
280,619 280,619 0000000000000002504a76052d207fa5775be3a6ee57ecf10c761c6c1cefb374 0.25 MB 582 59
280,618 280,618 00000000000000006fc9d1349c76393e69cd98a8c5511b0578dc6d90da161921 0.15 MB 356 111
Previous 10 blocks ↓
Total Size: 769.22 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.64 GB sent, 94.04 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.