Memory Pool Memory Pool Refreshing

9,252 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (672,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,799 234,799 000000000000000abf8aa5c16f1a75ee3a998491347dd445dedbd553b16695f9 0.14 MB 221 136
234,798 234,798 00000000000000836bca0d12eb8e3584f3b23cf65d22b8707438a877c4f83f61 0.04 MB 96 97
234,797 234,797 00000000000000af7c49052e255c3b6d71dc478d2a0555468a8c325126c19773 0.15 MB 233 137
234,796 234,796 0000000000000193a52c0ffc277d0d14553b74ca52f75857b066f3c460c86c13 0.20 MB 420 168
234,795 234,795 000000000000004e16e72fb8cba9a0c39ff11eb5843e77bc159e2ad9c94841fb 0.21 MB 402 164
234,794 234,794 000000000000015666312b5e32294772ca67ad187304321fd5ddff11f625f241 0.14 MB 281 197
234,793 234,793 000000000000003b15f47b45cfbb896d8fbda3d627c05959e6d8c60c6385cbb3 0.15 MB 45 14
234,792 234,792 0000000000000185cf1a955b338685dcec2c1bf8ebcb2587cff82d97cf56b976 0.25 MB 303 98
234,791 234,791 00000000000000c6353029e28dfe0a2b9ce0eee17c81e57ba0721051db4204bc 0.22 MB 412 144
234,790 234,790 00000000000000e6284355a9c1415d3bfab9b8b50e33b8c605d2ecf6b616b307 0.20 MB 574 135
234,789 234,789 000000000000007bec771e467fb15a807845a869ed64295e4345d907f6452965 0.21 MB 396 145
234,788 234,788 000000000000004ebd5b4e09535a651f5ea80fdd96ac848426c959d66b637e68 0.27 MB 497 130
234,787 234,787 000000000000003f7d4c37025ecc16d2352436a0287365f71785b31e5d0ef02b 0.27 MB 598 144
234,786 234,786 000000000000016ed6f1b35cedd4b8defded58ae138b5687b80a96097ac7c550 0.04 MB 57 130
234,785 234,785 0000000000000171607a6319fd383f19df709a8358fc6f5daa7820ba7fb7fdeb 0.27 MB 374 124
234,784 234,784 00000000000001991d458f77f5d3fe3678a9aedd4b91559152753bea23474c61 0.23 MB 310 112
234,783 234,783 00000000000001424c0f179560b3cf1c07b4803bc5dd500cd370eb937e376fc9 0.06 MB 126 123
234,782 234,782 00000000000000b84543e1214a87c8081dc6aa318d86adb95d258aa5b60ad455 0.12 MB 260 147
234,781 234,781 0000000000000188553ecbba9114ebfc513abba33dfccbfc6291f8fa2edf5abc 0.00 MB 5 87
234,780 234,780 0000000000000153f5ca63ade3db69ea3d79595d0ad077265f8310ce222e0ff3 0.08 MB 170 203
234,779 234,779 000000000000019927846c3f60a9923afd185652e1892bce9a5b629a7d22d7d1 0.04 MB 78 69
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.