Memory Pool Memory Pool Refreshing

8,184 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,796 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (604,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,647 303,647 00000000000000003d3bb5349cbe347eb5f7d673468ffbc716aeec3046b6adf9 0.04 MB 69 30
303,646 303,646 00000000000000000247e5c6a4907a5af664d7267141c2ef69aca87e63b29e40 0.08 MB 136 31
303,645 303,645 000000000000000035bd119aa3be0bda78ffc13c642953e35b200fed54fffa3b 0.12 MB 197 24
303,644 303,644 00000000000000001ba7d6208fcc4464f7125dc49777f7d9ad32e64863351038 0.33 MB 252 34
303,643 303,643 00000000000000004c1ec8d603620ba5b011f7d8dca62041e3eedf7caa55e7b5 0.50 MB 991 33
303,642 303,642 000000000000000001d55deea09fe8d865aafdc71232ed36c2b195025f733799 0.31 MB 486 27
303,641 303,641 000000000000000061e8773b6e0c8a4bbdf7168dc2809c355def56fd1da82c4e 0.13 MB 268 30
303,640 303,640 00000000000000001a8b803b20c53b1cbbf1d8f9a80b740d6e35e864e38b0c3b 0.39 MB 629 30
303,639 303,639 00000000000000001270688fc0b36ea182552c3afb40b39407f515d12c7428ca 0.30 MB 526 32
303,638 303,638 000000000000000012ed5c0c37b354efcd6d49011413d28ee0aac476bbe8553c 0.19 MB 353 30
303,637 303,637 000000000000000005d806f0335e1436ef80b3a1796d76261502767c874cd179 0.03 MB 52 22
303,636 303,636 00000000000000006744dc8c91fe38aeacfa19f402b9d000d1984ad0c7a0a92d 0.10 MB 138 29
303,635 303,635 00000000000000003d553fcc30a5e5063b3e715a09a0115ffc041179888bc3bb 0.10 MB 51 22
303,634 303,634 00000000000000003ccdb75cfe79d6c47c89b1ea6cf6ab7641d8afbdffb8a620 0.17 MB 88 23
303,633 303,633 00000000000000004f76d91cbb175964f5cdd0cd7435553fc308d2e897a550c7 0.25 MB 157 17
303,632 303,632 0000000000000000456cde39a5322ecf089601f1fbc36e5ab3fef4174e634fcd 0.07 MB 156 34
303,631 303,631 0000000000000000060d37a50eb08547a8ac2130d29ab71bd8c3f4199de33a14 0.01 MB 22 12
303,630 303,630 0000000000000000156cce3f7decc640b2b349190e7737c40efe207d80a3d708 0.02 MB 29 25
303,629 303,629 0000000000000000386b2da3f73f424a8ef8cd1e893baf8311a183da2fa6b913 0.16 MB 323 30
303,628 303,628 000000000000000005c6f78a916da18177362a75544cd883545ee1d7bdcd9e2f 0.23 MB 329 64
303,627 303,627 00000000000000003fec29df73b4b612be45598f01e4c138960512550844944a 0.10 MB 207 35
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.