Memory Pool Memory Pool Refreshing

17,597 transactions
5.66 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,767 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (85,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,731 821,731 000000000000000000019b472e58d62651ff703229c9372bb4b0eb01f70ff959 1.46 MB 2,586 168
821,730 821,730 000000000000000000026d29dbf4e70eadbcb008f6695385f35a96bece1cabe8 1.66 MB 4,219 249
821,729 821,729 000000000000000000033ae23604d54eec1725f4c6c92b2a3dc23c8524601d3b 1.73 MB 3,919 177
821,728 821,728 0000000000000000000117671b8f5e029d27410a1cf3a1039d6c8bc94e117694 1.78 MB 4,105 233
821,727 821,727 00000000000000000002385ed40f220e5f277b8f90b68c9412eb072954c36446 1.65 MB 4,073 274
821,726 821,726 0000000000000000000289b48dadd962ab60440f64e65447c19f38687eb4cec0 1.65 MB 3,969 273
821,725 821,725 00000000000000000002d2d4f0e02bd1e7319eea88a2c6b5613eef09f3bcf5ea 1.60 MB 3,397 284
821,724 821,724 0000000000000000000100ac76bd3c555d53b1b013246dfe65b5939682089d1c 1.59 MB 3,127 162
821,723 821,723 00000000000000000001c59d8758d7bbca3b0de4043e6466e39e3c51686b2ef1 1.42 MB 2,085 114
821,722 821,722 00000000000000000000cfe20e2b6156f3d1f98660b1c40408617966e5de1bde 1.68 MB 3,622 192
821,721 821,721 00000000000000000002b050f0ab9cb9f0f7c5ed4e4fc59f02debe724c571690 1.70 MB 4,081 261
821,720 821,720 00000000000000000003348f9284bb5d8b35060a09c07800f1d5dfb9b50cdf74 1.74 MB 4,335 227
821,719 821,719 0000000000000000000016d8cacc17cd006b95b29e81fda9cc2f712d04899e43 1.68 MB 3,742 313
821,718 821,718 0000000000000000000406779206dfd00ea4b0fc7b47af3800b76e256e8e2af2 1.73 MB 4,475 233
821,717 821,717 00000000000000000001bd5bfb7aadef91f005ad53aa9b3393e9d36b50465095 1.63 MB 3,837 294
821,716 821,716 000000000000000000000993b2dcd74333fded07d4664880825b1e3a1a858903 1.68 MB 4,014 249
821,715 821,715 00000000000000000001b7a0bec0960bbe3aa99c4de5af8909cd91132447919f 1.82 MB 3,787 239
821,714 821,714 000000000000000000002c34d907b213e802f9164dbd6f27e9e343315a626ed8 1.66 MB 3,977 250
821,713 821,713 0000000000000000000253277efdf1494b77915db5336e993524740e37bb7bee 1.53 MB 3,278 294
821,712 821,712 00000000000000000002304d01d514b5ef4695f1a37e020abbadfa3068ac1100 1.72 MB 4,233 282
821,711 821,711 0000000000000000000284dadd49d57d9f9b3201c5eab9a8ce757d17de5bdef7 1.75 MB 4,553 210
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.