Memory Pool Memory Pool Refreshing

503 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,508 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 498 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,507 (856,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,718 51,718 000000001c436afcc0b87a22118b51b3563f8ba53966bb0ebfc0371fcbaf3509 0.00 MB 1 0
51,717 51,717 00000000159d4524208b40a83fb615bdcab167de48894fd12a2065ff48cd0751 0.00 MB 1 0
51,716 51,716 000000001e2b700a4578526803d503f43890fd5663f097804a5fa00502954652 0.00 MB 1 0
51,715 51,715 0000000011006a318bf58d9d6e40a7040a14538cbd34fb73dfcb91a0b4fa5668 0.00 MB 1 0
51,714 51,714 000000001e9939a6b1dbb674090c52aeacd41a9d979447c69b41b4ebbaf7c89a 0.00 MB 1 0
51,713 51,713 00000000080a724dc8e56f29c98636bf9f95ca30cb3bd300ee3fd080e740387a 0.00 MB 1 0
51,712 51,712 000000000fe9ca410d794fb73ff89a0f7ef90cbf742fea3fa6dab3313bb897ec 0.00 MB 1 0
51,711 51,711 00000000133fc47e060d535033a9682dc3cc5972ed985a52cb17e7741287e2e0 0.00 MB 1 0
51,710 51,710 0000000005c05fee614e2b850b4e80066bf04fd81e7dc536a65fdc14cc81d0ba 0.00 MB 1 0
51,709 51,709 000000001a54289824c10d9e0b7b20dcf8b83b78348fc0fe92e385ce2fe9b905 0.00 MB 1 0
51,708 51,708 00000000079ae5e7e45713e3588a9557270407db836b7358837332780f659496 0.00 MB 1 0
51,707 51,707 0000000001441f008521b232ad5ce3d3f37657e1a4b5d389691f66a9552dac58 0.00 MB 1 0
51,706 51,706 0000000016abde0388a0fba2e92131714508debc89cb0e953e03965e82aefad6 0.00 MB 1 0
51,705 51,705 0000000007788bb609af83c954a1183ff834cd73048a2a238eacadb04ac5fb5f 0.00 MB 2 0
51,704 51,704 0000000011be82dfc1dc47c0fe97a812bfd54231c055028445ad6d8af65567bc 0.00 MB 2 0
51,703 51,703 0000000017bfcfdfe129d43266f2f6a4c346488f7b76ce8eb24c3753d232fc47 0.00 MB 1 0
51,702 51,702 0000000014347d422c103416a84152dacfde9807799dad63da4cccf8bc2170cb 0.00 MB 1 0
51,701 51,701 0000000004e198d59768c58fb2819ce67005436ca26db54b0f0b44366b8855dd 0.00 MB 2 0
51,700 51,700 0000000018f490e332aec00bc2108f0067baf851827e78af36624467f20ae202 0.00 MB 1 0
51,699 51,699 000000001eb265b88c416b7c7067131c5f771852de1b90167a4d982981f6bd3e 0.00 MB 1 0
51,698 51,698 00000000113440ced26b8fd4f919b92a170db61ed4baeb786d33c60b607dec8a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,832.08 GB sent, 100.21 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.