Memory Pool Memory Pool Refreshing

26,908 transactions
28.04 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,295 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,294 (695,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
168,113 168,113 00000000000008a3143361b8421b7d02a53776937e8ae9cbcb56beefe6b593ab 0.07 MB 110 112
168,112 168,112 000000000000021169077f836f650a3ca041646e9a884f053761ce2950ddeb6d 0.00 MB 12 0
168,111 168,111 00000000000007ef1cf0005beb2e18fa96c5f221cb9caa455e8a06932e07604c 0.00 MB 15 48
168,110 168,110 000000000000013e8bf348f7d087d72dd360781b9b325bebc1cca29fa4eff7b7 0.03 MB 77 198
168,109 168,109 00000000000002bb65c8dd5a6607237d727fe28c0f412bdf7649fa14b7841a2a 0.00 MB 14 10
168,108 168,108 000000000000004cc0a47117406b68039ca4d442a5d35a182ed1d274df9b3c56 0.04 MB 75 115
168,107 168,107 000000000000004a18fbdb1da316ee7424b9afc9cbdad9c31d2ce39d6177cfc3 0.01 MB 26 165
168,106 168,106 00000000000004738e71f53f88ed17cf167aa6b9d52256162e1640f59e96c20d 0.03 MB 89 78
168,105 168,105 000000000000038bc42ede6f9414a849b0e4bdc4ec63e06726ab4ac3ea9f0e61 0.05 MB 115 172
168,104 168,104 00000000000004e9e8fcc660f3305e1e92365c787d1e573ff39f9337da24cdfc 0.01 MB 30 31
168,103 168,103 00000000000007d70961861b03bd329646c7cee3ac76bcca3d96556799c1985d 0.00 MB 13 61
168,102 168,102 000000000000057b76defc142537f60dd02447551d3cb27b1e1c3ea500e51a99 0.01 MB 32 79
168,101 168,101 000000000000026e8d868371c821994b7149edb4db5415a6140f8191ea89f1f1 0.01 MB 15 144
168,100 168,100 000000000000068e81398915896ed3cc5d0faabe92c0e1b145b6fdbe03474cb9 0.01 MB 31 102
168,099 168,099 000000000000065b21c99d4ee05eb95ff83bd2827bc67821a5543941c93f7d95 0.00 MB 5 0
168,098 168,098 00000000000002713b6be818c8d92efc1e9d2b408fb83f7291ca0a7ae866395e 0.00 MB 8 16
168,097 168,097 0000000000000be4e9d9f168672749ea5b8789bc098ff429060b09ea8038336d 0.02 MB 32 58
168,096 168,096 000000000000004690feb0521dcc7017545824c2d29045a396efcd3b8068aa70 0.00 MB 14 39
168,095 168,095 00000000000009cfbf8be9d8c907c903267590f815f51eb18c573b2ab78420ef 0.01 MB 15 55
168,094 168,094 00000000000005d9876934df70736564a40751c8026a18a4c456ec0e036cbf1a 0.04 MB 92 130
168,093 168,093 00000000000002444b4a59f515a9b22daaaa4dcee2b41de8c4e3d5592e9e3990 0.03 MB 107 58
Previous 10 blocks ↓
Total Size: 686.68 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,486.20 GB sent, 116.25 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.