Memory Pool Memory Pool Refreshing

5,203 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (788,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,916 118,916 0000000000007f7694625b54328b8105a43d66c44d6995c478d340e3383a6b82 0.00 MB 10 309
118,915 118,915 0000000000003f231e3b33eac25686787a47338624bdceff3df3e78c7227cd38 0.00 MB 8 0
118,914 118,914 00000000000065dd00c48e14503a291e7b9828f3c5736fbbdf2c818580cdbc15 0.01 MB 29 2,014
118,913 118,913 00000000000058f89e0ae2eaa2b198fc5cdfc293ffaf10f05dbdd08576f5c8d8 0.01 MB 16 329
118,912 118,912 000000000000cb7444df4f835ab5364f8a05d486c0fa4b35f0acdc0589be5d61 0.00 MB 3 3,868
118,911 118,911 000000000000a08f93b324ff222b62decf5614031c129b802df6ba7601b39480 0.00 MB 4 265
118,910 118,910 0000000000009255c0cde3e459bce572ab1bf1995623e64fdaa49f7f2e603efa 0.00 MB 8 0
118,909 118,909 0000000000003addefdd873ee352c0f9fa478009ee22c20340036bf82993e785 0.01 MB 15 543
118,908 118,908 000000000000bd1985f1cb7bb494837a86908658f1834da2a4b7d5ba35d84222 0.04 MB 119 102
118,907 118,907 0000000000007407f7ef6cc43edf4328a905762dd1135a42187fac0555aae32f 0.04 MB 148 5
118,906 118,906 0000000000001f6cd538e00049d315e5fae624749735af1b02da5116cde550a6 0.00 MB 10 336
118,905 118,905 000000000000884361c8bd32e66064fb4af198a63f24b70b2d11f67b617ce629 0.01 MB 6 0
118,904 118,904 000000000000a37de05f060b6b68a87a34001e2d661a67a6582080139191123f 0.00 MB 11 0
118,903 118,903 000000000000abb8ffe791da650742df4570d76aa58e05203973cdb1c8d10ed4 0.01 MB 29 0
118,902 118,902 00000000000019171c16dfbfbba6646a1c0bd3312d7d30841dcdba2ef8b706a3 0.00 MB 9 0
118,901 118,901 0000000000006f917d4897ae4340fe5449e6e4244d8fd9f41b4b2a82cdca2ce9 0.01 MB 19 384
118,900 118,900 000000000000ada7544c3412bb1df2027aaeeb06ed57a492956b91959ea03de8 0.00 MB 11 0
118,899 118,899 000000000000078f76d47484e00980dfc08e89891bb4f71959d236a41928591c 0.00 MB 12 0
118,898 118,898 0000000000004fe41f08b0a2af9d8a1257e9601ea917b219012e813e5aee29be 0.01 MB 37 2,943
118,897 118,897 00000000000091363b7a00864b983070dc62913313701c28fa0bb6bd933c6740 0.01 MB 28 119
118,896 118,896 0000000000009f91aae791d4e175b3aa0e3d9b88042d7807e6f26d285bf20e1c 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.25 GB sent, 93.06 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.