Memory Pool Memory Pool Refreshing

3,649 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,381 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (624,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,469 283,469 00000000000000016fbcd3e1d95cb8431bcbb3de74c6b802f9464362461f9f43 0.01 MB 18 34
283,468 283,468 0000000000000001c39007ae1371c738418584eb5baadccdf7da343251128e03 0.12 MB 249 43
283,467 283,467 00000000000000000eb5033391fcdbebf5de35f90a1f3274c6e7d700c7f9615e 0.17 MB 82 12
283,466 283,466 00000000000000013460f16aa77caecdc67c624d3e56b3b9f6f9efd227287951 0.40 MB 977 62
283,465 283,465 0000000000000001cf6ded093639b354b79d9e8499393243807e474c03ceaa9d 0.08 MB 145 38
283,464 283,464 000000000000000178df6a82979c9f3de801a965130d32298c8c76ed65228e17 0.11 MB 264 45
283,463 283,463 00000000000000006361dc0113c1027cf2899a4ad7a5ac65664efd78b9371677 0.01 MB 24 34
283,462 283,462 0000000000000000607eba740030f6bc4e819a10f35d14dda665f6d6a7c673f5 0.06 MB 88 34
283,461 283,461 0000000000000000eb4774d4087e9a7e12376ef8aa7b9dc3cb10a92c15d24f55 0.09 MB 213 36
283,460 283,460 00000000000000012503eeddd0e4049fae42eea19165dd1ea13b35a5fede3959 0.42 MB 547 33
283,459 283,459 0000000000000001f386e5282e2ce5c5b4c260b0ce926dd7474a2101af2cf01d 0.33 MB 679 46
283,458 283,458 0000000000000001394092bcc6ec219d86618771c4305fcee1c643d315e6ef54 0.04 MB 65 21
283,457 283,457 000000000000000022f0c26b5d0db8752533f9390895078a11b14b988aa91302 0.50 MB 870 38
283,456 283,456 00000000000000008bf17cc41b97808f591f8e567539e5cc0b2cffc63d471d27 0.05 MB 142 23
283,455 283,455 000000000000000128c783cc20f78870e24e8f446662fc38131e2646accf3842 0.31 MB 647 191
283,454 283,454 00000000000000019b5c346a7ab5b479a08b12ff7cc260d0727f7108d2224f3d 0.17 MB 334 41
283,453 283,453 0000000000000000b47af98b06cb698a7786dcbf2978b82b8edbec7e5fc27bde 0.20 MB 386 39
283,452 283,452 0000000000000001b7eff1b5e427aad5087ff6507305e5be3e167162eefffc39 0.16 MB 258 25
283,451 283,451 00000000000000011e2188fdc9890c6b536e65d93d70c09c57450ab7375518c1 0.05 MB 163 143
283,450 283,450 0000000000000001a4b215b0ea43088fe31905dce55f4c434b0b2674c708cd6a 0.05 MB 93 128
283,449 283,449 00000000000000001e5c2ad3d7089ed3e56713e0450d4afc76f75a1a1ca45a0d 0.43 MB 572 34
Previous 10 blocks ↓
Total Size: 768.97 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,615.61 GB sent, 92.66 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.