Memory Pool Memory Pool Refreshing

82,863 transactions
32.44 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,205 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,848 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,204 (27,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
844,119 844,119 00000000000000000001ed99b694d433317b896386326017b6767463f83a20ba 1.55 MB 4,761 11
844,118 844,118 00000000000000000001390973da14f1e9bf5b97812ba74a738f0ecd176f64e0 1.51 MB 3,136 24
844,117 844,117 000000000000000000026a94fb17e9e9a4c8399b1148579d8580bc29e0961833 1.46 MB 4,336 12
844,116 844,116 00000000000000000002b74ffcfa67d7e4d8827b703830e9b1752335ef75355c 1.41 MB 2,546 11
844,115 844,115 00000000000000000001c5d81bfea0bfd5b039f83347bef0e202311da9df2644 1.51 MB 3,477 19
844,114 844,114 0000000000000000000087aebb28ffb43a51f18227636326898bd2628b623224 1.66 MB 1,916 17
844,113 844,113 00000000000000000000913ac9a7abd3dde23ca9d4f1b68e3bffaf6e1c82b25c 1.53 MB 4,477 10
844,112 844,112 0000000000000000000245ab80d06e4feea75bdbfb10f2b8d3dd2ce7c14f18f9 1.46 MB 4,493 12
844,111 844,111 00000000000000000000caffd3cd4bfc482dd255a4ba73f3eaf9d4a9aac20ca9 1.68 MB 5,251 8
844,110 844,110 00000000000000000002263511e734014f1c73208ebc88b5d8419a3fdbe251db 1.53 MB 5,116 9
844,109 844,109 0000000000000000000355eeca429c92e44784de933c1e9d23bbd1c2d16d3633 1.52 MB 2,482 15
844,108 844,108 000000000000000000016e9040c24ab26bde739675d19089b7471e9ffa20f28a 1.44 MB 5,389 9
844,107 844,107 00000000000000000001f0dd6cc30104ad17faaef1d7d36d80b9604bd0b3d9d2 1.63 MB 3,751 11
844,106 844,106 00000000000000000001fcd3be21824ec24b9b02ec150ff8204bcd3384f9ec59 1.61 MB 6,305 8
844,105 844,105 00000000000000000000e1708d768864ba53185593da14f757a50f7737641bec 1.44 MB 6,994 8
844,104 844,104 0000000000000000000131b389af4d13222fbcf2b2cbea0e294c7acd8935bce6 1.49 MB 4,687 11
844,103 844,103 00000000000000000000c0211599f1069735a9cbf323be3022fe2c198aa895ac 1.45 MB 5,444 11
844,102 844,102 000000000000000000001e2223cab9570ec0f39c5491d750cdf48f1bffc680c0 1.65 MB 5,972 8
844,101 844,101 000000000000000000027c3fa784777816a7f8286d67bad4449618c39a3f3457 1.41 MB 6,055 9
844,100 844,100 0000000000000000000020f2f4a577560170e6ce68ff27a67756b1abac810aa6 1.39 MB 6,620 8
844,099 844,099 00000000000000000000f457ed38a0675a6cffb087995bc1edf8898a72cdb03c 1.48 MB 6,603 9
Previous 10 blocks ↓
Total Size: 701.72 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,420.18 GB sent, 222.94 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.