Memory Pool Memory Pool Refreshing

38,223 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,324 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,703 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,323 (403,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,447 458,447 0000000000000000010d017db4b40936a0f9c7958db5797fa96fa58c983669d7 1.00 MB 2,539 212
458,446 458,446 0000000000000000002ac7527c3102a4f1c4d61cbaf9aa6caac3da9f4d7f3bb2 1.00 MB 2,480 224
458,445 458,445 0000000000000000008d39796343c8aaad55a2734d97a9b7fdb8a24767c60992 1.00 MB 1,659 239
458,444 458,444 000000000000000000780fe4897ab679e5b767ff4697aa826bd9b39ba89c5a07 1.00 MB 1,292 86
458,443 458,443 0000000000000000008104724ac7d785277c316bcef2671fb5349ec1b0fa28cf 0.00 MB 1 0
458,442 458,442 000000000000000001b0e4bb76104c467dc7514ffcbc5b16d82ecdd53bd42bd4 1.00 MB 1,737 165
458,441 458,441 0000000000000000002ab18166de2eb90894321abeab5dd628728142c3546a52 1.00 MB 1,527 230
458,440 458,440 0000000000000000012d03505a856d8abc5893ef711eee040b68aa73797aeff3 1.00 MB 1,908 133
458,439 458,439 00000000000000000054fcdcb74e7e3fbbd4885b1e48a709f464750dfcad195d 1.00 MB 2,311 217
458,438 458,438 00000000000000000002db00094ef6288dba8c33382fc69ed3b1883573295f66 1.00 MB 2,414 158
458,437 458,437 000000000000000000867699e8d2f1cdd9523382f739eee57e06b546705ade18 1.00 MB 2,278 207
458,436 458,436 0000000000000000015ea6dc140a58528a392d90be544e690c4bcc3cd689db9a 1.00 MB 918 56
458,435 458,435 000000000000000001efeac4c53a86d25fa524f7f13d5689ee5bb330a5a7f8ff 1.00 MB 1,799 128
458,434 458,434 000000000000000001460209852a6a29cd43e906d6320b1fbe3207a679b321bf 1.00 MB 2,264 208
458,433 458,433 0000000000000000012cb2ff593e5841ebeede65fdbbc04f091f66afcfd8b187 1.00 MB 523 42
458,432 458,432 000000000000000001eb434792e3983d4885653f96eadfbf93f9e73f4172f3ee 1.00 MB 1,913 151
458,431 458,431 0000000000000000005b3484d6e8f1e8237f68099d8a3b520afe7fc84c990201 1.00 MB 2,102 162
458,430 458,430 0000000000000000019a5b36a9f9836382ae1d02c60d7efdb05c2cb364aa8258 0.75 MB 1,229 98
458,429 458,429 000000000000000000af1959e66d5f4dec15a814889a4644d8ba6b790fd7b7bb 1.00 MB 2,135 158
458,428 458,428 000000000000000000af6a02b95166dea784223789c0ffba323c4254f792eece 1.00 MB 2,167 214
458,427 458,427 000000000000000001d9c6a650abccca87d330697a267d1798ca59aeb26cc564 1.00 MB 1,115 50
Previous 10 blocks ↓
Total Size: 684.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,363.89 GB sent, 103.55 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.