Memory Pool Memory Pool Refreshing

44,761 transactions
24.90 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,602 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,372 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,601 (380,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,209 482,209 00000000000000000135298e36bcda07fa18474f6f897e708c1456655d41f8f3 1.00 MB 699 113
482,208 482,208 0000000000000000003f21bb824e440d39f1d848cefd608c74534f4599a598fb 1.00 MB 2,392 69
482,207 482,207 000000000000000000b60620e97962a3332b84dcc8db18c36322a320b99dfdf6 1.00 MB 1,784 246
482,206 482,206 000000000000000000b3e56e7646dfcf7bfff31fb13e8567e1336a3eb9ac2c56 1.00 MB 1,844 333
482,205 482,205 0000000000000000003468512d26e7b8152ee6fa475fdde3ca9d544e4aa6be82 1.00 MB 2,354 466
482,204 482,204 000000000000000000828e858c16bf470cc4b2a7c85af908bc95c6f6a5a14627 1.00 MB 403 24
482,203 482,203 0000000000000000011167e5520fe44ff13ad4d1247a71d3ee8cdf08fb0938d4 1.00 MB 1,270 126
482,202 482,202 000000000000000000a114f77a4e02373cebaaa6aef547625f3706b81ce95964 1.00 MB 2,508 109
482,201 482,201 00000000000000000055896a44d572c5b844fc0d48566f38838fd2cafcb0ad9d 1.00 MB 2,824 177
482,200 482,200 00000000000000000098649c40184654f7752dfb7428abf8dbc86fcd64c9d7e2 1.00 MB 2,436 247
482,199 482,199 000000000000000000155f72edb0d0fd3cd3f4f9bf09c5cf081769e54a662faf 1.00 MB 2,754 141
482,198 482,198 0000000000000000000642c7288ed3e6b314f6ff2f7449c3b225e89401060938 1.00 MB 1,394 447
482,197 482,197 0000000000000000005182f1e0c2e4ea06590e184563d3ca5af21034b67d28d3 1.00 MB 2,035 397
482,196 482,196 0000000000000000002ceadb8d6a790f3eade90b19409cc62ba158bbb51f02f1 1.00 MB 1,922 28
482,195 482,195 00000000000000000071c855dd8a9097f6e16a7cc5dac5777fff56b5e10cbfe9 1.00 MB 3,398 193
482,194 482,194 0000000000000000011613d85e9ea1b130f86853bf351621c386f241437871fc 1.00 MB 2,391 196
482,193 482,193 00000000000000000019cc7fccb44d9c82d07af1d7e0db6134ac1a9bb28e2402 1.00 MB 3,527 28
482,192 482,192 000000000000000000d61b853c391c0f89ff42ccb261fc8bee2b07601de1967a 1.00 MB 1,395 25
482,191 482,191 000000000000000001019fa9a3ca0f343fd214efc163400cf5f46983705fa4d8 1.00 MB 1,698 110
482,190 482,190 0000000000000000005d6e00f41224e51a241f5d4503e845afd77304574a843d 1.00 MB 723 43
482,189 482,189 0000000000000000008ebbbebf174843c73009fedcbee8bce50dcf36ef258334 1.00 MB 1,912 228
Previous 10 blocks ↓
Total Size: 685.32 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,377.13 GB sent, 107.80 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.