Memory Pool Memory Pool Refreshing

62,046 transactions
28.69 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,914 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,728 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,913 (649,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,976 211,976 00000000000002c6ebadf230a0f03561729785e22f4bae36a162b063f207ecf3 0.13 MB 240 113
211,975 211,975 00000000000002d35818a7e22baed6103096fc44c9fc3db266e0cc02d44a7acb 0.20 MB 557 282
211,974 211,974 00000000000000097b98e6739d5d4789df9623eb1b906f3703663313ffc84a47 0.09 MB 148 147
211,973 211,973 00000000000003d74a711908753c65ac3f51215a72144b911ff703b09996aa95 0.09 MB 199 233
211,972 211,972 00000000000002cb3b614f2872cd51ba913273982f68c1320d440dc8fdaf09b3 0.12 MB 256 179
211,971 211,971 0000000000000391c33e687d12b4b41972b14ef5267bc15fe0ff9502e3820ca0 0.06 MB 98 164
211,970 211,970 000000000000018a0ec1e6bbb50d839baab34badc4eb39d82bee0f544fe24441 0.13 MB 186 68
211,969 211,969 00000000000003873dedd1a77f1bcca2812830718c7df36a968d853afde3b7ce 0.03 MB 86 172
211,968 211,968 0000000000000209b5df4866e97e354e482fd54408c504fb73bb0f0d0da9a6c1 0.15 MB 284 162
211,967 211,967 00000000000004f49f1e77bc8c02feeb228e09ae9a3d3137fce160a56d2c2bc4 0.13 MB 321 255
211,966 211,966 00000000000000b101c379a79a7f12f36a309025a09c70e2b3a6f9bf96d8a689 0.04 MB 72 123
211,965 211,965 000000000000009967a30f9e1ee4bdabf45d25f9084a74c34a0954a1be1344e8 0.19 MB 368 222
211,964 211,964 000000000000021851d98af768e3d9c69584fa132122af197838e3fa44ccaefb 0.14 MB 339 200
211,963 211,963 0000000000000270469859837885fc4dafdd7a9b18342742748c7c22caaefd62 0.22 MB 430 131
211,962 211,962 0000000000000127bd1db1577d830b053fc79d70cc9b10a948d01bf49c42bee5 0.22 MB 535 196
211,961 211,961 000000000000036d29ab09ba343bd826635e7967a5c82e34e7e257631084c201 0.10 MB 217 184
211,960 211,960 000000000000001d5b934b7d8d117a278bf0840a04d9de04c12e8a348eb46b56 0.11 MB 285 178
211,959 211,959 00000000000002ed7c9fc3e25557806b5260d73b7544d88d94895d6383499427 0.10 MB 199 82
211,958 211,958 000000000000010f871a891d2fdd107b5666c4a137dc7cef8aa76bac0723929f 0.13 MB 310 203
211,957 211,957 00000000000003e210c732612b9340b43c925002581af4b65f205e89b1e7973d 0.05 MB 143 355
211,956 211,956 000000000000048e6d20ad838dcedeca12d17fca383eb39726c7e9c1fe084613 0.38 MB 746 118
Previous 10 blocks ↓
Total Size: 684.00 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,307.66 GB sent, 98.40 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.