Memory Pool Memory Pool Refreshing

23,941 transactions
36.77 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,119 (398,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
463,566 463,566 0000000000000000019c4cc22ea0d4866e1335e389d6ee30e246c69f0bb5fc6b 1.00 MB 2,131 140
463,565 463,565 00000000000000000026770dce9fb2bd5c335cd25da2b4c3971736616beec7a2 1.00 MB 1,657 148
463,564 463,564 000000000000000001381a18bce6ae625cc7f0e094e412661e2e8822ee87e253 1.00 MB 1,601 155
463,563 463,563 0000000000000000004aafa5697808bfb3b485c4c5678a4e978f9204b177bc9f 1.00 MB 2,738 266
463,562 463,562 0000000000000000020a0a195efff1174af0c03a8e291dfac939132abc0c9076 1.00 MB 3,305 353
463,561 463,561 000000000000000001e521e6c291b4f8f34e6dc9d5b1e51f732c657f7c26154d 1.00 MB 2,240 130
463,560 463,560 0000000000000000012f41989abab52cdd6280cdcad31b5b08ef5f87e94967ab 1.00 MB 1,861 168
463,559 463,559 0000000000000000005e84ecd578c8e82d393fe4f11b1ce3374af1d6e6456a67 1.00 MB 2,052 304
463,558 463,558 00000000000000000048ff6aab7e0b337b3b47ade3feeac19a1f8c7d5ab21b93 1.00 MB 1,539 117
463,557 463,557 0000000000000000008baabbff0a6d7c6d32b96a3b68a8161e388397bff04ef5 1.00 MB 2,086 160
463,556 463,556 000000000000000000001f85374e7b4bde9ee48b43f245a6d8f4216205fae7a5 1.00 MB 1,690 159
463,555 463,555 0000000000000000011d2daabe38b038393f170edb124b25701a158c261d00d2 1.00 MB 2,195 195
463,554 463,554 00000000000000000093c2c5cb7aa1e3bd1f86335f59a2db58d96b791f306504 1.00 MB 2,389 190
463,553 463,553 0000000000000000007efe9459b87a6ea0e0f7322842af91fe0122890ac1db4c 0.00 MB 1 0
463,552 463,552 0000000000000000009183ff9b15765d9523f3211cd4a05146e2588dd2f18f84 1.00 MB 1,926 122
463,551 463,551 000000000000000000ce9f7913663011445f6988412560fa183ed81ef5fe32d2 1.00 MB 2,407 165
463,550 463,550 000000000000000000678cd9feb122c40c65685b9314696f823e647bca738cf4 1.00 MB 1,819 125
463,549 463,549 000000000000000000f8a4daa44c381f49e4bd5e43ed95910599186320c7a5c9 1.00 MB 2,513 171
463,548 463,548 000000000000000000c7d3abe2cfba2fb49754e4df8309d9bbb83b6b2054bf38 1.00 MB 2,191 127
463,547 463,547 0000000000000000010078877eaeff227f6799c5f3a567e96f2d3c417eb75e5c 1.00 MB 2,251 172
463,546 463,546 0000000000000000020ba4f5651ae1f0f61ce033c082d2e25b424d92b64cb133 1.00 MB 2,628 196
Previous 10 blocks ↓
Total Size: 684.39 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,338.81 GB sent, 100.91 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.