Memory Pool Memory Pool Refreshing

16,398 transactions
35.01 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,162 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,171 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,161 (580,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
282,056 282,056 0000000000000001a4508e6870e58ae345ffe40bdda71ea9035087fcaeec6e23 0.25 MB 643 47
282,055 282,055 00000000000000008c2e6b5f134f8f31da0def4dfc27efb1597bf72af8258311 0.25 MB 681 44
282,054 282,054 00000000000000000be2ddef0b76da1d40055cc87df95df832020ac957f38cfd 0.00 MB 1 0
282,053 282,053 00000000000000016053f05f3b615de82680789a7804771fbfc2d52a78eb943c 0.16 MB 155 30
282,052 282,052 0000000000000002525d96453c5c5e418f763906cf351e8e84d2829e94b9d8b2 0.10 MB 127 7
282,051 282,051 000000000000000035a476b924a09eb81a2a150827a9fae8a18c94dea711dd94 0.32 MB 412 34
282,050 282,050 0000000000000000b76a937aadb8cac5c423adb1b183bde391dfee5b926e4c6b 0.12 MB 153 23
282,049 282,049 0000000000000001e648a5946a167072abd1377c34428665b95be0274358c3f0 0.46 MB 751 29
282,048 282,048 000000000000000187cdd599952b1dde334a46b3adbbf989d2d979ae11fd3e6a 0.05 MB 143 270
282,047 282,047 0000000000000001739d843fce6d17a871c9be53d4ff43eb12cecea476be4303 0.04 MB 75 33
282,046 282,046 00000000000000023b818a261d7378b148faa76e8b8b9503c286449c4cf8b2c5 0.23 MB 391 46
282,045 282,045 0000000000000000c60b65bc00d2948bd7749856cfb5ecee297b43f3bf09f75d 0.15 MB 264 37
282,044 282,044 0000000000000000cd5cbd28ba45155730d4c8ad08160d454afdd87101c84393 0.05 MB 138 69
282,043 282,043 00000000000000013162ed41b1461868c101677310833b5eafe94bab5a98473e 0.16 MB 330 48
282,042 282,042 0000000000000000baadf6cdb6d7cbb0ee192f479d6488a747ed1b19e27f0045 0.12 MB 150 28
282,041 282,041 0000000000000001f494801e157c6842dbfaab5e56439666cba5443ac8c558f5 0.16 MB 113 13
282,040 282,040 000000000000000081f7fb3a655a033ae1868ef3a6d44f050fb426ef06819d4e 0.25 MB 260 28
282,039 282,039 0000000000000000a1c33b8ae30f00445a1e6295471688226303b5102960fced 0.25 MB 376 32
282,038 282,038 00000000000000015fe0abeca9f49ccf0a10c0234f3d9ad1167322b4dbf8f7fb 0.25 MB 501 47
282,037 282,037 00000000000000023e22f038e13f159972da4226747cbfa3a73caea6c597ac8e 0.25 MB 537 38
282,036 282,036 0000000000000000125b4d8f87937566fc12508c21f91d3ef904bf8c07850ce7 0.25 MB 741 45
Previous 10 blocks ↓
Total Size: 684.47 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,343.94 GB sent, 101.34 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.