Memory Pool Memory Pool Refreshing

6,323 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,728 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (573,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,039 334,039 000000000000000005e693ec70dafdb55aecb8d80049751addbcfe70db5b4cdf 0.75 MB 2,417 42
334,038 334,038 0000000000000000068ea784261e7aefaf24dc6239fb6aa462b3baad6486d010 0.14 MB 261 27
334,037 334,037 0000000000000000104eeb22f99ccfed3f5337ce6ebc0bc65dc00e20701f4869 0.46 MB 869 28
334,036 334,036 0000000000000000167e7df17b62f676c292c1c75273e21e3fcbb029e5f6dd6e 0.35 MB 376 16
334,035 334,035 000000000000000001e579bd0214849ca6b577314db697f35fe9ab78f3c2a683 0.06 MB 89 16
334,034 334,034 000000000000000004bcff73cca22bd0bd0d2d05d17d5af0a8e53004e8ebf73f 0.75 MB 1,811 30
334,033 334,033 00000000000000000c0d7417b1554521a125ad817c237e4c178e8c33e6967d2d 0.09 MB 168 23
334,032 334,032 00000000000000000b100933a480b68e0cedec9cc7d97fecd28a150e027d325d 0.31 MB 618 24
334,031 334,031 00000000000000000af3ec2b875142008ed08277276bf9d4c9724ffa7d2cf9ae 0.38 MB 691 21
334,030 334,030 000000000000000019a5262e5615c5c289269ad7fad4007450634dbbbbf4759c 0.75 MB 1,098 23
334,029 334,029 00000000000000000ca6eb5c05290b055dede84de6208f9874f1dd0e168d1fe9 0.33 MB 589 23
334,028 334,028 00000000000000001834a830dd92ba8a2db62a5b31f4b69a6ef199391a9b8146 0.69 MB 1,103 21
334,027 334,027 000000000000000014bb3cdcaa57e584727f11e5db7ccef4fd10a424fab89af5 0.50 MB 1,118 30
334,026 334,026 0000000000000000124c1b047a2c59607e7e70508661df10a767af4019701c29 0.10 MB 67 7
334,025 334,025 000000000000000000182956059bacedfdde09562caefc560666a7359d4f8794 0.14 MB 205 20
334,024 334,024 000000000000000000862fdcbd84529268bc9c173b4996d982a1f4c17caabfe2 0.10 MB 242 26
334,023 334,023 00000000000000000a31c8d87884767977c78886cfe66e7067ec566e565e31d6 0.13 MB 235 23
334,022 334,022 00000000000000001103c76e62ea53737dfe4a17ea3534c5d7ec1fb89947c3ef 0.21 MB 463 25
334,021 334,021 000000000000000002b425b37d8b01b1f555dcc01aefa442888b2c5ded8357fa 0.29 MB 460 23
334,020 334,020 000000000000000012b5ff0c153afe74a3ed5496802ccf10e3c2f6a6cb43742b 0.28 MB 518 24
334,019 334,019 0000000000000000094664390a839571b1ec9a295a4a4b1250c6283dd5381cac 0.80 MB 1,027 18
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.