Memory Pool Memory Pool Refreshing

16,123 transactions
34.42 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,153 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,777 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,152 (167,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,762 694,762 0000000000000000001323305bf265485c62d802a8f9eb8c16d9cbead706a29a 1.40 MB 2,664 29
694,761 694,761 0000000000000000000d2d9b88990b8940fd708676e94bbcc462a619aa2a491d 0.75 MB 1,142 11
694,760 694,760 0000000000000000000b7ad1b3e2b5c3928b1a324837373727cbb162fbecffcc 0.01 MB 25 2
694,759 694,759 00000000000000000012f6562a1c53b03d0e34096c380ddab0b39ac954144e0d 1.27 MB 2,371 12
694,758 694,758 00000000000000000002e60c5cf75ce6680563f255532967a69a22d6c769df58 0.19 MB 357 14
694,757 694,757 00000000000000000010b7ebe4f295af1ca14d1d6560d93afc3fabf99a5d9971 0.21 MB 471 13
694,756 694,756 000000000000000000062a73bd7c9f6d0269a353e0f9a2ce6cd4d3985bf43579 0.75 MB 763 5
694,755 694,755 0000000000000000000962c61f1d22052434ae9984712dd54708c1de754b2bcd 1.20 MB 1,435 9
694,754 694,754 00000000000000000006727a2ee37ca8df239266b6de60d0dfd60b6fa4e409d4 0.17 MB 189 35
694,753 694,753 0000000000000000000f9879c9743a80f8fdce5c5e42e3769ce990ade4a05a64 0.09 MB 180 13
694,752 694,752 0000000000000000001030b38f1d888e2e36014babe16af05b8bab03e7400069 0.62 MB 957 9
694,751 694,751 00000000000000000001a7bf11b450244f9bc541aa27ef71eb4b462950842c1e 0.28 MB 510 14
694,750 694,750 000000000000000000051c6a08d731640a5d52185ba16b8c2e40726dfbf58f2f 0.57 MB 1,138 12
694,749 694,749 0000000000000000000467fd6b5b286a9ac002b7e518a957b5d78bd049763c5a 0.29 MB 546 19
694,748 694,748 000000000000000000019de683a0de69015c50bb5e7ac3b01af533137915eb2d 0.15 MB 320 14
694,747 694,747 00000000000000000010c27b286ac5c9319738dcd008a0305df8536fdba5e937 0.44 MB 534 7
694,746 694,746 00000000000000000000f39c7d7b764d478f58d3d775a0b12068aed0ffc4398e 0.70 MB 662 3
694,745 694,745 0000000000000000000bcf5bd637904e8871d6364875d823e8ebc6220a8e642d 1.51 MB 2,270 16
694,744 694,744 0000000000000000000e352e01b8cb6e901841293ee430db0f847bc4342af156 1.37 MB 1,658 9
694,743 694,743 000000000000000000041bf6f4a589e5652f91cc7aa31c3959b62d4c2ce24304 1.44 MB 2,044 15
694,742 694,742 00000000000000000006a8a0c681f03ecb437454acf614a686e7b2efb092fecd 1.63 MB 1,687 15
Previous 10 blocks ↓
Total Size: 684.45 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,343.69 GB sent, 101.25 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.