Memory Pool Memory Pool Refreshing

68,235 transactions
29.21 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,286 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 5,483 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,285 (68,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,085 805,085 00000000000000000001f8ec126c7769f69e6f093dedc7f134e468b75183911d 1.34 MB 1,452 12
805,084 805,084 000000000000000000028781b3a91c0c5dd0c10c0cb02f5bcbcb8e802941a80f 1.88 MB 4,282 10
805,083 805,083 00000000000000000003ff5a3c54177bf34d792b9af3e786555cee58d5f426ff 1.80 MB 3,202 9
805,082 805,082 00000000000000000001d98bfba9eebfb2fd7aee8bb435db44b9788c55991d4c 1.57 MB 3,140 17
805,081 805,081 000000000000000000000dfe613f9ecae8fbc9ea004eaa05d632fd8797130994 2.15 MB 1,652 7
805,080 805,080 00000000000000000001dadf4a60edbc49e416fa19186796c8563d567cb24595 1.46 MB 3,179 15
805,079 805,079 000000000000000000043471013b1ff020a1e636c76b1ca104851dc1eee1739b 1.47 MB 3,490 22
805,078 805,078 00000000000000000002290acfa13d0e83dd51e67bd2a9c69d392db1b56e3a4b 1.35 MB 2,333 14
805,077 805,077 00000000000000000000d120bfb3a84c38e0f65e0f1606eae970565d66c4c03f 1.76 MB 1,946 6
805,076 805,076 00000000000000000002f3a63c79d6fd45137712c6a17e26138c027e424f5684 1.76 MB 2,337 10
805,075 805,075 00000000000000000001795f37e245d4257767957e78897f82cac9b1f2737b94 1.53 MB 2,855 16
805,074 805,074 00000000000000000004f9e0031842d0e521764449daac97e7b497c5bdccab25 1.52 MB 3,693 24
805,073 805,073 000000000000000000039c60fbc8dc80a79d73f104ed5c7b294ccc1e60a8fa97 1.81 MB 4,398 11
805,072 805,072 000000000000000000033a534541dcffc081965ef2612e2badb84199abcab417 1.71 MB 2,776 9
805,071 805,071 00000000000000000004abcd701068a2cf7c2af93c71119c0720400b3e370a52 1.78 MB 1,894 8
805,070 805,070 000000000000000000001a6a92cbcd839ce6da5e6682f9cdfdd5eaf5996dc4c1 1.48 MB 1,919 14
805,069 805,069 00000000000000000002aee3ab678ecf56a7e9d72c297178b0fb2ed7a807549c 1.34 MB 2,259 13
805,068 805,068 0000000000000000000329fda4344c57c162b4762885ac1a408a319b0a567784 1.51 MB 3,449 24
805,067 805,067 00000000000000000004e508339901b17531c4292eb789a07fbdbb94c92ad692 1.46 MB 2,800 17
805,066 805,066 00000000000000000002e10567f09434f7df4024872a8fc7c6fc8d3c36e65c7a 1.78 MB 4,048 9
805,065 805,065 000000000000000000007f1a78905fac51c25f60ca0c36f7e2fc0e6609ea35f1 1.63 MB 3,201 15
Previous 10 blocks ↓
Total Size: 705.56 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,703.67 GB sent, 248.02 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.