Memory Pool Memory Pool Refreshing

2,363 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,880 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 2,351 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,879 (624,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,750 283,750 000000000000000139cdc70a24f43ba1657ffa453ce3611c7919cad7bbe10bb7 0.02 MB 41 36
283,749 283,749 00000000000000017c33bd99f4bdb3b6004eb0f21cc8efca9219f9df68441be9 0.13 MB 183 31
283,748 283,748 00000000000000009539b186e1f63896236a38478928f68a44c7b4d2d00157aa 0.06 MB 97 44
283,747 283,747 000000000000000131ab942286d3aca56c1900ca981a1c73ceb0ea6a162beaca 0.03 MB 60 34
283,746 283,746 0000000000000000bca3f4cedbf09a0126b5db38c703c09ad04d4e8ce0093c00 0.24 MB 454 39
283,745 283,745 00000000000000011f5841f8749159ac023ee3545f499f3c6a2d5ddfb67171b3 0.05 MB 75 24
283,744 283,744 0000000000000000eb130a962bbc5ab7d753c787b886f6baa9e53627de3c28b8 0.02 MB 44 26
283,743 283,743 00000000000000007159cb934a5b56178e51a19c4fdc6f19b8f058fe821ef917 0.12 MB 221 30
283,742 283,742 0000000000000001161501629f16b4d58acd4c6372642b1820402a52daadf3a7 0.25 MB 525 37
283,741 283,741 00000000000000001d8c418a55f9916fdb66b4a64d184bfae2ae1c57d633a010 0.10 MB 178 16
283,740 283,740 0000000000000001324c219aca8166340a3ce073936163678af61d451555d3cd 0.11 MB 185 36
283,739 283,739 00000000000000009f927b8f13cb7e79c594937dbaf88f50414801419d180728 0.00 MB 10 27
283,738 283,738 0000000000000000bff30fa26307e4b0a94b1206057a1c673dc86abbb1eab091 0.07 MB 188 64
283,737 283,737 00000000000000002138938b076ba727b2e040c85ff6813eff7ba86998a0fd72 0.10 MB 150 26
283,736 283,736 00000000000000008563ba026cfd1efb9bc181cf9af40ee5d6040bf382309f3e 0.17 MB 260 29
283,735 283,735 0000000000000000e14f8bf0407e4e83bc58368894183a4793d731627568540d 0.45 MB 387 23
283,734 283,734 0000000000000001d3d69fc69231189fd2e276741a236048760fefbec2c930d1 0.45 MB 107 14
283,733 283,733 00000000000000008d12ef40479aa419586c265ec775b3c36cf45421b5b87f42 0.05 MB 143 51
283,732 283,732 000000000000000128be067b212e4d75c9c02981c1c4aef4c822dc36b9d94062 0.24 MB 161 19
283,731 283,731 0000000000000000b0d401a5d6097f4b9c4a8742325fac09ab9ae505e511e07d 0.21 MB 249 15
283,730 283,730 0000000000000000d1fc13d2fafc61680b17b24085e1dd5f7e4ca20fceec3051 0.05 MB 173 58
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.95 GB sent, 94.54 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.