Memory Pool Memory Pool Refreshing

4,026 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (787,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,306 120,306 000000000000ac34af7babead3dc40f48b918d815701c030723579c2a18f20ce 0.00 MB 6 242
120,305 120,305 0000000000007065264dbb69393f452299a01d1bfc2d982e637f443dabb29be9 0.00 MB 10 336
120,304 120,304 0000000000006948146b62b4fe0857310ed3da7dd7a894960d40158382ac9c13 0.00 MB 8 670
120,303 120,303 0000000000000e3a9037dd48994545d9dacd7e270e4ecf52e61bda53c2068b24 0.00 MB 13 473
120,302 120,302 0000000000000681c930048d882df15ecd309907bcfe36a669074bba95b7949c 0.00 MB 12 0
120,301 120,301 00000000000031c69ed313859b9e6380db52a026dae23db88a690072e3c9f22f 0.00 MB 11 631
120,300 120,300 0000000000003e8d5bc3e06f7700568fa032a20cd789c10d352584952fae671e 0.00 MB 11 0
120,299 120,299 00000000000091d14788ec8f6aa739fc159c54eb04a7806d3cf7c30f639648e9 0.00 MB 2 4,464
120,298 120,298 000000000000a7cafcfa4bd15c10448168be09be332aefc0abf98d824cdc0090 0.00 MB 14 865
120,297 120,297 0000000000007c884577967d0094a65e25516971a3d6eb0a25ca8acd8b5b1963 0.00 MB 10 336
120,296 120,296 00000000000007f655f312066ebe5380391741c9c838713044cb3a65bdc06044 0.00 MB 15 1,046
120,295 120,295 000000000000140b8c94f6baa7a8e00491c083901251f09ba1913a3e0597b088 0.00 MB 4 810
120,294 120,294 000000000000aa95b5393f0e9e35c9bb36fb146231c18d3590f501afe5020aec 0.00 MB 12 0
120,293 120,293 0000000000008653e4bee70ba8803063a3dabcbeaf114e5d7950ed1af8c44060 0.00 MB 12 0
120,292 120,292 000000000000984f3e2bf1e06dfa8ed9140ff4b72f634e10e77a1be91024399c 0.00 MB 7 0
120,291 120,291 00000000000068bf633ccc3ed7564cdc5f75e1f0ce6e7374ef2aadfa249ad5c7 0.00 MB 10 0
120,290 120,290 00000000000078f0d0251182f7f6c3351934dbbf11fd05844d6cbc417477d475 0.00 MB 8 605
120,289 120,289 00000000000038834b05da3ca268895ec8114d2fa0734a5104a6086e11c86327 0.01 MB 12 821
120,288 120,288 00000000000079f17a44c200a178055f8e870c868b47197589f1c3b5f4513448 0.01 MB 31 224
120,287 120,287 000000000000076b4e26d8b26376f9ebbba17a8715ff7955d44fd236fe064f6a 0.00 MB 12 0
120,286 120,286 00000000000023d14f7d9d459e7b5401e98fd9608ab6a12181f95a8c0cfa1d86 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.