Memory Pool Memory Pool Refreshing

31,292 transactions
24.39 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,457 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,650 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,456 (52,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,860 810,860 000000000000000000048d398c7d9ac5418b412ded40e2aa039f7fe355b6ce2e 1.08 MB 766 39
810,859 810,859 000000000000000000029f6e3075236ed1a9e54285e73235eaade485e789b0ed 1.13 MB 1,043 36
810,858 810,858 00000000000000000004b0b75ce5648f712272bdda9d9c32f375bf4ec38d5399 1.25 MB 1,576 23
810,857 810,857 0000000000000000000091fe01a776befa24b1ba9e9021d49d29f80735a5bc85 1.11 MB 355 17
810,856 810,856 00000000000000000000ec443f85fa4d039f3a449193bcbd2945476efa26c99a 1.13 MB 856 21
810,855 810,855 000000000000000000044573c3fd5c14ac50c6999873a574b8068017e2581189 1.25 MB 1,672 24
810,854 810,854 000000000000000000043b7f09a8d5476a7480b6cdf7d992560160336f52e7cf 1.52 MB 2,423 19
810,853 810,853 00000000000000000004ddd150e469d6a8be44e548a500bc36a81050ad6ca1f3 1.93 MB 1,063 5
810,852 810,852 00000000000000000003b708723406575bd1167f995f8ef494c8b3e0f658b525 2.16 MB 1,842 3
810,851 810,851 00000000000000000001e959f02879247315c174ee8bf78c1dc940b73ba5e82e 1.73 MB 1,209 7
810,850 810,850 00000000000000000004d7d546e510c1293bf48ea10c0b7b0f0be119e82c032a 1.62 MB 1,178 5
810,849 810,849 000000000000000000019b574b07e8b12889ee2390ae1e4396268c18a5272095 1.38 MB 587 7
810,848 810,848 00000000000000000001758e9860304b7bf34abdab5e5876299f63ad5d205857 1.43 MB 2,184 18
810,847 810,847 000000000000000000022a2099395be81ecc02a0165ae7b6b1f137bf3cacea52 1.57 MB 713 13
810,846 810,846 000000000000000000012656676659c17813a2d2bfd12016a7459f664a6b5b17 1.11 MB 516 12
810,845 810,845 0000000000000000000423d89351ac37acde88b6cb2a2dabd9d5dded75978010 1.44 MB 1,635 21
810,844 810,844 000000000000000000029d1e24994d4dedeaba586e40b8fb490f4fefbed3079d 1.09 MB 657 17
810,843 810,843 00000000000000000001c5d411452104ee619074300e149ac0e95ac9158cc5de 1.46 MB 1,961 25
810,842 810,842 00000000000000000000a8fb9f8e5c8d463cf75ca160cc00098bf36a082bdfcd 1.20 MB 607 22
810,841 810,841 000000000000000000049edab58d3c6b3e54d85ec2c99dd57a3955badcf2219c 1.35 MB 1,867 25
810,840 810,840 0000000000000000000277eefb526763533d05568d8fee09808893b6ac7eedff 1.29 MB 1,395 26
Previous 10 blocks ↓
Total Size: 686.99 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,500.25 GB sent, 118.31 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.