Memory Pool Memory Pool Refreshing

3,450 transactions (1.34 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (895,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,299 13,299 00000000499c0f2feb6c45df88bffe7bef296b9b2118d043898c14ffd1cee9b5 0.00 MB 1 0
13,298 13,298 00000000ac16de605bdc4b3efdea39353ae669990905672497ead907bd220bbd 0.00 MB 1 0
13,297 13,297 00000000a57cf95aded5c6ac9c47d0d83dd3eabcf32b082e1b75dbd39a0b5a77 0.00 MB 1 0
13,296 13,296 00000000076c0fc4d3dc4bdf766dbfc7288f887655ba87b4da978ea117ae6165 0.00 MB 1 0
13,295 13,295 00000000e15e110c2f14a797e032cad8d2ad8a02f94c34be095934458de967c3 0.00 MB 1 0
13,294 13,294 000000003c1271b1a86f50db3cda858f016f182c1276d6d8ed55398227c08a2b 0.00 MB 1 0
13,293 13,293 00000000157d77ba3f2c4cbe2886ae7f5248eddca9095212e51380a12c455a51 0.00 MB 1 0
13,292 13,292 00000000e1e732fccf073ee2dac276fb5e2033cb644039e909d07509f39288ae 0.00 MB 1 0
13,291 13,291 0000000049ae285e9115e2e2f6b14d1ca6eb4e842b083f4a4bb035eabef3feda 0.00 MB 1 0
13,290 13,290 00000000d89b47f62602feb64f2b44f4cac8abf7525c2549914a5aa632baf6b8 0.00 MB 1 0
13,289 13,289 00000000710777ae644f869fb8358bc0af5e32d3d1fcab8017f70ae3fc0aee6a 0.00 MB 1 0
13,288 13,288 000000007c198bc985305121f0889de4217f72b214622e4c14de26b77aa198f6 0.00 MB 1 0
13,287 13,287 000000005c461ce3f98f778fbdb18976f1fb24084f7f7242fc4d602322b0e35d 0.00 MB 1 0
13,286 13,286 00000000b78632b2cdf258d29cbece7e2b06a634aeb7f45eefcf78c669db8b27 0.00 MB 1 0
13,285 13,285 00000000548901e2a33ec2afccc1d559558cd4625ecb6648955263a801de59e1 0.00 MB 1 0
13,284 13,284 00000000e9125dc7b1f4a280abff71b05997d3ffe2eb29d07ba7d2f5302761d5 0.00 MB 1 0
13,283 13,283 0000000090a1b02b89124c9f4ffe9dc3366977ea9e2fe84c75c9fa8ad29de042 0.00 MB 1 0
13,282 13,282 00000000edefbf81da58dc9ebc6e3a91100a03e524ed306f54eeb6a2fad3dd51 0.00 MB 1 0
13,281 13,281 00000000c4d25f5cc3081d626fcdadae57f0ee88805879f2056f203913d60b92 0.00 MB 1 0
13,280 13,280 0000000094fc5c027aabb75ae7d1c07d5c2c330ab70dd23f919988ed73229b64 0.00 MB 1 0
13,279 13,279 00000000399c4ee72b53d69989821daaaa6245ad489673c96f8c8f1cca3eac86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.54 GB sent, 102.63 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.