Memory Pool Memory Pool Refreshing

18,201 transactions
37.32 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,124 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,906 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,123 (454,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,403 407,403 00000000000000000096173419fb1aed84091ce4fdbeba1b93c546c3685c0875 1.00 MB 2,208 62
407,402 407,402 00000000000000000024577f8d66b78c8851a3b8fc527a53d2015754002bf313 1.00 MB 2,400 51
407,401 407,401 000000000000000001fe96519739699f3df6d9a841c8b4e15ee9688bba23e9fc 1.00 MB 3,343 89
407,400 407,400 000000000000000003f5d63b56d616b41dc526a354f28a6b689e149868616e95 1.00 MB 2,863 54
407,399 407,399 0000000000000000045b3a04c81a2de7161d2e589268acae4738107da51e84f4 1.00 MB 2,685 58
407,398 407,398 00000000000000000619b831958a7cd8d92d4fc56bcdbe5f0cecd21f8b13a375 1.00 MB 2,097 54
407,397 407,397 000000000000000000188d471fd81a4c89b1a2e818064e88a7cd9f88436073f5 1.00 MB 2,418 51
407,396 407,396 000000000000000002ff4854a0618708a01be301aa1b64da057f2766fd228fa1 1.00 MB 2,805 55
407,395 407,395 0000000000000000025d9a04265cecefa9a6d4ab16783e61e4f745c892bf7f15 1.00 MB 2,545 61
407,394 407,394 00000000000000000025a0500711ad3a2657e7ff74e142e762c0d192ab670d62 1.00 MB 2,262 41
407,393 407,393 000000000000000003634de0fb7bd7419283c2694abea9786f24bce4975d156d 0.00 MB 1 0
407,392 407,392 000000000000000000b6324fd9e6f113e8ee755446c3826a0d24367e77eb7cb5 0.93 MB 2,982 71
407,391 407,391 000000000000000002865b7f58f895a685a8536f28fa5a842d735760204a4023 0.43 MB 878 41
407,390 407,390 00000000000000000109a7ba5d6ed21c30c1ad0b2d194ab57661bc22f847dc41 0.43 MB 849 42
407,389 407,389 000000000000000003cf45c6b0fa93893275067feab56a647a3fd15959080a00 1.00 MB 2,181 46
407,388 407,388 0000000000000000013285d42f5d2d79b9361495c5a170aa3249fec7494aa49e 0.52 MB 872 36
407,387 407,387 00000000000000000360edabcb31873e8555c39c75c8872fac636635c38fec7c 0.90 MB 870 17
407,386 407,386 0000000000000000038e67cb4fc1b1859195ce97961401eef2edafa2ed72a482 0.23 MB 343 29
407,385 407,385 000000000000000004d20bdd9842ad24aee67a2942fc2550d5e796c0b2a17077 0.99 MB 1,791 52
407,384 407,384 00000000000000000111afa5b01dcb738f28798ed6810d6e4707baefd163648e 0.76 MB 849 24
407,383 407,383 00000000000000000096583bb0b93dc7aab7913634a192c8300960e5baf07209 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 684.40 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.96 GB sent, 100.95 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.