Memory Pool Memory Pool Refreshing

3,454 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,065 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (1,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,910 905,910 000000000000000000011b366ac98bfea72080eb34c42915fce51461bf4847ab 1.51 MB 2,801 5
905,909 905,909 000000000000000000006cd22f7961f50f767afe40d7b3a221d51037598a746f 1.58 MB 3,902 4
905,908 905,908 00000000000000000000d339293ed550873da34430be36a0f7bd3017df570cff 1.86 MB 3,798 3
905,907 905,907 000000000000000000018381dc1caa67b51a54a028fce6f62ae2302528faea6e 1.46 MB 2,679 5
905,906 905,906 0000000000000000000021412a94a674f9269b89376ca5acff5f1ca3d5871549 1.29 MB 2,243 8
905,905 905,905 00000000000000000001ca36048f9fad1cc879dd3e8d9f43305ff52614a9b40f 1.29 MB 2,441 7
905,904 905,904 000000000000000000004121801e085d67a6f0f6a1dbe147cebfe61955173804 1.75 MB 4,387 2
905,903 905,903 0000000000000000000205d028fbf664753e6daa6ecdbbc9417f3cd07715310c 1.62 MB 3,694 4
905,902 905,902 00000000000000000000249fec091f84545ddc5b6b2b2238de5cb05f784916f3 1.67 MB 4,143 2
905,901 905,901 00000000000000000001fb69c1ff54bcf672178a07e3d541e144ba01667cf6ef 1.72 MB 4,275 2
905,900 905,900 00000000000000000001a931ea278526fe4f38e6cfabde3a252ee51536c27572 1.61 MB 3,891 3
905,899 905,899 00000000000000000002265fc9745ff9354b8985463307ec60a6c9891da145c3 1.68 MB 2,654 2
905,898 905,898 0000000000000000000089569ebe91909c85782232b7f6353f0377a77fff9bde 1.86 MB 2,376 1
905,897 905,897 000000000000000000005dc86f722d4b5de505b7bcc28badab29f476b82cb4f1 1.72 MB 3,080 3
905,896 905,896 00000000000000000001ad7c04e51ebf45e9d12aa7b60fabaa46c34ba16b42f5 1.83 MB 2,860 3
905,895 905,895 00000000000000000000bebb3b1f75b438176672736b9da4ac76d86026ea4287 1.24 MB 1,286 3
905,894 905,894 00000000000000000000fe65711833deb1aee1d349734bbc5bfd0864eee31a8f 1.56 MB 3,283 6
905,893 905,893 000000000000000000003f1467482bf4dd6972cfe6dcb9dfb87b024ab08628b7 1.69 MB 4,114 7
905,892 905,892 0000000000000000000131cd86a9bec27628e0d96819c4f11b4df811cfd7cae1 1.05 MB 595 2
905,891 905,891 0000000000000000000088fa4f475309b8c2b626066eb95341675bc61d419f2c 1.32 MB 2,240 4
905,890 905,890 0000000000000000000065fb60dae75709510565bb8cac505d8edd70bf09fa6f 1.70 MB 2,266 2
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.