Memory Pool Memory Pool Refreshing

2,987 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,966 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (669,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,498 238,498 00000000000001406188f2cd2c9ed1ab132d127e25500f8fc686191d51e2c4bf 0.03 MB 64 149
238,497 238,497 00000000000000926a2046bcd77a1f9295270efcb8567752bdd48125f8c488c4 0.00 MB 9 192
238,496 238,496 00000000000000866341c51ed21e17e1287dc8f25bdefbdd2b72b32c32c18866 0.12 MB 253 159
238,495 238,495 0000000000000033c4c6d39f91eaf12357af4d208a652406fb984939e6793117 0.01 MB 32 209
238,494 238,494 000000000000002e77c53d3e14912c5ae239200ad386348a7b4219234c3cd7d2 0.02 MB 61 177
238,493 238,493 000000000000013d43c57763962a463dc45d92b3c88d7759f21d55bff7d73f5e 0.08 MB 166 155
238,492 238,492 000000000000010e9811c26bb6859d336af935e366f6361d77633305acba187b 0.09 MB 197 166
238,491 238,491 0000000000000089064912fa197047676855e42edfa44d54afedc196c4701da2 0.13 MB 304 189
238,490 238,490 00000000000001232b4b9ae838af197aa001ff3712cd62636e44565207cf6ede 0.13 MB 299 167
238,489 238,489 0000000000000024444379160c0af2c510f8c1f7464b0c64eadabe5256d14795 0.19 MB 443 162
238,488 238,488 00000000000000fa29fee487b469a80f124b1f8cc813db041923846f639cf76b 0.14 MB 81 40
238,487 238,487 000000000000002b77151fd780fe2d718cb700d6ed870061cedcf157b36c1af1 0.10 MB 171 172
238,486 238,486 000000000000000f92f7ca7cdd7d7c1f13c1bb9f8f26561e42633130ae69d463 0.16 MB 223 123
238,485 238,485 00000000000000c5c99964abdef599b4524cabedc6b75165ab28e8d0663b0dc8 0.25 MB 630 184
238,484 238,484 000000000000008e4eba3b8c14c882ce46f14c19c46c3393f5312da5bb3def47 0.02 MB 34 158
238,483 238,483 0000000000000154f9ab95d9615e1daa54a9845d0124cad85a2ba1a506cc7ff8 0.07 MB 115 72
238,482 238,482 0000000000000113ed76b76e657848f924c366f5a10472424db7052851ef4137 0.15 MB 313 175
238,481 238,481 000000000000004a60ff6fd1b77cd693324ab80a7f44aa89dc5db9bca957407b 0.14 MB 321 150
238,480 238,480 000000000000014b86d6deaf6f51d65b5d36cd800740d93944f1ed402ca361c2 0.25 MB 591 178
238,479 238,479 0000000000000154a18778399864a5760dda8a5bb768898ab9cd640f729f2069 0.05 MB 124 176
238,478 238,478 000000000000015fab61ac5a0571ecb4a4e1d26936ad08fcf3280854f476e363 0.11 MB 214 144
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.