Memory Pool Memory Pool Refreshing

16,235 transactions
5.40 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (702,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,036 205,036 00000000000000730b348b0ff618cefe0323c441550e58dd29db817276f88691 0.05 MB 111 101
205,035 205,035 00000000000003e7a3147f936558c1e974f41aad2d76dfce33bed63e958ea369 0.01 MB 26 437
205,034 205,034 00000000000002335cac6f83c94b5f3e4dd2948ca06b2be7c1ce3f1ca7254d32 0.02 MB 43 77
205,033 205,033 00000000000000a9ba6ba40de7f5064e544324bcfd683e4a6b829ff64852623f 0.15 MB 197 108
205,032 205,032 0000000000000067fbf0a6ea77fcb4d52ea9469ab0c1a04523bc9692c21f8728 0.00 MB 10 69
205,031 205,031 00000000000001cf34b224e27b01953e6fae162cf71c1f83e193182736447985 0.05 MB 120 157
205,030 205,030 00000000000000ad7eabaef469d61e666d01b0fcb848dcfefe9b4e4a901891b8 0.06 MB 73 81
205,029 205,029 00000000000000342a9d472c56e58cd109c4c264148b70600e4aa9a5e1729c4a 0.01 MB 32 303
205,028 205,028 0000000000000026c3646bb42cd48612927af07e4ea5c9dfe18bab684ce66df2 0.11 MB 135 123
205,027 205,027 000000000000002f7dae984ed518b68bde8d9d5ef666eae58d1a6bc11136fed1 0.01 MB 21 84
205,026 205,026 00000000000003bb4a20fb1272e7939c519544d9f39a96d7bf0ad91386c40e0b 0.04 MB 106 269
205,025 205,025 00000000000001af65b9f0bc95c525dd3c869c34db45e9d0e3cc345427479315 0.00 MB 9 195
205,024 205,024 0000000000000061b96c18bac1bdfa0c15ab387fe58ab84bf1b82a6d9daff8c2 0.26 MB 529 77
205,023 205,023 00000000000004dc1b1b36f11501893957e628cc97200cd5ab8eb7b3ad260c5c 0.00 MB 9 0
205,022 205,022 000000000000049ca63f6c3d199b15a8db86014014d53b364792e162bfb7a1a7 0.09 MB 244 266
205,021 205,021 000000000000015c95810c307d890570338fe5ce96ebad3d83746a99cfa7c378 0.08 MB 203 280
205,020 205,020 00000000000000f9123726ffb3f950e6fd64f42b60842d5abce01afac9006277 0.13 MB 171 160
205,019 205,019 00000000000001f000bab77b643cac072575dcd7a449d578b1d0b9fbe875d352 0.11 MB 261 293
205,018 205,018 000000000000022a692a47b04b99b34a3151783fda90fd93ae895be051009bbe 0.08 MB 228 322
205,017 205,017 00000000000003d44e64f935bfbb34afe546040f6ef0de0763ca8128f532ac4b 0.00 MB 6 157
205,016 205,016 000000000000027337de999ccc0ce9423ac54e7007846d87033864a39b9f8c11 0.01 MB 14 149
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.