Memory Pool Memory Pool Refreshing

41,473 transactions
17.77 vMB
Show Random Selection Loading Transactions
Max Size: 112/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,055 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 7,877 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,054 (41,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,666 827,666 00000000000000000001d7ef7b9388f040a1c77be760a73144b0cafb81800ac7 2.06 MB 2,383 28
827,665 827,665 000000000000000000004460ffcfa47523eb5ea9f917469705ca074de39a26c5 1.81 MB 3,423 28
827,664 827,664 00000000000000000002611d5b3b371347f2e40915a44033571741c2b91f454c 1.80 MB 3,317 27
827,663 827,663 0000000000000000000199dcfff0c061dc8a51571780f7e7c351559d34af195d 1.76 MB 3,590 38
827,662 827,662 00000000000000000003494556a6b9378e99ad3a0276db8836a0cd3de11097a5 1.56 MB 3,189 28
827,661 827,661 00000000000000000001ae1fac131de1e0422a2524872c28ccdf9db80b7c0cf4 1.34 MB 2,032 30
827,660 827,660 000000000000000000010831c6b14eafc814094ffa089c3db15889c7a38424a6 1.33 MB 2,228 25
827,659 827,659 000000000000000000028dde0f1ce823f35547ff1bebd35dd58ceb04885b0268 1.99 MB 6,040 31
827,658 827,658 00000000000000000000f033c55e14376a06d86d087f223acca33efc50fc5181 1.56 MB 2,059 30
827,657 827,657 000000000000000000023954a876e2d615f772dad355bc79b8ce76e733297e35 1.64 MB 2,609 37
827,656 827,656 00000000000000000003fb601209e66ad0cac42cd6746cd29457a616c45c19a7 1.64 MB 3,398 50
827,655 827,655 00000000000000000002b2e21f9a7cd784764bd6afbd6f17e6bb7e4cf89e5853 1.90 MB 5,355 31
827,654 827,654 00000000000000000001fb628a62604b580692d54adc3f0ab830273b9c74b844 1.79 MB 3,095 32
827,653 827,653 00000000000000000000e9eb24a4dfe3f1e0d01a97acc1a098aa73d5f83ab411 1.58 MB 2,875 48
827,652 827,652 00000000000000000002d3e2786287bccbdec5860f3a60210e8cc9167a7e1695 1.54 MB 1,643 27
827,651 827,651 00000000000000000000cbd99c9b43f7dcc7099bf347514b3bf3120ead5eeea9 1.44 MB 2,526 29
827,650 827,650 0000000000000000000046a2f4dcd1f7d8b7da58a12f194ca7a6677788ae1e1c 1.44 MB 1,901 34
827,649 827,649 000000000000000000015e750bbfe74fab61746e53f9f71f5f9b5473e6ada63b 1.60 MB 1,438 28
827,648 827,648 0000000000000000000148b2cc8448cf98132628957cde8eea1ed7bf29291072 1.84 MB 3,663 30
827,647 827,647 000000000000000000026b8b362ae58846c21d14ca461b431426769f6c9c7320 1.71 MB 2,412 41
827,646 827,646 0000000000000000000048f7bb318fda19788965af4fda3e902e90b7a247aee7 1.65 MB 2,813 35
Previous 10 blocks ↓
Total Size: 697.66 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,058.68 GB sent, 195.86 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.