Memory Pool Memory Pool Refreshing

3,546 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (789,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,663 118,663 0000000000008bf199082633a1c7cb70e3a5adbc75669577dd4fe4dd310f7660 0.00 MB 12 326
118,662 118,662 0000000000002eb68418e7e3ce9ff2e989bd0dad067464f4952cf2c42844328c 0.01 MB 15 4
118,661 118,661 00000000000071ad3fe506d8306411fc85755169061588ad96a80c3179ca1c79 0.00 MB 1 0
118,660 118,660 0000000000001e40032cf11a320f61c6b329caa8e0e9740b36e16652ba0f4755 0.00 MB 9 0
118,659 118,659 000000000000c2c109fe23685a2e5868bedd1ee3c16de38fec01c63af812b6aa 0.01 MB 28 0
118,658 118,658 00000000000073ea8e25eef09ca80c77473f16c2797070956befd4f1d739c117 0.00 MB 2 216
118,657 118,657 0000000000000067adbe980c3aed62f8368d1981e2dec5c3aa25c4db51ff6661 0.00 MB 6 0
118,656 118,656 000000000000a8e9907b1384254c22f974f4b0c59d3e7ee199bc2cb1616b32b7 0.00 MB 10 289
118,655 118,655 000000000000865c21ea6f2ad8ff9d3b31ec8938dae6646d22f7a50fc62b0cc5 0.00 MB 10 0
118,654 118,654 0000000000007a79a56ff721478f9def24b80397e66f8bc3e7cca72cd8c3e006 0.01 MB 12 476
118,653 118,653 000000000000570e926b59dfe955e16f100c0eefb7b37d62967cec68eb41c9b1 0.00 MB 8 273
118,652 118,652 00000000000097fea39c9ebbe7ce6ac58d164c92221aea189ba0d76fbbeb7097 0.01 MB 14 0
118,651 118,651 000000000000c50518fb04903088134afaa8f11dd2a440644e598cf8e974415a 0.00 MB 2 0
118,650 118,650 00000000000051fddb2a07e70ec5996d4df740209aac9619c35a289c6ea84ef1 0.00 MB 2 0
118,649 118,649 0000000000007f8bc1da5c2a7934101035e4a7a82a50bfac3c11cee347eac2e0 0.01 MB 14 0
118,648 118,648 00000000000087c7ddc0adc45f6ceb1be6d32fdbd88fa5b8ebaa2411c7b7bfc9 0.00 MB 4 0
118,647 118,647 00000000000018ed9528da1d0afdd1859d1f359b803022abc8c5851f50568be9 0.00 MB 5 0
118,646 118,646 000000000000bc7735045ed236f1033e4b70ab3fa6596f564c26c7e4741ddd92 0.01 MB 10 300
118,645 118,645 00000000000077fa529baf963481a01d3051f3bb9457779db6a0c95dbed10adc 0.00 MB 1 0
118,644 118,644 0000000000002328f24eb2d160e1a89c074d2e95df4691b29f2db715c3ad21ee 0.00 MB 2 0
118,643 118,643 000000000000c50467edd7bab45def1e0ad30a7d862b5351f9363a952298fd73 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.48 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.