Memory Pool Memory Pool Refreshing

5,011 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (712,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,799 195,799 00000000000002d7c02d10fc779a39975bc62555a29d130028bc688d3d00098f 0.21 MB 512 139
195,798 195,798 000000000000017e7ea763f7fe6d503df697615fd8469861cd06a900d41989e9 0.07 MB 218 58
195,797 195,797 00000000000006d1267881d945b96a29e329391b3d719666485401c19df26f70 0.04 MB 59 396
195,796 195,796 0000000000000042d59b4a5818857c7f932b37a8bad1d3caf92f3c35b3ffb181 0.04 MB 80 236
195,795 195,795 00000000000002731f4b7fd160e3d990bf726960793fefc182d6f7f7495f3584 0.20 MB 550 165
195,794 195,794 00000000000004b064a8ff434b9c8f7e4d93f4abac21b38537a89a74f1af8390 0.04 MB 111 62
195,793 195,793 000000000000005bb4ef49b832aebdd2cfdc9db0cee0311c84fdde0a0fc559c7 0.16 MB 453 227
195,792 195,792 000000000000008a89b1c8d6e968d1d42632cc3be4c2c426b8bf074c4396cd05 0.00 MB 8 29
195,791 195,791 00000000000000b9cc4a05ba4cce53c7673933c86caf4d5e60fd959dd659e3c8 0.12 MB 315 134
195,790 195,790 000000000000067478065676ec0645c474c205f2d238ddec2c109d27a56622b5 0.00 MB 1 0
195,789 195,789 000000000000025d491a4148e6957ac8f72c0b926628a7bc24b5b5c43e9feb01 0.24 MB 582 158
195,788 195,788 000000000000011a5a0556b46db4456bf1bbf67eb91effe922a222a445273188 0.09 MB 240 142
195,787 195,787 000000000000003bc03b8f2b1701cf14506cd6e1f9818d7573ecf39f85f9289b 0.06 MB 128 125
195,786 195,786 000000000000057c46de5949ee9ce9e7d4418f6144403150c0b81ed846310e2d 0.05 MB 132 102
195,785 195,785 000000000000046f776cd1a7236ef96a18ba20894d0b3f4e5f93bd06d5259b33 0.04 MB 128 239
195,784 195,784 000000000000043a62d51d3aa907269f8cb5fdfc11f48ead6d8f816208105138 0.03 MB 64 132
195,783 195,783 00000000000005bc37722df6c0868e79cd2c6cef1052d3ba28511801292c02ed 0.10 MB 300 177
195,782 195,782 000000000000046f743120102f83813eddea1c21312ba42f04d922c2fa863898 0.06 MB 123 112
195,781 195,781 0000000000000543ecbbb0b66c604a71e791bc144bf7e27e154104ea32a70757 0.05 MB 144 74
195,780 195,780 00000000000005204801271f2ee60638c9ed6b56d151e22408743dd481760bc4 0.02 MB 64 173
195,779 195,779 00000000000003246e4f3ae8b8ffca3d5497ecc7b673dfd1ddc674e97b45284d 0.01 MB 19 59
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.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.