Memory Pool Memory Pool Refreshing

23,957 transactions
14.95 vMB
Show Random Selection Loading Transactions
Max Size: 82/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,645 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,644 (654,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
216,493 216,493 0000000000000383417b6d10f942e4b00d3dcda399c774b944c206781514a686 0.08 MB 222 218
216,492 216,492 00000000000000857b4d9663d036ecfbe7e622b1610b11d854fc39d0c2be5b52 0.10 MB 275 207
216,491 216,491 00000000000003cbbaa8b7ced9402e9628404afee5d413df033ffb6f81b0983f 0.09 MB 197 211
216,490 216,490 00000000000004674e3aff0dda8c1c2090d5f78f606b921b7fb18dba0333993d 0.05 MB 132 39
216,489 216,489 000000000000001f4df22562fb68536ef68dc433838f8e5dd1e88380604d674c 0.18 MB 441 573
216,488 216,488 0000000000000367dfa97fac47b5abae8f1cae84edb749360ab8e0dc3d3a8c02 0.05 MB 120 172
216,487 216,487 0000000000000500fa59b14817e9a75f7ea1e371a02d2c3599ee23e659a3d6e4 0.04 MB 90 151
216,486 216,486 000000000000043077e7fcac30745016d3cc755436c4e2c884ecee9c799423da 0.14 MB 343 163
216,485 216,485 0000000000000126cdc9851396baccfbdceaaeabb9d69d9e53a3ba0927c98b4c 0.19 MB 415 161
216,484 216,484 00000000000004eaa20d261979476437742f6019014866068cffe19cc0df29de 0.07 MB 170 202
216,483 216,483 000000000000007a188e5ed7232688cb9a6756ae2e9f3e922d447dc52d8cda28 0.18 MB 107 52
216,482 216,482 000000000000035cfa9f1a0d9090d54a0b463c9fd5d7daa361260843ff2ae240 0.07 MB 179 232
216,481 216,481 00000000000003d22dc30777b3a0047eef1ae2ff73639b53ba6fedc5850f740a 0.02 MB 35 102
216,480 216,480 0000000000000013fdc8e17774f549d05d74ed6d0bf11d22917eb0771d7f4388 0.07 MB 172 174
216,479 216,479 00000000000004a2e4704304ce3ae9ba3eae82cacfd57beffe59dd79da264ee1 0.17 MB 313 161
216,478 216,478 000000000000038597f835d92dca1057db32f888ec91def4cc1d160520491208 0.05 MB 148 226
216,477 216,477 0000000000000476905c9f8d0f493256d05b3a12de9eaaa583ffd0dbc363a722 0.07 MB 168 168
216,476 216,476 00000000000003282e30ca14dca2c9bf48702e8fb034d13cdfa95d2da7d3d3c9 0.07 MB 124 152
216,475 216,475 000000000000041f5d60ce86aa0a3d55e9c4584bb65ab00b696de7110ed02787 0.03 MB 68 177
216,474 216,474 0000000000000137f346b716270ea236e6354e71910013edb4b527cdffccece8 0.05 MB 151 193
216,473 216,473 000000000000040076acc68d6e6a3146f359d5d9adf7d092c12117a683c077f3 0.06 MB 151 186
Previous 10 blocks ↓
Total Size: 700.67 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,375.91 GB sent, 214.89 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.