Memory Pool Memory Pool Refreshing

23,353 transactions
35.06 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,113 (60,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,966 801,966 000000000000000000045bf1ae4d9e1ae96de52c871b0bbb5a0a5822e489464f 1.91 MB 5,471 8
801,965 801,965 000000000000000000049c73b62f141130fe2c8be19185a92699348398689e72 1.96 MB 4,210 9
801,964 801,964 00000000000000000002d93fd91273b9ab4bb10c3d27101c90761b458d86a929 1.41 MB 2,597 10
801,963 801,963 0000000000000000000360ce02272ef3b798bcb02bec70f3171066a1de030c12 2.22 MB 7,160 6
801,962 801,962 00000000000000000000d32eeea550d1ff2f2392e9f6ab5d8f8ad4507e0aeccc 2.10 MB 6,466 6
801,961 801,961 000000000000000000003e12564f6e38bd6e2c15c5ef3879aef080ddb08fa149 2.12 MB 6,914 6
801,960 801,960 000000000000000000033e6c1f04b6ebc3bb1445aef0b34c7050b74e74a40fdc 1.13 MB 790 6
801,959 801,959 00000000000000000003bb59e424c2814fc25b8161f73a08eece9983eacb7fac 1.36 MB 2,262 8
801,958 801,958 000000000000000000000502cfde623e642b78a739844d6fac496bedcc47555c 1.54 MB 2,449 10
801,957 801,957 00000000000000000002d50402e4e1ddd47be34a09812a78207cbe1122425b4c 1.48 MB 2,415 10
801,956 801,956 000000000000000000053e896240189567013968b5db07f2f22f9e991ac0c156 1.36 MB 1,759 10
801,955 801,955 000000000000000000041fa12515e78b5748070cafffc3edc633024fcb8105bf 1.50 MB 3,066 23
801,954 801,954 00000000000000000002cb8c3520e4c554811a188bb0bd0cac514e8a647fbd9b 1.90 MB 4,766 8
801,953 801,953 000000000000000000003a1964c63632e1d8aec94cb45b1cea671aeec8014dcb 1.56 MB 3,404 13
801,952 801,952 00000000000000000003cfdf6cda19745f695c4e003bdce7a3361c95656822d3 1.66 MB 3,335 6
801,951 801,951 0000000000000000000247d6f93e9acc29cb6be6c8f49f436e99c737fdddb140 1.79 MB 3,573 11
801,950 801,950 000000000000000000029a636696fdbb3ab94584f100f1c922dfeb7025eb9179 1.64 MB 3,237 17
801,949 801,949 00000000000000000002cdb0594610812ece898f8cb9a3cc72e9c048da754dab 1.95 MB 5,528 8
801,948 801,948 000000000000000000000020b1bdc17cfeb6560d4ae534325d6e07b6bd30e49a 1.93 MB 5,662 6
801,947 801,947 00000000000000000003539fec6fb0f7dc04bdfe452a513a79a98c12a661bd0b 1.90 MB 4,366 9
801,946 801,946 00000000000000000001f3e340cb2ab50255961e2a56dae2e11341f52766992d 1.64 MB 3,376 16
Previous 10 blocks ↓
Total Size: 684.38 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,338.24 GB sent, 100.84 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.