Memory Pool Memory Pool Refreshing

39,529 transactions
32.58 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,200 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,852 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,199 (379,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,320 482,320 0000000000000000002793dad7fd24057b10b5abacf659e39ce55be98f745bb1 1.00 MB 1,903 497
482,319 482,319 0000000000000000008f0f8d36935e8067c20fa84df241d3e6e95f6e96be830e 0.99 MB 1,255 254
482,318 482,318 000000000000000000afae78de3b74c804a9e5e6d660a61c7aa06f7e4b0f3c41 1.00 MB 1,690 232
482,317 482,317 000000000000000001023e56528c1194bcab23591c52d68dad573a778bfa8484 1.00 MB 1,850 365
482,316 482,316 00000000000000000068438ba6979bf5503bab4e6a932abcef2d1aa4f7d0c238 0.99 MB 968 130
482,315 482,315 0000000000000000001875c454f6c24d6d6c160601351c3cf50498ad6d31aebe 1.00 MB 1,557 278
482,314 482,314 00000000000000000023be3ceafb904c26ef1b7622a2ff142c8e6a561db85dc5 1.00 MB 1,734 269
482,313 482,313 000000000000000000586be41ddf294cc93fbfc0b38e133b61bd066bb366e97b 1.00 MB 1,726 438
482,312 482,312 0000000000000000000123f875c65e87c03f6f5642fb25cec8f0386f077356b0 1.00 MB 1,834 425
482,311 482,311 000000000000000001152cd7109b3d3046aa298df63faba70ebe295bcba7ad4a 1.00 MB 986 187
482,310 482,310 0000000000000000004ce9774741e6b753200d22918d138fa327a77103ca802f 1.00 MB 1,376 249
482,309 482,309 00000000000000000014083c0ee15c096321ae6b5d212fc0e801968ab5b2a7e6 1.00 MB 158 86
482,308 482,308 000000000000000000b36402a9710b32b62daa34af1636cead072481c6debc20 1.00 MB 873 238
482,307 482,307 00000000000000000013699c51a41f9df97b15d889591c1b40888070153d7df4 1.00 MB 162 60
482,306 482,306 000000000000000000e3d6c84001029a2dce2d102959e63901380949a0ebd949 1.00 MB 1,082 108
482,305 482,305 000000000000000000071ce10a141e0a0b46f33799d0fc36d0ba58289c0d2525 1.00 MB 2,117 400
482,304 482,304 00000000000000000027646b0b32e8db8cfbe0be4613954909fd152101c7526c 1.00 MB 1,424 517
482,303 482,303 000000000000000000a25fd65639b7a144b2d386535b440870da7800f53f61b1 1.00 MB 1,425 229
482,302 482,302 00000000000000000025b6cdeb7eef37020a5dc1b547406db85894a9cd4cd9cd 1.00 MB 893 137
482,301 482,301 000000000000000000e162338ce6a8895621620f1fc31d27a26446cb503f97ee 1.00 MB 677 113
482,300 482,300 0000000000000000007d107138348f11c09530fd6f0a065d0ea30c333005c8e5 1.00 MB 470 70
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.69 GB sent, 101.78 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.