Memory Pool Memory Pool Refreshing

24,196 transactions
28.52 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,692 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,691 (14,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,283 849,283 00000000000000000002b99dd75d7e0a152005094b286fa556a3dbfdd7bee856 1.15 MB 449 11
849,282 849,282 0000000000000000000162fdfd9695dc4c86fc441447fc721cd321551e0e6880 1.43 MB 2,349 17
849,281 849,281 00000000000000000002bf41fd18fd0af9596a474c0549d612f136a9d731f219 1.30 MB 1,551 15
849,280 849,280 0000000000000000000350cd4d91254bb087672a4bc08f4645c13d8c03647980 1.33 MB 1,614 15
849,279 849,279 0000000000000000000008cd1c084fdfc71f5de75b9070c0393ab7f781c23e99 1.22 MB 579 11
849,278 849,278 000000000000000000001b338f160f6aa9e8e54363d816b2db98fb4bdbc709cc 1.18 MB 1,101 12
849,277 849,277 0000000000000000000349beaaec22d0888d07e698bbe3e333f561d949f378da 1.33 MB 2,225 17
849,276 849,276 000000000000000000020b784763738a07d6a1655bdc3d7a4f3af5ca1d6c0007 1.35 MB 1,737 17
849,275 849,275 00000000000000000003538485a2a1f3609c7d8eaed0e2c7f7f69623881b7013 1.16 MB 522 10
849,274 849,274 00000000000000000001795fb534ae7a88b80cd03413096969068419b5e61cf2 1.27 MB 1,191 13
849,273 849,273 0000000000000000000107aee14ac09a3ea234eb8c02af15463c4611c36e73a9 1.12 MB 550 12
849,272 849,272 000000000000000000033d111c2955a175abe52238f4e0dbd54e877b6246bf33 1.18 MB 1,057 16
849,271 849,271 00000000000000000001fb219fd5371d6d0cd139649d1bc52462c3bc00a40b74 1.20 MB 1,221 14
849,270 849,270 0000000000000000000140cd8030560ca32f65b477d17aa0dbae2e3fed630219 1.27 MB 1,353 16
849,269 849,269 000000000000000000013a82d8438ca28a2af6a3220484757fd217b47869ec02 1.18 MB 947 12
849,268 849,268 00000000000000000002eea65c515f32f868e513d2fb215d5cf53eeb9592b1a8 1.49 MB 5,348 8
849,267 849,267 000000000000000000001401b0d6f3bf95dac28ec7f4497e4cb6744901a66418 1.41 MB 3,084 9
849,266 849,266 00000000000000000002a06b5a9c244b5de22e119c030fdf501c26d849c9ccf7 1.30 MB 1,489 13
849,265 849,265 000000000000000000029d0640a3ef568d7dac4d1182ee85e1500b12e78f4f71 1.53 MB 3,879 10
849,264 849,264 00000000000000000000bd4ed7ffd5951bddd0772224d832a8189d5cfc446547 1.49 MB 6,210 7
849,263 849,263 00000000000000000002e6ee213d37d663f629a4346a4a98426781acb55fe3e2 1.68 MB 7,480 7
Previous 10 blocks ↓
Total Size: 687.43 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,517.84 GB sent, 121.91 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.