Memory Pool Memory Pool Refreshing

72,017 transactions
27.18 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,016 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,614 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,015 (68,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,640 793,640 00000000000000000004a543fe74a211c3071fbf4276cb95df5cdc2d77adff63 1.60 MB 2,275 51
793,639 793,639 00000000000000000002381d5df59fade9801ce87e80c2b4f6681a8017d5151c 1.75 MB 3,047 35
793,638 793,638 0000000000000000000291a41418c6568348d75246fe83fa399f75e0a0036f10 1.55 MB 1,769 63
793,637 793,637 0000000000000000000481a029faeb4e3f72e735fd7bf083e3eb6afe63f13b71 2.03 MB 2,359 24
793,636 793,636 000000000000000000040bc264d82c610b96f83f90d82e11dd66f9149cef98b7 1.83 MB 2,099 28
793,635 793,635 000000000000000000038e951335810dfb598dded239ada25e08722b956148ab 1.72 MB 1,858 30
793,634 793,634 0000000000000000000356f14d573e6ce7f58c3b5427de406901917c4d1e2412 1.62 MB 2,167 36
793,633 793,633 0000000000000000000252e2bfdfc7c06658b65cae2ce4859d724d611b3c2b1e 1.61 MB 2,425 32
793,632 793,632 000000000000000000048506b96bef6d8ab26229e8594faa79325babd0d71013 1.73 MB 3,430 44
793,631 793,631 00000000000000000002c8092005dd348fdcc2fa5cec66fad620a2492baf896e 1.49 MB 2,489 65
793,630 793,630 0000000000000000000167b18302df68ea8acfb2d0a5c8ad24944851357d1e4d 1.51 MB 1,701 47
793,629 793,629 000000000000000000033755501a991146ea634ca43cba4034d5c6336e26e190 1.45 MB 2,936 85
793,628 793,628 000000000000000000010187be6bb4fc4256d6539d019d71d26095d2890f3148 1.28 MB 1,842 71
793,627 793,627 00000000000000000002993e5943d5aa8a4eeee7290651b40ecb7015fc4de246 1.93 MB 1,632 38
793,626 793,626 00000000000000000004736b0fb8a868cd5b25502125dbfc26570c4826aa8908 1.18 MB 663 57
793,625 793,625 000000000000000000047881b1184415f60b740889cd28e79fc99efb1f961e34 1.46 MB 1,996 79
793,624 793,624 00000000000000000002029d66479064036a76011eb1aa518b6cb3acfab723ad 1.32 MB 2,093 71
793,623 793,623 00000000000000000004625ac864a3f045f1c39c853c95759feaec96bbbec5aa 1.61 MB 2,830 45
793,622 793,622 00000000000000000004241ef4dc7d72541a0df6291de3d38c03d487935ca902 1.51 MB 2,943 67
793,621 793,621 0000000000000000000245be496e54afccc907b68e2192d6b561c29e4155f106 1.49 MB 3,056 55
793,620 793,620 000000000000000000042f8f085cb14fd38e8d39e5f44d2d9edfbe6019d8a677 1.43 MB 2,452 65
Previous 10 blocks ↓
Total Size: 684.19 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,329.68 GB sent, 99.72 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.