Memory Pool Memory Pool Refreshing

30,772 transactions
32.64 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,092 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,768 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,091 (496,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,969 365,969 000000000000000000275a5369e9b93704af4676b636a879dde965719e208218 0.25 MB 519 39
365,968 365,968 000000000000000011e01731c2c683b9f20079a52f4d48c4998061f3918211be 0.75 MB 996 9
365,967 365,967 000000000000000007dbb982da8bc348bdeaa24bdd56ef228c84066b5657e92f 0.15 MB 343 43
365,966 365,966 00000000000000000cc1f7c8aaeadbfafc1896202ef3bb824f7f9ab72e2dfae6 0.95 MB 1,531 16
365,965 365,965 00000000000000000b747e27d4135dc10d59dc5b75ee4a954e6dea53aa043542 1.00 MB 1,861 17
365,964 365,964 00000000000000000443f636e311bc6892e89fa76d947adfb2fc9063c9dc921f 0.93 MB 1,163 2
365,963 365,963 000000000000000006fdc9d8bedc2b2c6d32c770d7ef76f08ccf2b192b619a2a 0.93 MB 1,502 7
365,962 365,962 00000000000000000acda3eb772f629fa7929375bc8ba81818314a52d60c345a 1.00 MB 2,319 24
365,961 365,961 0000000000000000014a409f79162df7a315e2f5c381521b6f4ceca8f530963b 1.00 MB 2,256 1
365,960 365,960 000000000000000007c36a1ab47422ebed35e5258fcb355ccc3fe46e389cf42e 0.92 MB 2,337 3
365,959 365,959 000000000000000013a09db31929f9d542cc6758fba32d155a16845929241df8 0.21 MB 400 40
365,958 365,958 0000000000000000083eab5ffd319ec818a1d3aa69d3b5ff9c8e237dc969a35e 1.00 MB 1,313 10
365,957 365,957 0000000000000000076f2bc77ad67879dcaefbe5dee08c7de3898437d3b2f635 1.00 MB 1,106 4
365,956 365,956 00000000000000000d36fd9c50fdec42c0b55581216dcef4cc24a73c25fa97a6 0.37 MB 660 36
365,955 365,955 0000000000000000084bc7d022a9f8adabaccf92760c61c8d436bf364835ed34 0.75 MB 772 1
365,954 365,954 000000000000000013e672e0384ea0538b0342c89f6d3f3c8684e64778a4388b 0.93 MB 1,394 19
365,953 365,953 00000000000000000df4795f2cca40d31ac7c790e198d3bdd7da17d896571160 0.18 MB 184 16
365,952 365,952 00000000000000000cb5a44d3d88288d22936cd84db37764021de565a024d901 0.24 MB 393 35
365,951 365,951 000000000000000006cb8e890430affc2fda037011b1f6d0bdeb13346bf995e4 0.95 MB 1,501 25
365,950 365,950 00000000000000001290cb362a29289c67ef0cee494519b3f15b2899d0c951bf 0.95 MB 1,208 26
365,949 365,949 000000000000000010db7fadfaf69f0a8fbccaa48d0318643bcf782e792236fd 0.35 MB 544 39
Previous 10 blocks ↓
Total Size: 684.34 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,335.70 GB sent, 100.58 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.