Memory Pool Memory Pool Refreshing

5,255 transactions
15.20 vMB
Show Random Selection Loading Transactions
Max Size: 64/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,943 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (810,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,162 98,162 000000000000ee6be24c4708b788f2e8af7e4d7dba6fe66a0879dc2902972162 0.00 MB 3 0
98,161 98,161 000000000004d45ebf36ea48888693b8697cdfb925878f38a8ff055071664b6f 0.00 MB 2 0
98,160 98,160 0000000000025045bd618b421b559eed51f884fbf0ea1901c7499050810ea3d1 0.00 MB 2 0
98,159 98,159 0000000000030579363e7c610b49b12d8282ae92cbd61a2099cd8fb4f7cdd31d 0.00 MB 2 0
98,158 98,158 0000000000041bdbbc7c3a5cc75843424226f5da455fa713a7809c6e6b71a7a0 0.00 MB 1 0
98,157 98,157 0000000000014a23f91da65db31cdcbfceca10394f2e694e851ffa04b68167a5 0.00 MB 2 0
98,156 98,156 000000000003c059763743a85b3a09c40c5c79f5be8e0d5c2c4f69cafa5e93ad 0.00 MB 2 0
98,155 98,155 0000000000024f9e3135397d87ddc21da1fdcac799166fce76a20891898d8118 0.00 MB 1 0
98,154 98,154 000000000003d3597a989fa598dc25542a702e1bff30bf8b7d183647f1b4096d 0.00 MB 3 0
98,153 98,153 000000000003601b2dfa56e9679cf4d3987f7676172d31e511b45688238ee243 0.00 MB 6 462
98,152 98,152 00000000000042a5db82d71a41624fe1f6e094c5f53c15438d1f77373e96673b 0.00 MB 1 0
98,151 98,151 0000000000042749af8d32e342ba119fb31ba88b751102c7548134732a841402 0.00 MB 1 0
98,150 98,150 0000000000026dac8b529610f2adb4960ba8760b906131732013903eb39bbf29 0.00 MB 8 0
98,149 98,149 0000000000011b2f3f7282c9e1cc4ad498b310e1b62bf8aa153b188654db744c 0.00 MB 1 0
98,148 98,148 000000000001fe2c14888f18d0265e90a0aba8ce3e165dc667b69769c3b81f08 0.00 MB 2 0
98,147 98,147 000000000004295b377de7e0df60e42d7fe1874a57497f026d5f4d0bae9864b8 0.00 MB 1 0
98,146 98,146 00000000000285c3cac3919312d4bc2f47e2713382ef50790e1da5c469cfaec9 0.00 MB 5 0
98,145 98,145 000000000000f5966571b93422902a47eff169d514b543c6075a50f10bdd0b29 0.00 MB 1 0
98,144 98,144 0000000000054999b2034befee0a5ae10e64241f907cc14c21567c3b33f0b173 0.00 MB 4 0
98,143 98,143 00000000000494a984eee5530f06ae2bba4dedc0bff8a6d4330dbc6a4e5c1b86 0.00 MB 1 0
98,142 98,142 000000000004af05a8f823119294643e1cfb925424ac7a5030e1a716ff26d580 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.