Memory Pool Memory Pool Refreshing

39,839 transactions
31.07 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,327 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,013 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,326 (50,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,937 811,937 00000000000000000001ee6df8ac68d3547f706b16821cabf0ae518641175bb9 1.49 MB 3,061 29
811,936 811,936 0000000000000000000292b453069ee3b124b68257fb4b4dcfa07adfe4946c8a 1.32 MB 1,383 14
811,935 811,935 000000000000000000027771686a5ef1b46abd096f85f22509978b7248cbe19a 1.35 MB 1,708 17
811,934 811,934 0000000000000000000159dc61deefd205bff3c07d5b122d8908bd0fc0e04413 1.52 MB 2,308 19
811,933 811,933 00000000000000000003e36ca650efac93a623b0f283da5e6af0a395a9d2d1f4 1.19 MB 833 12
811,932 811,932 00000000000000000003b26cdcbcdb45535de6a7905a806030bda704c3963ca2 1.10 MB 454 8
811,931 811,931 0000000000000000000287b5f3234bdc98e22e0c2a62ba53107befe6e549d31d 1.07 MB 530 5
811,930 811,930 000000000000000000022e69ecf6803ac002840075da1f9c9585c2d84643721c 1.22 MB 1,077 12
811,929 811,929 000000000000000000012ec1ab0b1a87074d52567ffa83003a3a647ebacebcdd 1.43 MB 845 8
811,928 811,928 000000000000000000014635452c25cd6349f92eb8b8c68c065fedf5086523c5 1.28 MB 963 12
811,927 811,927 00000000000000000003db2161a74ea7b172e7644d65e811066492fd8668df9c 1.39 MB 2,070 18
811,926 811,926 000000000000000000037641a405b38c3eeadd082a7dff2b2b6769f503b7d675 1.32 MB 1,244 13
811,925 811,925 00000000000000000000409f0f9fb8b50a151fb45ccc432efa6daf914c4d8d23 1.23 MB 1,302 14
811,924 811,924 00000000000000000002d34e09e4fe88d6df85d583331e6bff8f99bcc7376426 1.14 MB 728 12
811,923 811,923 000000000000000000036dd0330ce9a54b8adb67d1d2accb4837a6e26552aef6 1.26 MB 1,190 13
811,922 811,922 000000000000000000019a99a8f0882cd6b3c92965f85d200bb3ab917ee2b6c4 1.17 MB 434 10
811,921 811,921 000000000000000000016d8e2642d3f694b66507e8962553405e017fdb04cb68 1.57 MB 2,797 24
811,920 811,920 00000000000000000002efd0fc8801b149f505b125308a35c584ed2600badf62 1.30 MB 1,047 13
811,919 811,919 00000000000000000002c5572f0e2ffc88509da709060f3a8ff482e8042c1ead 1.78 MB 1,685 7
811,918 811,918 00000000000000000000d97796811016aea70cb559482665208dbd49dff7f966 1.23 MB 799 11
811,917 811,917 000000000000000000019da662f1a13a2e6e73c205691292124d5dae3f931d31 1.21 MB 1,220 16
Previous 10 blocks ↓
Total Size: 684.78 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,363.99 GB sent, 103.59 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.