Memory Pool Memory Pool Refreshing

5,416 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (451,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
455,897 455,897 000000000000000000c3c7ad8764cedd5625c49319038853f80547b69817af44 1.00 MB 1,298 104
455,896 455,896 00000000000000000149fce5dfb6b9236a85a9764fff1d533433b9deae3c3309 1.00 MB 1,094 95
455,895 455,895 00000000000000000214d674e24286cc452a5036001f71d7d8cd3eaa20a2c2a5 1.00 MB 1,748 134
455,894 455,894 0000000000000000019cd894d06ef4bdd59852533085e66f0abd99132542046b 1.00 MB 1,268 102
455,893 455,893 0000000000000000020f5293aab60ce2e2cd5cc3c0ffcfb84eec4d659758772c 1.00 MB 1,905 152
455,892 455,892 000000000000000001d2bf9e1987d92c3236df6d819cf8cfd1ee10de0dfe08af 1.00 MB 797 81
455,891 455,891 00000000000000000026462be100099c5c87e9cabda92e1640f94285aa167e27 1.00 MB 1,185 63
455,890 455,890 00000000000000000170ce4c3ff3bfa40728218bace963712cfd0af9e12a9cc4 1.00 MB 2,241 168
455,889 455,889 0000000000000000010852c4342480756c085667287d21037cf0149e7e930aba 1.00 MB 1,929 114
455,888 455,888 000000000000000000c7d92fbe3e616f504445821a1f2165becb9796783ed51b 1.00 MB 2,083 105
455,887 455,887 00000000000000000103d1a0011cdf77504f11a1bb075040311dee2fe31ead8f 1.00 MB 1,886 155
455,886 455,886 0000000000000000006ffc051ffee239e4c265b1a2c84c06f28cd66be17b5e74 1.00 MB 2,088 193
455,885 455,885 000000000000000000a806b78b7207766812e82c3bbb0715556c3144c2392da9 1.00 MB 2,109 182
455,884 455,884 0000000000000000024536117b0f3fb7026dc58de0b9776cd1c6747cca41b5b0 1.00 MB 1,803 146
455,883 455,883 0000000000000000003a419b2714d17e22c3bd32ea27657f31254ee7160406cd 1.00 MB 1,520 109
455,882 455,882 00000000000000000119e1bf199198925b1bb0fcae75a4bc389f59e3e5b16e18 1.00 MB 2,295 166
455,881 455,881 000000000000000000fad01633a34f9be6b5899877f394c32fb11ef813827190 1.00 MB 2,382 185
455,880 455,880 000000000000000001595d455206d657018672b4471332f03c11e5c88dcd778c 1.00 MB 2,812 141
455,879 455,879 000000000000000001547a6b554002c9aed29ed7e946f5e1cbdf318ad91f73a7 1.00 MB 2,258 122
455,878 455,878 0000000000000000011c2c3891957d4bcc38745e901cd42664df8f4c9d315e31 1.00 MB 1,993 176
455,877 455,877 00000000000000000223687c43ec63142a4c484e6426b8659cb0424a028d9ee7 0.99 MB 1,686 139
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.