Memory Pool Memory Pool Refreshing

7,315 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,086 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (577,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,466 330,466 00000000000000000a687188ce9fe62d3f350aa6ba9eebe1197a7ce6e83e2ed6 0.71 MB 1,003 22
330,465 330,465 00000000000000000aca5f4b030488cd2410f491bf230b4db8215aa198e2a62f 0.75 MB 1,606 37
330,464 330,464 000000000000000003c3868b9cdb8ff09d9526725513ce04bc9c03ad2dac9813 0.54 MB 957 29
330,463 330,463 000000000000000004e4072af73e902d7a76aa298bc9c482d6a01d840cbd1cba 0.50 MB 929 29
330,462 330,462 000000000000000018c6e5a8b38c9c941d440a39a210bd721ac123a393d00585 0.55 MB 1,054 26
330,461 330,461 0000000000000000065de5124eeb9b2a3ffaf7ea2dca0ff126f7c418eb978532 0.59 MB 440 14
330,460 330,460 00000000000000000dce3c5445b39736bcc527b0d91cf8ff001069f7ca29129d 0.75 MB 2,202 41
330,459 330,459 00000000000000000255afee1cdc5e4f563b9bba5f008ffac95f16612e84d26a 0.01 MB 14 22
330,458 330,458 00000000000000001429980eacff20d860815f5555c2abdc9bfa567036b52552 0.11 MB 117 15
330,457 330,457 0000000000000000156534e46063f39080122e4ec974e3de51f1df50d6c29665 0.20 MB 319 23
330,456 330,456 0000000000000000064cf7a2e572c51eb9d9e91b86ba9ca7c4f43d7d1e5eee5f 0.28 MB 452 25
330,455 330,455 0000000000000000032ed35e4e013b94d12a56b403a3ec03e2404780ceaed89b 0.10 MB 235 27
330,454 330,454 0000000000000000145f676fc2581dde3cd25b270aab56cd2546d5994936f2c1 0.48 MB 870 28
330,453 330,453 00000000000000000fba5d7a82a867f14a8f5eef9e38b1be1e696ce663a0cf97 0.35 MB 702 32
330,452 330,452 00000000000000000acdd9e17fe83ce64a5c82f31704bfe1b680c7abb1931b67 0.12 MB 175 19
330,451 330,451 000000000000000006d13db7ed6dc36bfd4633d4ec9e236810a434128d84eaa8 0.37 MB 651 28
330,450 330,450 00000000000000000e784a4f705b97e1a2e6f316d2638082f6a97e7ecd4d21d1 0.18 MB 290 21
330,449 330,449 00000000000000000cf2dceb3080223aa69071d36567850df3b6a1ca90950868 0.58 MB 211 13
330,448 330,448 0000000000000000094fadbe1cb61f1965291889a53bad9dc27bacfdff4a4e30 0.08 MB 256 31
330,447 330,447 0000000000000000143796837e0a8cdb5f502c7ea6fbb3878c8acb5dadf7a458 0.75 MB 1,247 24
330,446 330,446 00000000000000001993f1692d3f3be0b6e8eb82578d77fdb3b576d1ee2ff190 0.75 MB 837 20
Previous 10 blocks ↓
Total Size: 769.13 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,631.54 GB sent, 93.56 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.