Memory Pool Memory Pool Refreshing

5,568 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (604,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
303,626 303,626 00000000000000002e8f1003c6a0050935a8e6a21d723c43d18d27d88a988ef7 0.14 MB 246 29
303,625 303,625 00000000000000005e5fe777ccdafec1d2a5b3fad066a985df1ae4954c5850fe 0.00 MB 13 39
303,624 303,624 0000000000000000008c7d2d590a0317aeeac924bf7b97c2b54a276b7d28db10 0.09 MB 170 32
303,623 303,623 00000000000000001d8c85a20273cb6d2b488e4887ae9e4586ef79b4fe3e4bca 0.16 MB 249 28
303,622 303,622 000000000000000038482b02deac8cb74283d7fcd30c0a35b24080feb632882b 0.05 MB 76 27
303,621 303,621 00000000000000005cf4db3ef06f156a1cc731168569a8afafab45910eda08a4 0.08 MB 114 23
303,620 303,620 00000000000000004c89cb3fb82095d15a270ae0bcbf29cc61f101fb419fc5d3 0.24 MB 392 31
303,619 303,619 000000000000000036cd59c2f17c3098446c7bf94f78aad15c9afb054d08cb6f 0.14 MB 245 26
303,618 303,618 000000000000000068ff5a0f328da28ddcbbf5d41399c68c561f4676687e262a 0.04 MB 32 21
303,617 303,617 000000000000000059f5ff42454b0cdb8098ca7725d62c7502ccde365a324523 0.19 MB 295 27
303,616 303,616 00000000000000005905e20bf43288aaea748d9a6e05832029aea5b817c5964e 0.22 MB 250 22
303,615 303,615 0000000000000000690927319705d0a5c6486c3e51b744153138524c28e4f588 0.00 MB 14 36
303,614 303,614 000000000000000025b9bdaf6449836416fb5b936407010dd72e194ffbd2ed77 0.08 MB 119 20
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.