Memory Pool Memory Pool Refreshing

64,768 transactions
31.11 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,136 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,799 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,135 (69,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,267 800,267 00000000000000000005195ab00a5ff25c0811b83d484ae6a57670d224061c2e 1.87 MB 3,375 8
800,266 800,266 00000000000000000002044d239c7d78fb022716dbd3cfeaa085b49422ba5e53 1.44 MB 2,520 12
800,265 800,265 00000000000000000001c69f235aa98531563795ec364de615c51baf2f57da8b 1.53 MB 3,707 21
800,264 800,264 000000000000000000039bcb1151d3c4b0e8ee0542661f3a23a7c28ef5f82bdb 1.47 MB 2,991 29
800,263 800,263 0000000000000000000104ece04a5f324a81b0c40ecdb56654e778304f5a2a32 1.34 MB 2,160 12
800,262 800,262 00000000000000000001d03eaabae6e87ea55d53a09613689dee4f32048a8dd9 1.45 MB 2,287 25
800,261 800,261 000000000000000000002e7d0a2579bfae5def28d7d35fc989dfb06dadce61ec 1.33 MB 2,355 22
800,260 800,260 000000000000000000024aa01040458def4e01d5595003612b995b09c4d8d98d 1.50 MB 3,301 17
800,259 800,259 000000000000000000032fd0f489927df57a172a3ba81300988b701840fe943c 1.69 MB 2,125 11
800,258 800,258 0000000000000000000048e7f9c413d5371b3088763a00ebe7f4bcaf33427ec4 1.60 MB 2,153 10
800,257 800,257 00000000000000000001e1a3b34e06d21c810137b6c6d2491f05d46379577922 1.55 MB 3,429 24
800,256 800,256 0000000000000000000112ecaa31bbaa5ee13596924590b5cb0fbd4cba8d69c8 1.59 MB 1,549 12
800,255 800,255 000000000000000000031b975bb4eda5dcdb7fb1e4447ff074f0c4abf33d5253 1.56 MB 3,017 15
800,254 800,254 00000000000000000003f8972222cb4b133a208c12fed9046df75b7845cb6d9e 1.48 MB 2,861 11
800,253 800,253 00000000000000000004b74942ca8de11ef1d704ac4686355692f4d4d92fb6de 1.42 MB 2,164 13
800,252 800,252 0000000000000000000151de08f50fb1832fc55618508a0e535daba119850e92 1.42 MB 2,762 15
800,251 800,251 000000000000000000050351c60f821a291f6c33e10240301d5581e74ddce265 1.47 MB 3,275 29
800,250 800,250 000000000000000000005df398671dc7d84681563470a08b90798d0fb3cbb475 1.15 MB 1,067 20
800,249 800,249 00000000000000000000c37325925048937059aab57064ea61e673a437425b48 1.74 MB 2,712 12
800,248 800,248 000000000000000000035e45cd15e771beeb6db6c3421800d476be9fa5b7cbe7 1.61 MB 2,254 11
800,247 800,247 000000000000000000048316989134793b3e2c77859e7a104988f209b29f0cce 1.78 MB 3,103 11
Previous 10 blocks ↓
Total Size: 699.71 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,185.14 GB sent, 208.48 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.