Memory Pool Memory Pool Refreshing

2,908 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (333,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
574,255 574,255 0000000000000000001d486ec102f316f5375b2e3d480c86e92821d60919e69e 0.55 MB 1,522 24
574,254 574,254 0000000000000000000a1130956d1e669aafabf126af7bdb0654f853d0223a80 1.01 MB 2,668 24
574,253 574,253 0000000000000000001fe8e64b7f153fca95fcbd8e4138a30ed55e786084ed7e 1.19 MB 2,634 38
574,252 574,252 0000000000000000001debe7860f8e3d069d738754a45cfe144d079c1df94501 1.14 MB 3,010 31
574,251 574,251 0000000000000000001b6906cd940acc836118cf17ceef83c96901438f83086d 0.12 MB 313 31
574,250 574,250 00000000000000000006894a1940d8f6dc1a101aae2b3d1ac10761b5860ba507 0.46 MB 1,313 24
574,249 574,249 00000000000000000013503857ae5b65bdebc198ed1d56fdfd40291a9ae952d1 0.46 MB 1,501 6
574,248 574,248 000000000000000000046a5c1e749919c10824b8065d41fc2eddb90a30df4222 1.12 MB 2,957 12
574,247 574,247 00000000000000000017bc774a344c7cfb1c712d87a501219ea1426ef6709092 1.27 MB 2,989 54
574,246 574,246 000000000000000000204747115964802aecc323167a00e7934f0c224ca66125 1.19 MB 2,890 38
574,245 574,245 00000000000000000022136e1581a0de8cbac4b8cd22f8b50587ffa361b4e035 0.37 MB 975 11
574,244 574,244 0000000000000000001ec182849fd75d7345d80a7256025a8ce37ea63dc83cb3 1.15 MB 2,909 32
574,243 574,243 0000000000000000002a1466319ab566d81391d52b743a9a1a0c4c4ff167f3e2 1.18 MB 2,753 10
574,242 574,242 00000000000000000023b4eb28c812cc99e3a95237c02abc56334ac0ec85b042 1.12 MB 2,380 4
574,241 574,241 0000000000000000000f8badf328ccaabfd29ec78f4d4681eae57cad441d62fa 1.13 MB 3,029 28
574,240 574,240 000000000000000000222dc198b234bec0978ec696604863fa552754ba46a939 1.21 MB 3,131 40
574,239 574,239 00000000000000000027c7d6d6d15595774b2c96476a93b78f2ffa9d6040cc43 1.23 MB 2,839 41
574,238 574,238 0000000000000000000cda6b06e9acc5e7a5b46b8c14ded30d4b8ddff2aad0ec 1.19 MB 2,472 24
574,237 574,237 00000000000000000005a968e4e488f8a64a6e0d2eb4b764dc4f32f91ce2c8bf 1.23 MB 2,759 32
574,236 574,236 0000000000000000001fe83840cb301b35cf30e5b9f6ee812b78246dcc31b187 1.23 MB 2,304 31
574,235 574,235 0000000000000000001b5180497c500bb3f7065f8ab948b4188a31b212547059 1.21 MB 2,894 61
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.