Memory Pool Memory Pool Refreshing

84,867 transactions
34.42 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
872,005 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,372 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,004 (22,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,341 849,341 000000000000000000030f0607371a88a5fe4a9380692f39a6151ab298d678d3 1.52 MB 4,878 9
849,340 849,340 000000000000000000008d8c868074716602157de7b6f634f2bd2db114f6c59a 1.59 MB 6,728 8
849,339 849,339 000000000000000000002bad2f8fce489add2d3e0ff3f62a33c5cd7125622f55 1.73 MB 5,276 9
849,338 849,338 0000000000000000000188102838422aae46afb25fba0ddf55baa42a4875a1b2 1.81 MB 1,801 12
849,337 849,337 000000000000000000009ecaa45e50bb4f347b588fe8b61453e180fa74b034ef 1.62 MB 7,200 7
849,336 849,336 00000000000000000001eb33cc53323eac07e94c01b579c52cfecf17ee62f2d7 1.62 MB 2,116 15
849,335 849,335 000000000000000000015e49c2bc2a3aef1ff438685ca2f9a4b8ab60a5b8e2e0 1.63 MB 6,693 8
849,334 849,334 00000000000000000000824a86cc1d3f720a9b2c2f4220db66d221750b72fe33 1.75 MB 6,720 9
849,333 849,333 0000000000000000000253765a310fb66b3feb99b455180f7774f1249b1e4e29 1.67 MB 3,684 8
849,332 849,332 0000000000000000000272449a434a4f6b64fbe93e6624668640e21c04fb4bc5 1.71 MB 2,933 21
849,331 849,331 00000000000000000001ef5035798284c1b3f46935663c04ab7137712a8745a3 1.70 MB 3,367 13
849,330 849,330 00000000000000000002523c9b16179cb89c446ee0b3c07db3d66d1f67d2207e 1.58 MB 3,399 23
849,329 849,329 000000000000000000004c5c6c653a65558c3b1eb62f4178b3431ad4e8319eec 1.68 MB 3,536 19
849,328 849,328 0000000000000000000298bdf30d6d6dd586b8b55b8d7260422eae00d469a88d 1.72 MB 2,588 10
849,327 849,327 0000000000000000000070a933e884686a57989d93ff5080a8ed86b6fd65096d 1.53 MB 2,764 14
849,326 849,326 00000000000000000000e668d017dfd7118c8dc6df2a24f4c365c33ed233c7c4 1.66 MB 3,041 19
849,325 849,325 000000000000000000010f1cbe867212e15ba5bd51596d812691d7d249191d1f 1.68 MB 3,145 27
849,324 849,324 00000000000000000000d62275fd2ddbc5071ca546c76e7406da75495200ac41 1.67 MB 2,875 34
849,323 849,323 00000000000000000002207daa9c56477df6c60935ebe52860cc63b8f865e99b 1.59 MB 4,711 12
849,322 849,322 00000000000000000001edb690718474487d25c4701ede1e349fd664f4112d4f 1.57 MB 5,601 11
849,321 849,321 000000000000000000023f2a6f647557f0ab89e3d6aca1543a1f96ebb83b041e 1.58 MB 4,442 9
Previous 10 blocks ↓
Total Size: 703.22 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,585.00 GB sent, 232.81 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.