Memory Pool Memory Pool Refreshing

62,580 transactions
32.71 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,751 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,684 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,750 (126,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,460 746,460 0000000000000000000313d70b3ba498ea6b4f796646210d3f6aecbaf94b3fa5 0.60 MB 1,152 10
746,459 746,459 0000000000000000000631c3ca12972e25d1c754e9f97708e460802230c665c2 0.80 MB 1,486 10
746,458 746,458 0000000000000000000787ccd79097959dfd65eb0bafd881048bef4deeb383a5 0.34 MB 548 11
746,457 746,457 00000000000000000005aba59d8902ae24e329e68c23ac20408e7c49b943f147 1.43 MB 1,480 2
746,456 746,456 0000000000000000000424b8ee8e4f787a2370238f81ba22022a2556376d9b8f 1.42 MB 2,623 13
746,455 746,455 000000000000000000021d635e39e1bdd0f5425384c93f6a6be652a4f7ee6f37 1.54 MB 2,942 15
746,454 746,454 0000000000000000000155c3b173166870e584cd506635e8d936c2d509cf69bc 1.19 MB 2,640 10
746,453 746,453 00000000000000000007dbd287c3fd5f5b5d89093836a92ada6e9c249f824201 0.77 MB 1,705 11
746,452 746,452 00000000000000000005336ecae64a7e3b6eb490970b2bfdee2b1103565b20db 1.46 MB 2,027 7
746,451 746,451 000000000000000000097bc1deec1f5868f6c858dd385abe4103230e6d3ca0f9 1.25 MB 1,770 15
746,450 746,450 000000000000000000091b08f91eb8aa76019b2e9e302fc2a9c3f168d4373692 0.19 MB 423 12
746,449 746,449 00000000000000000008f98f13c72b4c453e905abbad0ffa5a808ee537af6c59 0.26 MB 536 10
746,448 746,448 000000000000000000015b6a40f957ddc814ced0e152a386054e46dfb9ffe976 0.83 MB 1,589 9
746,447 746,447 0000000000000000000805d744db05099aa43dbabbe0bcf8eb23844903dea39e 0.45 MB 803 11
746,446 746,446 000000000000000000062a3fb0c36a21c8dcb5c08ecf0402540831f80f69a3ca 1.42 MB 2,503 5
746,445 746,445 000000000000000000056918a8879a449aafec27e56c468aa3c145d1f923ab63 1.41 MB 2,592 15
746,444 746,444 000000000000000000063d9743ae79db121bf8136beeace5c835f5c317b76665 1.02 MB 1,192 7
746,443 746,443 0000000000000000000978b04c29deb06a73a260d9d640b376ba2425ff0ebe0e 1.53 MB 2,436 6
746,442 746,442 0000000000000000000403d085d0df37eff6505c8d6dfb6f9e925299cee73e49 1.58 MB 2,974 16
746,441 746,441 00000000000000000000b3a1cabd75043e64f6e7f0466ad309896b632f3df10a 0.54 MB 648 5
746,440 746,440 00000000000000000006307a4bf93d7a5f3a657c9ae91b100a5fc558fa42a980 1.69 MB 1,582 7
Previous 10 blocks ↓
Total Size: 704.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,655.21 GB sent, 241.83 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.