Memory Pool Memory Pool Refreshing

56,376 transactions
25.30 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,639 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,695 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,638 (78,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,827 790,827 000000000000000000028a6e01ad99705343eea1ff85e43aa580bbae52a3a8ab 1.61 MB 3,081 32
790,826 790,826 000000000000000000001de7d5d570b2044401fb4b630fdd70e3537659a55057 1.56 MB 3,078 63
790,825 790,825 0000000000000000000579da12446c4d6be5acbf6a3031f229d50ca00dbc4bcf 1.63 MB 3,633 40
790,824 790,824 00000000000000000002509aff9ebd4dd3684d656e4715eecdb18e69002fbdfd 1.99 MB 5,744 21
790,823 790,823 00000000000000000003dd491095e17cd8ea349b9172645ae99d8b3855fb1598 1.85 MB 4,486 24
790,822 790,822 000000000000000000038480165de670cc336449e8062a797bc002cad27deef5 1.83 MB 2,920 34
790,821 790,821 000000000000000000016b672dff13a67c97bfae1d033d4b2eb518812c0ae854 1.67 MB 3,091 56
790,820 790,820 000000000000000000007b00dec0a47b2a9a2e7a6140f9c993b594b9fa4c3f4f 1.59 MB 3,131 56
790,819 790,819 00000000000000000001752479bdf9ae733e0866ace9f336f68ed02cdc75c5f3 1.55 MB 3,156 61
790,818 790,818 00000000000000000001b900846779975d1f297c57d03c66ee98000855fe2c61 1.41 MB 2,835 78
790,817 790,817 000000000000000000007f28ce7a9fac0324382a5b2dffb03c9af6316b34e5cb 1.74 MB 3,184 27
790,816 790,816 000000000000000000041354a6ee3fb635f49564378a85b57c478de30879aea0 1.37 MB 2,213 59
790,815 790,815 0000000000000000000557722d7886c103a1d288ffb7d3b3c9ac35d3c79e9889 2.32 MB 4,403 24
790,814 790,814 00000000000000000003a4c70c2038929ebf0c6a57de2b13b6cb7df7987c0f7a 2.88 MB 2,376 25
790,813 790,813 00000000000000000003b1d7011977b4970d8a6810b6b71d2a88aa94743f70f7 2.12 MB 2,478 33
790,812 790,812 00000000000000000002dde7cd1abaceb964f2eb4b68334c40cee0ad4f873ab0 1.65 MB 2,898 48
790,811 790,811 000000000000000000027d726207f52d1117bda6ef2190d0ffe0620f468df3ff 1.93 MB 2,821 37
790,810 790,810 00000000000000000002b06a1bf597213d3f1ccada6e7b3b8897efa76c9a050b 1.78 MB 3,081 32
790,809 790,809 000000000000000000035c0379ea14d9fe69a5abb69bce96d54d52beccdffb4a 1.51 MB 2,626 72
790,808 790,808 0000000000000000000034df4b737147465987c33e8768a4a1e2af4b1236594f 2.09 MB 5,354 22
790,807 790,807 00000000000000000003d28bedddc4d7699faadd6e5ee169e7659a41b34aa0d4 1.73 MB 3,677 35
Previous 10 blocks ↓
Total Size: 698.78 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,099.27 GB sent, 202.65 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.