Memory Pool Memory Pool Refreshing

11,587 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (799,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,333 108,333 000000000000a1fbec6e3b330e318ba91ce4980547336d07b11660c3af450477 0.00 MB 2 2,277
108,332 108,332 000000000002760f22c01307d64076ba64529bc22c61b0e688e3f6a87e59c2a2 0.00 MB 3 2,227
108,331 108,331 000000000000e24c26fa722a67f6973eca748c972d970261240c78c7b9a3c79a 0.00 MB 1 0
108,330 108,330 000000000000075c1662a060babe97843086dacbadcc53738f28dd428db79092 0.00 MB 6 0
108,329 108,329 00000000000064c5ae13311799636f3c19a37a98daebdab01f498e1e9bf50afa 0.00 MB 10 0
108,328 108,328 000000000001227b38d417dce7309fbe26143523c2149c5191af680433c672af 0.00 MB 12 355
108,327 108,327 000000000001123bfbba76b940de6088286febacb30ffd42841d01726e105f82 0.01 MB 40 99
108,326 108,326 000000000001ca42fab33070dbdab3162b7b8cf499c205df86540c362ff19ddf 0.00 MB 8 0
108,325 108,325 00000000000127d7fe6b2633ef3cdf5d8fc4c4dcf700b3daa7a24e519ba62528 0.00 MB 3 0
108,324 108,324 0000000000019ccc17b063ba57f2e8bcc3ef504eee2af26d121d6fb3b97869d8 0.00 MB 13 0
108,323 108,323 0000000000008d98df780a2158920f63a4ef44bf5c304c2367f1980f0407a75e 0.00 MB 12 0
108,322 108,322 0000000000004a8e48b5730c92e4c588b16e12908b9365d3723202e17d46ff35 0.00 MB 12 0
108,321 108,321 000000000001908a8afc98be2b913d22f79b73fa3f1b78fe2b9cb8d1acdd435a 0.00 MB 6 0
108,320 108,320 00000000000277158439aaaadc4e30f7b0dd858c1a907d605c2f07a5a3485649 0.00 MB 12 0
108,319 108,319 000000000001b01a1edbc781d14a89cff720532b758d743c85c09be3bd13d1e5 0.00 MB 11 0
108,318 108,318 000000000000db3eeb846450992563eb4eb698860a57feb62e24be2a4e3fa3af 0.01 MB 43 178
108,317 108,317 0000000000015488e5969b1216bed4fe54d796d449fe799d47f2fa5560b50206 0.00 MB 1 0
108,316 108,316 0000000000010ff9cf0463973b077a01f08f85152e6d3fa828014c4992c358d6 0.01 MB 10 156
108,315 108,315 00000000000068055806d4c638557546bef551023c869f0e36b33b0160e68ee5 0.00 MB 2 0
108,314 108,314 000000000001f8b68ca1ac2d7414ac3b61972e94cdc7661d211b9988c126cbc5 0.00 MB 2 0
108,313 108,313 000000000002334d14a73da2c3f44ecd5f7cb649642875ba42f990cad9530910 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.24 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.03 GB sent, 94.13 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.