Memory Pool Memory Pool Refreshing

59,284 transactions
28.08 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,862 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,118 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,861 (391,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
478,414 478,414 0000000000000000007a81b49e075eeca1a54da227f92e73f354b117d1e47a07 1.00 MB 1,310 87
478,413 478,413 000000000000000000ec23e103e40c8e9d2a39d6173ea6fcfc4f9d09beb431b2 1.00 MB 1,236 134
478,412 478,412 0000000000000000001380e5bac598b10458531f0a3552b123bcc256980e52a8 1.00 MB 1,286 70
478,411 478,411 00000000000000000039a35da7b52060d2a642cd05d3080b45f9f4476f1a7499 1.00 MB 1,474 103
478,410 478,410 00000000000000000006aa5d16bfbe053659f1e82b3bdc715bc481fba13553e1 0.99 MB 1,782 142
478,409 478,409 0000000000000000007695311560ed182a62e9ad2d98c9b1ee47a525984963fd 1.00 MB 384 117
478,408 478,408 0000000000000000002c0606c284d38fd116c9aa5ca3bf1b33d24b3cd88cd626 1.00 MB 1,668 155
478,407 478,407 000000000000000000d1417892205dc8b63449c25b2239ca20da2c52e2254f4d 1.00 MB 2,156 216
478,406 478,406 000000000000000000a64ebadc682b94d6d49255846a6166dc90acaaa72388d8 1.00 MB 775 56
478,405 478,405 0000000000000000012b8046485a3619fe47fb9ae37f81325e5f5558cb6101ee 1.00 MB 1,010 62
478,404 478,404 000000000000000000811ef507156dd6e5d19effbcad5178103f87beb9fbbc90 1.00 MB 1,519 93
478,403 478,403 0000000000000000006f90dd44e21ef706d7b952acd094280a8510ea4121c411 1.00 MB 1,701 143
478,402 478,402 0000000000000000007d4ce2b2014902b570e877d2c04f6c6b140030acd3ed87 1.00 MB 1,764 199
478,401 478,401 000000000000000000b5f1d42d6fd574f50c73d68764df7d60221bc03cf85efe 1.00 MB 1,771 72
478,400 478,400 0000000000000000004a9692c9ea7dde1d3236dac25c494f28352739a22c544b 1.00 MB 1,611 104
478,399 478,399 0000000000000000013397c0a756ab41e96229de0880578d116ba7d0968820ae 1.00 MB 2,141 208
478,398 478,398 000000000000000000c941b4769d9ef64f48c90e63aa26d082369cf38d5f248b 1.00 MB 2,118 195
478,397 478,397 000000000000000000b07ab76b3fd1193e732c8bd32127072049fe45c6cc29c5 1.00 MB 1,412 98
478,396 478,396 000000000000000001075950d883b7c505b414d0fdbe6f7b68161534cfc4eb9e 1.00 MB 533 61
478,395 478,395 0000000000000000001ff6dbebaf709c3a9256f51a6879b2d78e1b4c166961d1 0.75 MB 1,270 95
478,394 478,394 0000000000000000010b0ea7b5edff81fe9594ff980bb60731b3b57f054b4b6a 1.00 MB 1,398 128
Previous 10 blocks ↓
Total Size: 699.20 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: 2,129.32 GB sent, 205.18 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.