Memory Pool Memory Pool Refreshing

71,138 transactions
32.98 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,323 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,618 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,322 (384,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,835 485,835 000000000000000000b83b15b13ebbd5bd86522e83e3af0f79065eb1469c0b24 1.02 MB 1,824 135
485,834 485,834 0000000000000000009c3b445c58f21b50d606e26162f8cb231b0c8e50d682b5 0.13 MB 244 103
485,833 485,833 00000000000000000114cc776c1210bc5785046c6c99bf2cb697e67bb5a46024 1.01 MB 2,135 23
485,832 485,832 00000000000000000084589ae6cd73f69e9c2ab1cae2ad9b9c9fc573342cded2 1.00 MB 1,608 151
485,831 485,831 0000000000000000009735af9cbfd51416b95b31d65f13ff09a494f0ddf76729 1.01 MB 1,909 141
485,830 485,830 0000000000000000005a7518f9678560d9a02df783df331e10d474cb62682c79 0.50 MB 613 80
485,829 485,829 000000000000000000a3acf71b07d34ab12f52bb7999fe321823ccf6d2e0570a 0.57 MB 450 109
485,828 485,828 0000000000000000003c3fd59cc8a1e9245ab498080aa696d1246f4c55fbcfda 0.32 MB 359 88
485,827 485,827 0000000000000000004f03680ed6c4d9449c25571696396f34ed6f07e0efab32 1.00 MB 2,404 72
485,826 485,826 00000000000000000099f09a6dbddc510a03e5c04631c4eda07a6534eaac0eea 1.02 MB 2,190 89
485,825 485,825 000000000000000000de6be4043ed42a624f76aa7d55705126796969b2661b95 1.01 MB 1,706 169
485,824 485,824 0000000000000000011af483a4f4458e63450ae2e68baeccd2699a99ada19759 0.30 MB 766 99
485,823 485,823 000000000000000000df6970736e4052c7ec8a7e01c8b3d7cfe3e386d62a80a3 0.29 MB 737 122
485,822 485,822 000000000000000000434a1c59b17bd3d1bca868267d0c7c694d75a519c02e27 0.39 MB 998 94
485,821 485,821 0000000000000000006125c19e4a430032820c4830eb218cefefbe69425cc294 0.20 MB 413 66
485,820 485,820 0000000000000000005a1586664de8499f59ec4bc5ba95444ff80ea64c2d0207 0.47 MB 984 140
485,819 485,819 000000000000000000bc75ad2b51342882e9322e5490cb961be65925dddb828b 0.23 MB 251 44
485,818 485,818 000000000000000000a51dfa21bb77ad48b3b2ba1a54dd9f34122e006d7d9862 0.60 MB 1,549 101
485,817 485,817 0000000000000000002660908db26159ca663ec6c53200ee00b2a1f95fd757fe 0.56 MB 1,301 88
485,816 485,816 0000000000000000010cee2d7582a7ec4725e218f533c822f35ebdaf539654e3 0.13 MB 254 112
485,815 485,815 000000000000000000b421b00cdb6f3511e2619f676f1671c23a28d6f7279dcc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 700.05 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,229.00 GB sent, 210.85 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.