Memory Pool Memory Pool Refreshing

22,518 transactions
36.23 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,121 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,918 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,120 (592,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
269,212 269,212 0000000000000002570afcaf6286f22a69112e9bc0a9993910cebfab3fa233de 0.14 MB 241 46
269,211 269,211 0000000000000005a80faf216dd69dda6fe18b148fbf6175026593c5d56e50e4 0.04 MB 99 44
269,210 269,210 0000000000000000bb1c08ef2fc2762a905379cb6c7530f1bc5baa60b8bb4d07 0.09 MB 164 57
269,209 269,209 00000000000000067c4f00303bc765a37627466c75b8d8f8d30c9c5bd56b1715 0.01 MB 14 47
269,208 269,208 0000000000000007fc0ea5c2c04990a89e9064bf78a442f50b506e19bc1b2188 0.18 MB 427 63
269,207 269,207 0000000000000005e47fa7a2960773dbc78370b05b96165d3fcab48ad66f7325 0.07 MB 150 77
269,206 269,206 000000000000000245333726c89d7486661260ed558b424814d279c0cecec69a 0.10 MB 146 30
269,205 269,205 0000000000000000ef2b3427bfb1c89362a33aafe05f0e05ceeec349a2de9004 0.02 MB 61 63
269,204 269,204 000000000000000071766d69cd3c6669f4fdb4355c5a62b6e64cdf1f85a84dc4 0.07 MB 175 65
269,203 269,203 00000000000000084adbd51f60ada24b264ab20f6860887b1746f8ce761a2812 0.18 MB 404 87
269,202 269,202 00000000000000079d07addc7166703f13b44bb4a6546fd821c84c22126e91c5 0.06 MB 131 126
269,201 269,201 0000000000000008455e41d0dec1411422b4a54f10592a64fc2c314a4469a98b 0.16 MB 97 23
269,200 269,200 0000000000000007a35e866ea0c0c25510c676fea0220d2140afde5226bbd9e2 0.12 MB 300 79
269,199 269,199 000000000000000503a7bac8e39e0774eb97dff8d437be20a75f7164d4eedac4 0.14 MB 206 31
269,198 269,198 0000000000000007d94bf2b85d8b7a28dd05eeb9213d010a605e09a96ae46574 0.09 MB 213 55
269,197 269,197 000000000000000803c791f269906e934e62dc9ca9af1d4a37e817cabc6de302 0.08 MB 212 72
269,196 269,196 0000000000000001ec455f2a7447362de93735b2a00d1a041c864835c9557510 0.18 MB 346 64
269,195 269,195 0000000000000005cea6d14fc2727d0e2f8d9a7acddb0e5ce8a494b42d932614 0.04 MB 112 78
269,194 269,194 0000000000000004d6c6df28d4a2b40c17f73a8b8d5504326301f3869449fd6d 0.15 MB 203 67
269,193 269,193 00000000000000017db5ce2fa90b231f62a7ede1c7115733e1e2c52af3976a80 0.15 MB 233 33
269,192 269,192 000000000000000415043b98aa03dcd521977816341fc085ed001f037ffe0818 0.36 MB 751 81
Previous 10 blocks ↓
Total Size: 684.39 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,338.82 GB sent, 100.91 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.