Memory Pool Memory Pool Refreshing

4,886 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,136 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (624,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
283,448 283,448 0000000000000000023b2ec54e8ac8629c1b6a560501301a47df121af8f9a6e8 0.50 MB 1,011 35
283,447 283,447 0000000000000001857f68ff56f8cda55e0aed64f0878b4651153fd999a29d0a 0.35 MB 1,050 83
283,446 283,446 0000000000000000488751bea7c8d89ccd916588788c6e443547a7969bdbd89d 0.03 MB 51 30
283,445 283,445 00000000000000019d036b6c49ba98e6a129d9ddaf68b1a852232bf9de45d65a 0.03 MB 48 13
283,444 283,444 00000000000000017d9e1561f0bdb254bd6b8d8bed429d8c7ff2cd3dad1ebec4 0.05 MB 103 52
283,443 283,443 0000000000000001ea4e29680fbdbc5f11a12135cfc8ea60debfaca17fe6442d 0.21 MB 317 43
283,442 283,442 00000000000000017a975808ee40aae31ca510fd0bb994bc0a76d415a6302fdd 0.13 MB 190 31
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.