Memory Pool Memory Pool Refreshing

37,572 transactions
31.50 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,200 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,620 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,199 (166,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
695,247 695,247 0000000000000000000321ee05906f451ce61ea602bd17381e09fd7947c2d72b 0.72 MB 530 5
695,246 695,246 00000000000000000012259df0e99fbc26cf59325ce3b1c7fa659f3e5990d6a9 1.49 MB 2,432 11
695,245 695,245 00000000000000000004db138aa793cded210ad13c716dc61bce1140d56326bd 1.29 MB 1,288 4
695,244 695,244 00000000000000000012d7447f132ac474fe65b9ecd6bcfdf2a9176b01c28bb2 1.10 MB 593 5
695,243 695,243 00000000000000000004e4f652a7ddf217b7e8f90112928ca885afe06d38cc69 1.26 MB 1,203 6
695,242 695,242 00000000000000000006528a5cd08e6b71259cb24f4b100377120ca7dcff0988 1.19 MB 794 6
695,241 695,241 000000000000000000001774a320b929ba31d6f8c007f069d0f857c52d945a84 1.31 MB 1,212 10
695,240 695,240 00000000000000000002ae539cc82ffd2a45b2fe27135b75e75112b4bba23cb3 1.04 MB 1,903 6
695,239 695,239 0000000000000000000705e6710e07cb5ea0accb5a32d4033b4a0d02614235c9 1.47 MB 2,858 8
695,238 695,238 0000000000000000000e6973f734de7db816a89a36d117c519a68ed6d19c3385 1.48 MB 2,979 23
695,237 695,237 00000000000000000012e3e00a2c15ed8628b4bbeded6f874621e1f6e1281316 0.05 MB 90 15
695,236 695,236 00000000000000000000cd37ce6fcda6e9bcee841d6cc9fb553eea13a6a42279 1.25 MB 2,264 12
695,235 695,235 0000000000000000000e31c48ca194bcdc5dc219fdf27348243d4ec9b37eae4f 0.03 MB 61 6
695,234 695,234 0000000000000000000b71f1dd4d8673a6676256f1c0e57b5f4f4fbbcd0fba4a 0.04 MB 21 5
695,233 695,233 0000000000000000000f3af02d79941c0d71b8145b010f7bae7cdfa468c5f3ae 0.37 MB 630 9
695,232 695,232 00000000000000000009ee4ead9400429ede28f875b44721eb4a38bd57023032 1.44 MB 1,996 7
695,231 695,231 0000000000000000000a74e496029112166454250201fb8abddb6f92509e302a 1.48 MB 2,379 9
695,230 695,230 0000000000000000000e94b6c6e9d9b486f1108ce0a977523eb9db6ecd849666 1.43 MB 3,364 5
695,229 695,229 000000000000000000125fbb62fca631867d95434076553218780b4b5b2ddeb6 1.50 MB 2,805 8
695,228 695,228 00000000000000000007d5c6e2ba619c96ba76642752695fc6028365c9b33598 1.34 MB 3,003 34
695,227 695,227 0000000000000000000e589bebe2e3d219373cb3dcc4f126ed311f02385b6d95 1.07 MB 1,557 10
Previous 10 blocks ↓
Total Size: 684.54 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,355.67 GB sent, 101.77 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.