Memory Pool Memory Pool Refreshing

59,001 transactions
23.92 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,098 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,150 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,097 (56,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
815,832 815,832 000000000000000000010715042cb1d3bdbf2513a4030ed5e2c1869182f3c601 1.53 MB 2,512 45
815,831 815,831 0000000000000000000032a8b97c7431c16a096a3d41726201c3e343d156fc74 1.77 MB 4,441 47
815,830 815,830 0000000000000000000301de72bf32405066cd9064d57723cb8b2f2e98975902 1.63 MB 3,787 70
815,829 815,829 0000000000000000000221b779a66a8f6c52d8d63d61927b1952b4202a67b01c 1.71 MB 4,168 49
815,828 815,828 000000000000000000023dd6a01802f1313d159e70b3d22fba36d244ae7c2d5c 1.68 MB 4,080 66
815,827 815,827 000000000000000000006dc104641e180ac5fc675810fad63b532dc7a203e72e 1.75 MB 4,965 67
815,826 815,826 0000000000000000000008e9769fab44e9f655fcfb63735f6c1a21840ba97060 1.72 MB 4,484 54
815,825 815,825 00000000000000000000d169044740c7009f755e349748ebf5b725e4c09667a3 1.66 MB 3,710 53
815,824 815,824 00000000000000000001ed0effac60a58ce9de5ba152f0694af4bf9821149ed9 1.67 MB 4,244 66
815,823 815,823 000000000000000000004f6eea140e4227d0179d19af12c8fb49732bd410d6d9 1.64 MB 4,287 70
815,822 815,822 00000000000000000002054ca24948671134029868d6de166401a4845f69a0dd 1.78 MB 4,322 56
815,821 815,821 00000000000000000002dead519d35275fe937de05f52fc7182145fbeca7d09f 1.67 MB 4,665 76
815,820 815,820 000000000000000000013ae8aa011c3242565e8e1a81cf14722d72f35a7edec9 1.66 MB 3,778 59
815,819 815,819 0000000000000000000136f0928b05a1ef0a7a544bb9c6b5875dd0e2802ff1cf 1.62 MB 3,930 61
815,818 815,818 000000000000000000023d2c90026eb2c1b3d6e6e99ac44594fecf1c3b27f12e 1.73 MB 4,276 72
815,817 815,817 000000000000000000012b2f75fd427970cde81b811cd03dc50951ba2d07ffb1 1.72 MB 4,660 86
815,816 815,816 000000000000000000028594ad7475eb9585e2a83ac49ce5ee8923bce6b5c2ae 1.80 MB 5,021 71
815,815 815,815 0000000000000000000125e78206c44a8394ca49d716909921106790e73d3864 1.66 MB 4,070 71
815,814 815,814 00000000000000000001ce278ed85bd8f0da687fff04cd3501ee41dbae60a9b9 1.40 MB 2,447 72
815,813 815,813 0000000000000000000411dfb291c30722f577d5bff014bca35ed1947d0337a5 1.64 MB 4,385 86
815,812 815,812 000000000000000000043bc5a824eaa4bef731226d8e3e3a084a8f798a0920a8 1.78 MB 4,638 72
Previous 10 blocks ↓
Total Size: 703.38 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,591.13 GB sent, 233.96 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.