Memory Pool Memory Pool Refreshing

6,356 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (692,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,540 215,540 00000000000004acb2b838ba088d16e9a22fe1f8e8f57d16d81d1d80236c713e 0.07 MB 90 123
215,539 215,539 0000000000000468928acfe87d1db2accaa51e5da77ab762c56512e7d48678ec 0.27 MB 471 109
215,538 215,538 00000000000002e2a66769e0b7f9dee4de5c835fae73055f99cad6bb7f792b36 0.26 MB 625 192
215,537 215,537 00000000000004c627ac98680b4850c5b151a4c719097ee52ecb520863c5979c 0.46 MB 1,146 294
215,536 215,536 00000000000000c8143865401e4e870991c4f1c39dbff2b40f05ce95ba1eae1f 0.07 MB 151 534
215,535 215,535 00000000000004b5fd4dc9f8101fa7c0e27a6c36783f4a6930085d857c7d6392 0.08 MB 220 244
215,534 215,534 000000000000052742fae1e0a9b36d5a718059c12ab5374e7c514076d597bac4 0.07 MB 140 177
215,533 215,533 00000000000004360c1150e16c0ef96cb445fd6ade6d7cbe076bb4c0236f643c 0.25 MB 710 164
215,532 215,532 00000000000002d3d28982f6485150696529bf98d4f0d715e4a01c3d3a86a680 0.05 MB 123 134
215,531 215,531 0000000000000059a52e21d254ed3d8b9ad4db3630c0cac631048ef9c527333d 0.04 MB 79 141
215,530 215,530 00000000000004b85b9412050fbd77ee46029cd6b94cf746fef424b7f913d308 0.10 MB 268 173
215,529 215,529 000000000000005a53ba58af400af162a36ced077026cb57907a8e2cc1f57474 0.06 MB 96 101
215,528 215,528 00000000000005671dd3b1e4b977e0d93de6f1081a72c17f5db7ba01175aaaf9 0.09 MB 214 180
215,527 215,527 00000000000003143fd3b99c473669e079cc35e3c643414752f271def099072a 0.04 MB 129 70
215,526 215,526 00000000000000043731319c11f762c729903c284f2b351f02aa8fabf944923b 0.03 MB 78 159
215,525 215,525 000000000000035a812e03a0f6a3ebe5ae74bd624434dd44d24b10efd8742fb9 0.03 MB 96 251
215,524 215,524 0000000000000278cbb605d8993d3a34f15c56d992fe5dc7fb072a396e423852 0.03 MB 62 99
215,523 215,523 000000000000002e1f6a91e1c3411106a57a2fa76830cdaed1720770b0033c08 0.12 MB 139 98
215,522 215,522 0000000000000535d2f4fdb568bd920bf7c367fc00b97634939d17b71b8cd6bc 0.25 MB 759 214
215,521 215,521 0000000000000175f7c558a5cdedf0bffe4ef1807fc357c126c8ed05b7990619 0.05 MB 128 103
215,520 215,520 0000000000000318a3a41411feee55fa285b479d41b430ca4df4b2ee0211c5ea 0.10 MB 250 174
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.