Memory Pool Memory Pool Refreshing

2,374 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (720,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,580 187,580 0000000000000201bc2b3276aa24123121b60b1069f620982841f3b3f2b75138 0.06 MB 167 112
187,579 187,579 00000000000001ae9771555d3aa107897c4ac58b2de778b8614fd5a4432ab55f 0.08 MB 195 108
187,578 187,578 000000000000058a34ea36b4d491ec471069d610a9feb40753f0cd5620329d6e 0.19 MB 329 116
187,577 187,577 0000000000000471ab52735c4384a4e08e1f8fbe189a65b0a70d2ac376ac9f90 0.01 MB 44 82
187,576 187,576 00000000000007fee00ca8215a6319021bd974615013cf64a0d5750a57135a41 0.03 MB 84 70
187,575 187,575 000000000000075ac5327834c8b7d06d6beb18b810bc1c2456e0804284cda408 0.02 MB 73 118
187,574 187,574 00000000000007fc8c9b7269e9ee3709aa8d3ec214d8f13414e6e84c85512219 0.04 MB 87 114
187,573 187,573 0000000000000663516efb7bd4193df9fb7fe0b844221d18c2273f184e38bfe5 0.05 MB 143 126
187,572 187,572 0000000000000309465f9d6fee3b3381d27bd035ac52dd0c052cae6b6810af67 0.00 MB 11 44
187,571 187,571 0000000000000646b0e5353c3c54a8ea95694194d4a479a3c4143305aabbc980 0.00 MB 13 25
187,570 187,570 00000000000008b5b9c5b6f37226d9045cbd558c1c982a0e44e57630e223cf9e 0.09 MB 125 81
187,569 187,569 00000000000002ddb3761d8308da1b7f20161804b2bf253691982d180ae0e007 0.06 MB 63 199
187,568 187,568 00000000000007f9e85e8978c2aa1c0a7cc56210126800bc1a0973511a750595 0.07 MB 155 88
187,567 187,567 000000000000013a683c6420a7298ef33281ebdda4f88f2f16da4c1b2437ad40 0.01 MB 18 62
187,566 187,566 00000000000006266e44c0872f9d18937845de67a4215819598e38fb2c7527a3 0.03 MB 92 112
187,565 187,565 00000000000006c04aada3554614bdd4e85732e8f33c663f809ac54efaa18b9c 0.04 MB 85 332
187,564 187,564 000000000000050cba11e0b5b634f198f8baad9117f54fbdd8e3614b0c225b3e 0.12 MB 241 143
187,563 187,563 00000000000005c4b55b21f4d08ad7368a5b812c75bf510885cd2ee6ea2c8e54 0.03 MB 69 99
187,562 187,562 000000000000082b9255d2c30fd9996cb334d50820ff3b29e3ccd057fb6ba29f 0.01 MB 25 54
187,561 187,561 00000000000001e5365e36cd61740e81a42b00392812ad4617bfb165f6229f38 0.05 MB 128 46
187,560 187,560 00000000000006047d2b7d33516cbe1ea966cbefaf41ff7d545242ed702069e1 0.02 MB 43 85
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.