Memory Pool Memory Pool Refreshing

6,567 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (718,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,704 189,704 00000000000005ada3801bc00c0abf44c54a69744e0c1b6dd0d43db99fa5f08c 0.05 MB 120 94
189,703 189,703 000000000000080e7277239281b54607cae277201d354476eb9e41a812da8523 0.25 MB 395 98
189,702 189,702 000000000000060ad91eb1f5dac1cafb6158ef3a0a089c7b4b70eb2d0346b086 0.05 MB 125 109
189,701 189,701 00000000000007b23cf22959e77383f33657c60c4db531c7ce4086876cb9521a 0.05 MB 124 23
189,700 189,700 00000000000006e80d10dc50eb0803ffcc872e0e1074fcab7cb7a1d21d20ddbf 0.31 MB 512 100
189,699 189,699 000000000000013292906a83ad83350e9b66653911e21c015f6f803a9ed343b8 0.09 MB 163 172
189,698 189,698 00000000000000f7c8682c00e0133bd8a3ec3d727026f57f8bb5c2ec3b98f414 0.00 MB 1 0
189,697 189,697 00000000000006855a9e66338fb7a2c91d04f132f0949566fa199c347e5e3055 0.22 MB 512 135
189,696 189,696 0000000000000076b7b2f20ea4fc3cfc8071cfa6e77a88210942c1ad369eb758 0.05 MB 128 137
189,695 189,695 000000000000046b2ff8f614e5baa525092e965562715fa2421dc9d0a63d1ce4 0.14 MB 256 95
189,694 189,694 00000000000008891296c3eb58ed8da0929b1ed521dcfff1917b368c7bb0d28f 0.04 MB 68 173
189,693 189,693 000000000000023fc05a1135737a628c36f0e2e3cb05c52710c71d2cb9ac4ee0 0.42 MB 776 243
189,692 189,692 000000000000055acabf66e80e316fbe6460982f9454ee52861a0d4a7a6fb82c 0.01 MB 20 27
189,691 189,691 00000000000002e098d7d0926e1396191864abcde3c24308167c7a9e56d1f0e3 0.25 MB 537 125
189,690 189,690 00000000000005a6e7b9bf152b7d2e0f9b30d8278ccb8d4bb4d84e4f0648257c 0.25 MB 553 124
189,689 189,689 000000000000002cbc8fa22fe76a22dfd43f8d990748cd6000816afbde428141 0.23 MB 512 131
189,688 189,688 000000000000020f91cb7e3b5c0b45a32ce75aba1a66d345b5f9f488c8f952f9 0.05 MB 121 99
189,687 189,687 00000000000004898c82c90a938ec9dc55c65ee9b7df62ac3b6fb32db42f0089 0.13 MB 119 170
189,686 189,686 000000000000023d86add4d64aa779e1819f8a40c54c014fb532c9df418dbbe8 0.01 MB 21 63
189,685 189,685 00000000000000eb999eb95f82a683d2a168772007a378495060b0ee0926f52d 0.14 MB 274 115
189,684 189,684 00000000000008859f81409c9a453394a0069c325a8d013e899a7b2bc06f7d34 0.14 MB 256 107
Previous 10 blocks ↓
Total Size: 769.29 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.54 GB sent, 94.39 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.