Memory Pool Memory Pool Refreshing

5,312 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,939 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (704,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,834 202,834 00000000000004ac079a357b4c5183134dd4d8d4037ea944f8745b065e696ff9 0.29 MB 341 78
202,833 202,833 0000000000000163b29182594462481e86db9917c91ac1dbcf7e2837220144a4 0.25 MB 593 191
202,832 202,832 000000000000052c979d84e209506b9f1619f56a25b2f71750287819edcca245 0.25 MB 902 340
202,831 202,831 000000000000020ba7b9913e19fe4ef809c00c8cab2a04a73f5617f3e209ba4a 0.05 MB 154 467
202,830 202,830 000000000000015b945415bcc401743108e8683be7825f619cbdb44f4caaab8e 0.05 MB 88 143
202,829 202,829 0000000000000032d333660a8215c50f44840a4a5830be8b1f2328e0bd958646 0.01 MB 17 77
202,828 202,828 00000000000001e9eb00111c7938a388c76bbb73d827f742b1addc5f1bbb4558 0.05 MB 91 129
202,827 202,827 00000000000001125c1c7ac7e12857b85ad5462ca7407f2930729380085b0246 0.23 MB 491 137
202,826 202,826 000000000000019cb336a8a38d137ed70d57d89f5c930a2b2bb2fcc5cf9acdb0 0.05 MB 94 57
202,825 202,825 00000000000002b04f34a294addd3e16db3a2f7d59bbb19e373831703eacfb5f 0.10 MB 209 138
202,824 202,824 00000000000004eca47f32d9d0d11bf81ea80ede8bdaef20f57386f81e1010ab 0.17 MB 376 326
202,823 202,823 00000000000002fc8bc8eed7e719e7c9025f254362b174a3f954f2028020e8eb 0.00 MB 10 15
202,822 202,822 000000000000009f636fe159b5e227c1c209157d94d68ceac20efa2066793810 0.00 MB 15 204
202,821 202,821 0000000000000499284e3da6209ea8737f4e6d286c8d4aa1c65e4eea1dfa3fa3 0.06 MB 98 279
202,820 202,820 000000000000022b1caec238d681a8a089069e72d33a7a95a340f07d3ffee920 0.03 MB 88 116
202,819 202,819 00000000000003551d2f0007df9a496f4f45cc46fcb4d8f8871afaed7b4edefa 0.17 MB 263 161
202,818 202,818 00000000000002ecbdb88ac1ca02e647460c9927be76a56c97557b732cae0b51 0.18 MB 451 128
202,817 202,817 00000000000002995d7f5a59ea441833957a0f0dddb133401053e3e116325f92 0.04 MB 77 204
202,816 202,816 000000000000017b0d4d43707ad4f33c0cc0f64be60d9c352749d2db445c4cf0 0.16 MB 392 133
202,815 202,815 00000000000004828dd5d06fa9cb5c1dcec99433c4c68655bf2811db813b6149 0.14 MB 425 100
202,814 202,814 000000000000040b632dcdb89f7424f016b345597203334679c17173f5c53cd9 0.25 MB 690 253
Previous 10 blocks ↓
Total Size: 768.96 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,615.02 GB sent, 92.61 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.