Memory Pool Memory Pool Refreshing

6,498 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,294 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,707 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,293 (833,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,201 75,201 00000000000bcb416752a93f6fe42ec713628ddd01636d88015cc89802e3d566 0.00 MB 2 0
75,200 75,200 0000000000384936953a99208847621ac006db3317830c8d42ff7708f3aacb4b 0.00 MB 4 0
75,199 75,199 00000000002bedca283c5fd29ff832ea6fb14d3c55fa2559d4f24cc5c0aebe8e 0.00 MB 3 0
75,198 75,198 00000000001306414b992ea94c4e700e0b8cc1cf6f9f731e973505735961d9fc 0.00 MB 7 0
75,197 75,197 000000000016a7a8735cc6c59bbf5ec17333e1eb601512edaddbe8f1ead90e05 0.00 MB 1 0
75,196 75,196 000000000065e67055b1ad7906ca0c86c1c1795f02e1c24b9194396066f30434 0.00 MB 1 0
75,195 75,195 00000000006bdf73582f4ed35093cc212a94bc84aa5c779456f6292f0936b99f 0.00 MB 2 0
75,194 75,194 00000000000d91038eb9e848cce23b4db884971464f0f9a2da7f9148b930708c 0.00 MB 1 0
75,193 75,193 0000000000449a773129e5cf90c0d3f408f837f3c2ddd51138281d723ba4e0c7 0.00 MB 2 0
75,192 75,192 00000000001f138bdce4176d8ecc47607454f5e6c655f88a674a760ccc44cd14 0.00 MB 8 0
75,191 75,191 00000000007be79c2995eceb300b17db17921cf82445a37d636d493e737fea9d 0.00 MB 4 0
75,190 75,190 00000000006972392e2eeda7c212c114ae916adc3968a169bd6b5356896c3fbc 0.00 MB 1 0
75,189 75,189 00000000004e173658d94dbf6bac098579a520b2483459829336cb9614dc27e0 0.00 MB 2 0
75,188 75,188 000000000042b1ab626319bd317e0a726e62d705ae71267c79299bdaf24875b0 0.00 MB 2 0
75,187 75,187 00000000006770c04f59c50903af2dd507384a173cb9ef2b4e8b8650387e5ccf 0.00 MB 1 0
75,186 75,186 00000000000363ea3f51ed0ce42449be08bfb310b62f2a70280316568ddef0a1 0.00 MB 1 0
75,185 75,185 000000000073514df710b273032a5e3ce15cd611b5b87ed7402990b176151b90 0.00 MB 2 0
75,184 75,184 00000000000eb6a5822eca926a08eb9f22f25171b47bce04b139a93ca53b1b19 0.00 MB 2 0
75,183 75,183 00000000002b5ff61f159fe2ad13e7dbcaa12674f818a13103420832d3a2fb30 0.00 MB 1 0
75,182 75,182 000000000036dfe6cc8c96d207b6a8bcb3618a8a11e23399b5b4555db15e7384 0.00 MB 1 0
75,181 75,181 00000000002c93fcd420f6de8c964e13f73f0536b5ad131dfa0e793db9656c88 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.50 GB sent, 98.35 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.