Memory Pool Memory Pool Refreshing

85,080 transactions
32.94 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,163 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,572 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,162 (126,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
743,396 743,396 0000000000000000000848482cd41d0d85948c24c932365ddd58ab2e077ff0c8 1.51 MB 2,296 9
743,395 743,395 00000000000000000000afe7061dcb97817ad0dc907daf5df14b7ff22b14ac96 1.56 MB 2,699 14
743,394 743,394 0000000000000000000041b8da5bdfcd38e1d4ccea767761e7086cbbc78c1340 0.36 MB 596 14
743,393 743,393 00000000000000000007739521a6acfe2c4b6a3cb31d2455792b6d19c1cb12dd 0.93 MB 774 3
743,392 743,392 00000000000000000007b29aa6db769bf2b97aafbfde4bb5c529907483e43053 1.26 MB 1,090 15
743,391 743,391 000000000000000000012c734309e685abcd2658816dde89815a2fc69696e9f5 0.55 MB 818 11
743,390 743,390 00000000000000000006a607dd14bcd5470c29b3fc871f50e5d76006f651d4d2 0.61 MB 1,108 12
743,389 743,389 000000000000000000057d9e67979c06c4b1d025d1a52f22316e51c091d2f53b 0.02 MB 20 10
743,388 743,388 00000000000000000001b84c78a65032a1975a34ba681c9837557211ec4b1a53 1.42 MB 2,234 10
743,387 743,387 000000000000000000042903925d5a42079f3a8156c61f30cb9874a7c0e23ab0 1.02 MB 1,250 11
743,386 743,386 00000000000000000000041a92cb874f2ea9aaaa3c99bae7762ef2fca90b34cb 1.09 MB 1,067 9
743,385 743,385 00000000000000000009754d6d19db60351e13f9105ad93dd5df932db2d90192 0.35 MB 360 10
743,384 743,384 00000000000000000003d9a5fbd737266392768b47d55562b68d5492da8c10f7 0.99 MB 1,346 11
743,383 743,383 00000000000000000005bf6f5b25dcfecf215d7a8a040da6f6d71d871f0f68b4 0.22 MB 235 9
743,382 743,382 00000000000000000006c8f8833d315d88633011d725086cd46b1b99a6df65bb 0.49 MB 754 10
743,381 743,381 00000000000000000006ba68cf837140b9db2c844747b360dfad888722c51c2d 0.71 MB 1,172 11
743,380 743,380 00000000000000000002b84de104d56b04c0e1b19488d91565f6a155b3616e4a 1.13 MB 1,209 9
743,379 743,379 00000000000000000007114b14cf01ca87be98e9a832f1bddfd5f3e5c10a97ef 1.20 MB 1,330 11
743,378 743,378 0000000000000000000562581b69ab71240f238373750ed7b50eb5dd754fe4d4 0.84 MB 1,480 11
743,377 743,377 0000000000000000000933a54f5ab0b79099022f9aacce917cd43800223edd8b 0.03 MB 23 4
743,376 743,376 00000000000000000006bd2795c43735ca0c1c0508e4069479e4e6fe0692239c 0.15 MB 127 4
Previous 10 blocks ↓
Total Size: 699.76 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,186.37 GB sent, 208.84 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.