Memory Pool Memory Pool Refreshing

14,782 transactions
34.35 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,145 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,689 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,144 (742,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,219 119,219 0000000000006b9c2f4f033206f04f1206f0f0fb6d7d8e4b5c802fc1f1e9e80c 0.03 MB 107 96
119,218 119,218 0000000000002e4cf9c4325050b40f4d9053e985dbc39d05f74360aba23c7e46 0.00 MB 13 1,388
119,217 119,217 00000000000018e74b4ca6642073ae753df3e81d355a8b4b892b32111e801889 0.02 MB 43 494
119,216 119,216 0000000000009571a86995a2c2758ff7ffa6fbffe187849f461c07a0a6976b6e 0.00 MB 1 0
119,215 119,215 000000000000856f550b5be3ae2338c5a162ccd7f92c0a68a9b58e5dbcc21d99 0.00 MB 8 354
119,214 119,214 0000000000006096ee4f5f1435b149e9f57f71c67eaddcaec3c54f34f1680b25 0.04 MB 119 529
119,213 119,213 0000000000000e40959cd51f718fb05fd4827511456c7cebed1fb95883347afc 0.03 MB 43 496
119,212 119,212 0000000000003bd321423ff8ba903d2c3cf734fdd4d974f08da84459bd4f34de 0.00 MB 12 555
119,211 119,211 000000000000b0d38ec4d1ae5c5a8a2492798dee28e01f57906ff56488b265f2 0.07 MB 14 967
119,210 119,210 00000000000022fa713bb8275661f9c3a8160b04168975949409f90602086203 0.19 MB 10 1,141
119,209 119,209 00000000000093fd7e5ca8f7f1cf6440700beed54636a8c030c82a7d636e0746 0.10 MB 274 121
119,208 119,208 0000000000003b7d22cc6d1c6cfabdcb99de7a14b160e0788604ed2a2d059a82 0.00 MB 8 0
119,207 119,207 000000000000a9d745464968e41560aa5d5b01c9255ae638851449f2805e6f3f 0.00 MB 10 0
119,206 119,206 0000000000002e0fde5e30f3bc9656f4bafa583fb913f3818656a0a9f3f0efcb 0.00 MB 15 1,149
119,205 119,205 0000000000006dd44c0b218a972460884ca39477aa6f796bf4510d399a1a6585 0.01 MB 35 690
119,204 119,204 0000000000002fdc616a78149141242ac9b5ae5b3b21fe38dc8f9c91cc52aec1 0.01 MB 20 309
119,203 119,203 0000000000004cefe3d55eb4f145efcf38e00d06583d921dfd863b046831e3ef 0.00 MB 9 203
119,202 119,202 00000000000041763baf491ebe97777bdc0e81708203881b97b1d80a59d322d3 0.00 MB 9 882
119,201 119,201 00000000000028a14fc2a83f529c63d648c92b1c7416f8c72aca415e9b8b38e6 0.01 MB 27 251
119,200 119,200 0000000000006780d7f71b0a1cf84be3513ae373ca9741bdb10831e9892f5baa 0.04 MB 143 518
119,199 119,199 0000000000004ca339595e4312318a16a386077a256761325cb4eac3e3008964 0.01 MB 30 1,015
Previous 10 blocks ↓
Total Size: 684.44 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: 1,340.95 GB sent, 101.17 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.