Memory Pool Memory Pool Refreshing

56,048 transactions
31.15 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,491 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 3,204 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,490 (34,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,784 833,784 000000000000000000035e26f9474a3bc1bf820f981cdd8068f596b56eac834d 1.63 MB 3,179 34
833,783 833,783 000000000000000000032835f5fddbd56bd39d7b61f3e1299d9ce34257b24aa1 1.68 MB 3,111 42
833,782 833,782 000000000000000000036e5d195551efeee4d0481558662055d01b34f5bf5c87 1.50 MB 3,318 59
833,781 833,781 00000000000000000000b46da347dda3dedcfab7e7636be9b393f2b9ee50265a 1.52 MB 3,318 53
833,780 833,780 000000000000000000029b59c8d62990e45667427d33bd24c30b6cd327d1370b 2.02 MB 2,655 33
833,779 833,779 0000000000000000000031d3d8f5315a18b20a67d52da8768cf7bedbc6821770 1.73 MB 2,779 24
833,778 833,778 000000000000000000027cef970b5deb5528de34058ab269a1dc0787f0a9cae2 1.76 MB 2,502 34
833,777 833,777 00000000000000000001f4412c8dc398f332cb533e71c64211d211b990b5602d 2.07 MB 2,477 34
833,776 833,776 0000000000000000000163dfc617590aa6b17a87f6ae81327b53458deb2e5702 2.25 MB 1,745 35
833,775 833,775 00000000000000000002e777330bfb6b9df58e3b0cb2d8dd9b82be0a78b3117e 1.71 MB 2,746 40
833,774 833,774 00000000000000000002bc0e57ea7f591ddc0f6917db0d3ee35e872e80a5c3d1 1.67 MB 2,683 29
833,773 833,773 000000000000000000034f960ed039cf6568675ae428f1ea62809d85adc67d7f 1.88 MB 2,856 38
833,772 833,772 000000000000000000009d4da405f63be74001444454b2b3279e7ee4de67ee4b 1.73 MB 2,568 37
833,771 833,771 00000000000000000000c4d3549487beff93b3309fe2aa87d5f7c88f4067ac7f 1.72 MB 2,645 29
833,770 833,770 0000000000000000000251a23a4fd9b884244941d375a63a581b51c3759e705f 1.87 MB 1,764 21
833,769 833,769 00000000000000000002a755bffc943fc8b169db7111bbc7bb978cac846c5241 1.77 MB 3,099 33
833,768 833,768 0000000000000000000036eacd897996b122ecdc88205c7996cce2be1b30fc80 1.83 MB 2,927 29
833,767 833,767 000000000000000000006067bf4d48578a96d8fec01d35b08c51e1482cdc6fb9 1.62 MB 3,288 47
833,766 833,766 000000000000000000020b1822f4f42b12f5bd03012500ee9094c7af3f8c661b 2.11 MB 2,793 36
833,765 833,765 00000000000000000000ba4faa508d22ca6a09397e199b101a51ab54232af0e5 1.65 MB 3,541 40
833,764 833,764 00000000000000000000b885c34b91f10b6f1e92adfc31ef93c616462711fb54 1.72 MB 2,999 49
Previous 10 blocks ↓
Total Size: 696.52 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,013.67 GB sent, 189.56 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.