Memory Pool Memory Pool Refreshing

2,120 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,110 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (624,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,181 283,181 000000000000000002101f57992e94fdf8981e9857b0a589ad950ba1c61a8379 0.25 MB 364 29
283,180 283,180 0000000000000000edfeb85cb2b815cddf1635513e324b91387eec9ff2b10fe9 0.35 MB 769 37
283,179 283,179 0000000000000000fec3ecc86a795a8a3c1be665c174141e73a5a3b89327bc11 0.25 MB 798 77
283,178 283,178 0000000000000001178ee7a60f8be49899f5377b4ce44bc43ac9262c4e2fa8bb 0.35 MB 588 27
283,177 283,177 0000000000000000f0f8b02081fb163e464bb76f2699d2e78fb24db325edf2fe 0.35 MB 1,177 82
283,176 283,176 0000000000000001de6b5e6b28e189d4d305272a0afd77ee933c98a2313a6cd5 0.16 MB 390 48
283,175 283,175 0000000000000001bd0b01b007a40f28c07722bc4699bc6a59d86f8754c773cf 0.16 MB 299 43
283,174 283,174 0000000000000000c720bc3d2b633190e61e01576289af1323484092339ed646 0.08 MB 191 44
283,173 283,173 0000000000000001357d35b35857dd879c80621c4a5027aab84dc49963c07e57 0.22 MB 452 43
283,172 283,172 0000000000000000ccda908888142b0694fafc5af28e4cecb15061229798cdbf 0.05 MB 165 85
283,171 283,171 00000000000000010393704b0916a641994b76a1c15b9c7b9d43c493e8f6973c 0.26 MB 497 45
283,170 283,170 000000000000000075829f6169c79d7d5aaa20bfa8da6e9edb2393c4f8662ba0 0.12 MB 202 54
283,169 283,169 0000000000000000f50d627a66d764bb932c69e2d5e67e441be0607bc667c341 0.14 MB 305 46
283,168 283,168 00000000000000019f76069c1aac8eca282bdb45b548af61ed969f89495cb6fb 0.09 MB 213 48
283,167 283,167 0000000000000000997fbb96e203193fad66647fdf51b476e86d61656f3aa14e 0.10 MB 186 41
283,166 283,166 000000000000000169321e4b321a483a3131401ca8f87af412be135a761e5c66 0.22 MB 405 60
283,165 283,165 00000000000000002067046119cdee201fa166ff8275f2afcca0ee6db189f6e3 0.10 MB 194 35
283,164 283,164 0000000000000001c9710a43a76139d6ccbd4b9eaf43432695975f0637803d82 0.04 MB 64 18
283,163 283,163 00000000000000017285973a748d1e2fdd039985c7e011ae6962abc39a906bc9 0.06 MB 109 40
283,162 283,162 0000000000000001436223604ebf4ce4982b755bc9a00405c34db41a69a7b972 0.03 MB 71 39
283,161 283,161 0000000000000001bb955d21f38ee1789fe79540a73b89be9f9b90b8503a5f14 0.11 MB 171 32
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,629.17 GB sent, 93.41 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.