Memory Pool Memory Pool Refreshing

6,109 transactions
2.00 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
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,887 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (761,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,418 146,418 00000000000005d5bdc7ee2300234f701ada59663657296cffcaf5fd973b0a82 0.02 MB 49 143
146,417 146,417 0000000000000623d0a5ee5ccdc971f9a5e5ed8854d6e9a7b54990aa6d30c26a 0.01 MB 27 69
146,416 146,416 0000000000000043e2ad3c23321f3cc2a71b9b5d1d90c4a448ad1e2b834ca3a2 0.01 MB 29 122
146,415 146,415 00000000000001684c25e8d12fcbd630bbea09feb1f36918f661bf8dbc213d69 0.02 MB 59 216
146,414 146,414 00000000000002b5f32e77a8489ddf2d68c276fe176b59a8c29c1f2d140545c3 0.00 MB 8 407
146,413 146,413 00000000000003d37147093c4484d6cdfbd3cdfa08c36c740dd3ac7c65fe55e0 0.00 MB 3 0
146,412 146,412 00000000000008b40d3a5dcfd4ff9b4fe99c4bab2b980185b5c6fc54bc9f2c06 0.03 MB 43 170
146,411 146,411 000000000000090ba1d2d7d9c2ba73b8687186d9683a64be8ae4af3c5ff7d78e 0.00 MB 8 405
146,410 146,410 00000000000002f816e51c30a27d250c66c9731fa19ce9bfbaf55d52b85f6ff9 0.03 MB 85 190
146,409 146,409 000000000000083afb85d386037dd640f4d5488305f1c9d3fa3ac3fedd8a24b7 0.00 MB 3 80
146,408 146,408 000000000000002daa83a224e5dd093babe170f0717ea21cc1a4e20261403cc8 0.01 MB 17 282
146,407 146,407 000000000000062b45ad8e6b85fdaab426b6a0d4194bb01ffb523f22cd006eaf 0.03 MB 57 290
146,406 146,406 000000000000017ef31eb7d28aba49c9685d8c6cf33c413ba2adb4f12af26a87 0.00 MB 11 189
146,405 146,405 0000000000000735e04998efdcef48eeba661bf16ee783fced56fa34c6620cb0 0.01 MB 20 155
146,404 146,404 0000000000000520d0f3ab41f4b6996de53e71c11f939cd66b67fc26f2c12fcf 0.02 MB 67 196
146,403 146,403 0000000000000505dd1a83d8d9959e0465b39c39cdd9b15767dd1512cef26902 0.01 MB 18 149
146,402 146,402 000000000000038631f10ec10d33dd2bdd9519f8d01fd1a497cc6d1947835142 0.00 MB 9 653
146,401 146,401 0000000000000569680b8caa548b1d9b2ab09892aa207dd8f5bde649a4873a77 0.01 MB 20 311
146,400 146,400 0000000000000678bccaef1c08e8acd5fa4a2a3bd32877146591d48d68a86bf2 0.01 MB 17 209
146,399 146,399 00000000000002f8c9587c44be9fcc82df23dc1ea916274ab99dcf80a93b6b33 0.01 MB 21 186
146,398 146,398 00000000000007a3a0e8638ebb430ea3e22bb5b8287b6962d4fc44c828781cfd 0.01 MB 16 57
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.