Memory Pool Memory Pool Refreshing

6,035 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (888,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,890 19,890 0000000004e886c57a7c4f975d371447675a3ca5ae649b10d7fbe7e291c56027 0.00 MB 1 0
19,889 19,889 000000003b6fe2a2ea6b291bcbd4bfe952062edf84c7511c4d864597c1ef5286 0.00 MB 1 0
19,888 19,888 000000002c9ee08dbdfbb618534e1989e136575074927cbba6a93703f625469b 0.00 MB 1 0
19,887 19,887 00000000282efbcd44dbaa490dd33374ffddb27aa53a3268c6af019bc7e03d5d 0.00 MB 1 0
19,886 19,886 00000000e2af66f35c7e8d7ff52655b97fc7b6c463deda7f62ff9bdd497e9054 0.00 MB 1 0
19,885 19,885 00000000cd84ab20db45bf8eea1fb7509a92967e6951fa0c449a9a8960c1780c 0.00 MB 1 0
19,884 19,884 000000004df44cf9afb654c081b9e406a0516711cc44d7fc20ba61c9cc14ba39 0.00 MB 1 0
19,883 19,883 00000000ddf8d6ac557c8adcd825f599483073c16ae0311bd3af2c20615e1d34 0.00 MB 1 0
19,882 19,882 00000000177223738b5548c2a7aec42cfdedebc29bf90f99e543b9e518ca1535 0.00 MB 1 0
19,881 19,881 00000000484ebd5b8928c39b1b9eb6fbdf18ae86782663e222085f4dce1ff90e 0.00 MB 1 0
19,880 19,880 00000000158e839f528e33eab4a59fb156030a3d6867ef056fc2cbaaa6c8e1d5 0.00 MB 1 0
19,879 19,879 000000008d333df3ec8e76be925e9f8740b3fea5655002c6579c0bca3f6949db 0.00 MB 1 0
19,878 19,878 000000004497b273b7dfad4646baab03952820eba46b9b9952ded74e080a2db5 0.00 MB 1 0
19,877 19,877 000000008cc0ee8e02910bacf289d2c74760c262a13dcbcb41079971c24874f4 0.00 MB 1 0
19,876 19,876 00000000003e45f91f985e6a1a9c2428ac5f44ee086c1e5ef9a258e7d3bd048b 0.00 MB 1 0
19,875 19,875 00000000315671a2e01a171bce57341a5411a69d050bda2558752b51a91770e1 0.00 MB 1 0
19,874 19,874 00000000c0c08431344d6753e54b193b66101ceffbb78735e240e9ab3449a1c6 0.00 MB 1 0
19,873 19,873 00000000061945ade60ad05fdd6ab9ef5fb995ad20e7f60bafb3a573bcd517b0 0.00 MB 1 0
19,872 19,872 00000000ce7fb5d9bb09842037a17bb3c4ac9ed55705c090e690bb824178ffa4 0.00 MB 1 0
19,871 19,871 00000000a1db1583fe3760a2034cf5db858ab6281f1922ebaf79c2dc349211e2 0.00 MB 1 0
19,870 19,870 00000000c68f8979d8a1ee02a496a65185c8b90c2c0d927b984bb7495c351386 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.