Memory Pool Memory Pool Refreshing

9,034 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (638,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,503 269,503 0000000000000000f864bad059aa8bf1dac3e6bc59b3781752bed2a76cb50590 0.28 MB 400 47
269,502 269,502 000000000000000717c68cdcafbbdd13ecc018abefbc011aacaac5c13407ebcf 0.25 MB 570 73
269,501 269,501 00000000000000022aac296cdd1f02efdfe0c3afd6c986979dcef54ca5b27f4e 0.25 MB 538 81
269,500 269,500 0000000000000007614927672d1d153d2cd75378d476fb3fd284e30c5f4d3325 0.24 MB 385 52
269,499 269,499 00000000000000054efe7a0912dd2269974a84fc22850994421cc96c762b9562 0.03 MB 55 8
269,498 269,498 0000000000000001abe0f1857108640dd918271b7ba89c737e897e77d757b2a7 0.20 MB 212 9
269,497 269,497 0000000000000003cb24da1523ca99c9ccd54bd9d569797e01bb18a3bcbe5f8b 0.03 MB 90 17
269,496 269,496 0000000000000007629beb3aa25f8a7324eba3841de5dfa2fed24313ab9e16b7 0.21 MB 293 40
269,495 269,495 00000000000000048bc506600c832b825154ddc5120f86ae1f107ec41b00b0e1 0.25 MB 567 82
269,494 269,494 0000000000000003688019f5a713a82cf32c761abad34b7ce1c0c3cf699b2470 0.15 MB 188 36
269,493 269,493 00000000000000073dc2ab53ccddc1d9fc214a1b8c6d66597b6b00e649a47389 0.15 MB 299 63
269,492 269,492 0000000000000001c831547c5da801caba80953da59a758c454500b3d3b15156 0.31 MB 642 87
269,491 269,491 0000000000000001f264a933f51dcc5ea893c77819806a86e007561f1be023ca 0.36 MB 538 51
269,490 269,490 00000000000000054144891ec0bf9546fec91792139d28ba73bad5cf563be896 0.25 MB 477 21
269,489 269,489 000000000000000467cf413e8d4c20c941a2691c0f076b5c745e4fb0cb785166 0.25 MB 594 64
269,488 269,488 000000000000000566557330b27298aefb149fb028894b31a9739eef50ef92e8 0.25 MB 561 158
269,487 269,487 00000000000000050b4737153d8d8b91884c154df6e653c44a848bed5f5cf711 0.34 MB 803 94
269,486 269,486 0000000000000006f496fe7347e2e033d52f924160f043c379267beb7fe6a7dd 0.24 MB 514 55
269,485 269,485 000000000000000517a88f4cc30e27411b396f225fc4849c28637f836ae292e7 0.14 MB 178 34
269,484 269,484 0000000000000004f71eb70af7a1997579eb3bf314e21af47f71448ebf85134b 0.25 MB 581 78
269,483 269,483 0000000000000001462b09f7193bff9a4faa1c24e3606ce5a7ed2fb85aecd788 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.