Memory Pool Memory Pool Refreshing

74,717 transactions
33.58 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
870,318 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,762 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,317 (755,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
115,166 115,166 000000000000bcc95a61830c11a817aec4b091594d9c7f6dec269f1e1f2bcf07 0.00 MB 14 2,171
115,165 115,165 00000000000091600f5bd4a1ff9f5bb45a7c1fa4edb3b804b33327b12213d1d9 0.20 MB 633 0
115,164 115,164 0000000000001aeaf4067fd50b0df4824e804714e247ca864e99ed75a856bde7 0.01 MB 15 521
115,163 115,163 0000000000001ba67cf9888c0bef62b894089e54a3be0fec158a67736a8ec4f5 0.00 MB 1 0
115,162 115,162 0000000000004ab81bbf13b1f0eef7c87ca564a8b71abc7ad0647c071d99604a 0.01 MB 31 560
115,161 115,161 0000000000004cc0d45d7c5726fd147a485ff96599ee75d17cb7dafec74710f2 0.00 MB 4 3,880
115,160 115,160 000000000000672c0735aa0a7a535bb6b6a5da80e3a25105ac4e6912fb025b91 0.01 MB 25 1,157
115,159 115,159 0000000000002352535ab306197cc8a1295c0dc6f229ecb1e05c3472855377d7 0.00 MB 1 0
115,158 115,158 0000000000008960b4548044b563a46e714f54c518b6ba264fcfb2a92eaf55f6 0.00 MB 10 209
115,157 115,157 00000000000008b100392f05ff83a926c1d374ea88895e37f110678bad0c0d70 0.00 MB 6 0
115,156 115,156 000000000000464bf7dadf26177681861d67a2b40425d2e9e0e3370a0570e10c 0.02 MB 57 631
115,155 115,155 000000000000695828ac88b73ff5c5669d6feab30ed646af335545837e7d2387 0.00 MB 5 3,879
115,154 115,154 00000000000062f16a2e7f5746202856f5ddffcab5d990029abbfffd85db8ae1 0.00 MB 15 734
115,153 115,153 0000000000007d3a41e5a872235ab7b0995c5a93d5269b82e797bfd5aedcdc54 0.01 MB 26 572
115,152 115,152 0000000000005091231294aa4c94d7e16ce984bfaa72d948c3731b9b2275a3cf 0.01 MB 16 900
115,151 115,151 0000000000001c34c3fc77b0f7501547289c65ddc0d10f59fdcba378e848471c 0.13 MB 427 45
115,150 115,150 0000000000002679e7e8611b88bab0c5e4a935a6258ea2b8b0e0cb200346246f 0.00 MB 4 3,875
115,149 115,149 000000000000c819c2ce4d2db9ac30ed5764c52a3f5aa2b2747c5b46c4dc6782 0.00 MB 12 0
115,148 115,148 0000000000000d17d2ed721f305386f1ef8e9073b4133b68fa2c3a1035a6cc40 0.00 MB 12 0
115,147 115,147 0000000000001f6c2f040f9add3f3104025006cff7abbccee39a37ab5f7b7c1c 0.00 MB 10 0
115,146 115,146 0000000000000dccc9841efef80b6c1bada8378608ce3488c286349027148164 0.01 MB 23 645
Previous 10 blocks ↓
Total Size: 700.05 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,228.87 GB sent, 210.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.