Memory Pool Memory Pool Refreshing

40,737 transactions
30.02 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,521 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,520 (483,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
379,576 379,576 000000000000000008fc403e02c73b32a5b6139bd2e4debabdc8df9ba180232d 0.91 MB 299 4
379,575 379,575 0000000000000000064260a4a719db99534d87abeef7a9cbf1deeee062aa950c 0.15 MB 343 35
379,574 379,574 0000000000000000004c47a361612168f67a713818b290b9e138d2740076a124 0.41 MB 908 36
379,573 379,573 00000000000000000186b68d74f3718e0a85e4fb0d73e551739e812cf4b6a34a 0.36 MB 666 29
379,572 379,572 000000000000000006305c1d72719a7e4dd208bc920695e5fdbdfe09eb6bcf0d 0.51 MB 1,048 36
379,571 379,571 00000000000000000e656003b46285c5f3519833bf52f8f629e689410bf8be0f 0.42 MB 952 36
379,570 379,570 000000000000000009843f3e41eac412262bac741da5d53af7c9c190c405fd31 0.09 MB 66 15
379,569 379,569 00000000000000000a251c0bf8bf909bb03be9306cfcfbf058cfb117f4496a5a 0.64 MB 897 26
379,568 379,568 000000000000000004bf023e5fe85087d01f1c345de703489b89a429d525c65a 0.91 MB 252 4
379,567 379,567 000000000000000006b00e5acd5a91d36bcfaa8d76df24fe87c123405be12d37 0.34 MB 783 41
379,566 379,566 000000000000000007fe5ac621bcc4917fe2002a25cfb6b4327d028400a26042 0.34 MB 642 37
379,565 379,565 00000000000000000202e86f88c0768c7ebdf1a1758efd284474c5942f18be19 0.35 MB 747 38
379,564 379,564 000000000000000002553ee2c10a7cb6b6b96e6c54e593ce210141bbe5ff55c8 0.45 MB 658 24
379,563 379,563 00000000000000000f5dc63ec932867f599cab18f3ac2f1fa57face8c0458776 0.99 MB 1,868 38
379,562 379,562 00000000000000000f1d840c0f030379c8a1bf0e9755416b0341bdb2a75f19ed 0.25 MB 402 27
379,561 379,561 0000000000000000103a5a51592e859316608849df240000282fb37bcbf39bcb 0.13 MB 150 21
379,560 379,560 00000000000000000bcc4a7a75ca2b01457520d8150aade74b61b825a2b3aee7 0.20 MB 453 38
379,559 379,559 00000000000000000a628a4d1d1052ad2650bde0dd66adb27b07c55c4e574f5f 0.10 MB 75 6
379,558 379,558 00000000000000000a6c4cd0fad1a5ee46b44d21cfc8eb93f6a6e97c6b76ba59 0.66 MB 1,393 47
379,557 379,557 00000000000000000c6161906dad9c9f088d716a8a21fd46db51807cdc9ada00 0.21 MB 342 36
379,556 379,556 0000000000000000006f7a1298ebc2e30ace823b04c7cfb6a4d83df30d09e512 0.09 MB 85 12
Previous 10 blocks ↓
Total Size: 687.11 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,507.42 GB sent, 119.39 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.