Memory Pool Memory Pool Refreshing

46,353 transactions
22.81 vMB
Show Random Selection Loading Transactions
Max Size: 121/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,512 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,273 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,511 (11,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,191 859,191 000000000000000000013c0d6335c62716d8315d71e630219d93733213603a83 1.53 MB 7,654 2
859,190 859,190 0000000000000000000071598ab74c6195de565c7bddbdf6464a455a61841fff 1.57 MB 7,225 2
859,189 859,189 000000000000000000024ecc430720fcf60a8a79573895cf7639f66752ff88df 1.50 MB 7,620 2
859,188 859,188 00000000000000000001a36f03d6e4a319842b2fb81125ffdf7592196289fc1e 1.67 MB 5,743 3
859,187 859,187 000000000000000000003861718d4adbf79233a15a1caae82b06334bffec2f7a 1.71 MB 2,089 4
859,186 859,186 00000000000000000001983bc0fbf533bb443071ff819c2b7832897cff712793 1.66 MB 2,802 6
859,185 859,185 0000000000000000000076db65af422b54db74f0a1a2b95e3d660402193d0ff2 1.42 MB 3,081 2
859,184 859,184 000000000000000000022742191981a0b6fee71564c53223888e9ad94abde44f 1.85 MB 2,912 5
859,183 859,183 000000000000000000014338649da3d06acac08a769ff4c27d398443da2e0544 1.67 MB 3,049 4
859,182 859,182 00000000000000000002f6e69267f4811078a6844e49149ee4609f97bb76592d 1.45 MB 2,341 10
859,181 859,181 00000000000000000002a7c39165e915f1a07a64be67513a627c56b3d9a58031 1.56 MB 3,607 7
859,180 859,180 000000000000000000003da04e08ce5c19415c9f679de670dd8d90b2f920e34f 1.64 MB 5,415 3
859,179 859,179 00000000000000000000381749c8391b9dbfa477b25afa499931e9d1ff4b1fa1 1.80 MB 2,976 4
859,178 859,178 000000000000000000007aa5873c6865afb77ea45b2b53dfc44d6d2a8269b755 1.63 MB 1,440 7
859,177 859,177 00000000000000000001a35614156bd07cef3ca1fbfe58ab9039cffabe7df1cc 1.70 MB 4,369 3
859,176 859,176 000000000000000000023230563fb4c002740aca22b6d93d3c1997b18a48d48c 1.62 MB 3,335 5
859,175 859,175 000000000000000000022cbef7100d06b4ff96d270225dce43c0d4cef7aa0a0f 1.68 MB 6,059 3
859,174 859,174 000000000000000000010741bc513dfe79f8baf1fbe842850ce3df5e36ee3ce0 1.53 MB 2,981 4
859,173 859,173 000000000000000000010adf9ad67254cfb46b6abe5bbe27ad243691e3182973 1.58 MB 2,942 6
859,172 859,172 00000000000000000001ae9ec138a0703952fea8fb295a17a88e4cd35cafb545 1.65 MB 5,287 3
859,171 859,171 000000000000000000018aae98e7535fe56ff163ea283da522c9e07ecd8047fb 1.56 MB 7,768 2
Previous 10 blocks ↓
Total Size: 700.41 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,311.18 GB sent, 213.35 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.