Memory Pool Memory Pool Refreshing

62,861 transactions
28.20 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,918 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,572 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,917 (115,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,125 754,125 00000000000000000000abc99e03f246a7139da8d0e5503256b650945405df04 1.49 MB 2,532 14
754,124 754,124 000000000000000000080198eea05ac6d7efb08430d3c33cacb4b5c0df1e1721 1.63 MB 2,570 11
754,123 754,123 0000000000000000000404becd1cf8d653d6408f79b4c6df1bda309e5432a789 1.41 MB 2,221 9
754,122 754,122 00000000000000000000079ff00ee4cb3368dfaec55d55fe522013585479aa49 1.50 MB 2,726 13
754,121 754,121 000000000000000000041ed9213c0e6e5385d958d4e9a4ed4250a0c38d49b57c 1.47 MB 2,179 17
754,120 754,120 000000000000000000073543dee5ebb82320de3aed40de31a1c5402018262de1 1.36 MB 2,512 12
754,119 754,119 000000000000000000066956839dedfc3c17561d2ed26947482f082b8a751de1 1.18 MB 1,306 16
754,118 754,118 00000000000000000004e1e5bdac770ecd02409d3930156d59456247a1fdb503 1.40 MB 2,770 21
754,117 754,117 00000000000000000005ac966fc3f5bdcc6ef9c73d77ff1a5a5b07468a8c1f72 1.24 MB 1,425 15
754,116 754,116 000000000000000000037fc80db6d960dfa1a7bd9c9f31f01422e21bb97f3821 1.55 MB 3,982 18
754,115 754,115 000000000000000000007c8a82432ad1a712ce4ceba2af5d69797f458cb56b94 1.43 MB 2,521 15
754,114 754,114 00000000000000000004bba83bc60a79ce1f1e1a74991926166ff7dc4b1549d5 1.63 MB 2,575 18
754,113 754,113 00000000000000000001936fda2c7ad90d502720e39ea61b6507b072584f20af 1.44 MB 3,471 37
754,112 754,112 00000000000000000008470be0dd6305da837d1612bd2455147b85df52baf322 0.35 MB 449 14
754,111 754,111 00000000000000000005c1872aaa97782d8414386fa3cbd2cd02e78b0857d804 0.98 MB 1,878 12
754,110 754,110 00000000000000000003f76761f0403d2fa0aab374dc1fe052f17d23044a9602 0.61 MB 953 10
754,109 754,109 00000000000000000005df1a4df1b03ab5cb58c5f8fb501f5a4862bce93f41d4 1.74 MB 765 1
754,108 754,108 0000000000000000000060fdd84ffe83d024ac5c733a717758d96955df429214 1.52 MB 2,622 12
754,107 754,107 00000000000000000006903efd82799d036a9a6e4a31a76c3c9d6caf548da1c4 1.60 MB 2,536 7
754,106 754,106 000000000000000000060e9e77f885e314a839e95d7c2170013cb4e778652127 1.47 MB 2,970 14
754,105 754,105 00000000000000000007d73da23c664e802d3feb2a6934430523ecd9e259a20e 1.68 MB 2,491 17
Previous 10 blocks ↓
Total Size: 699.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,158.60 GB sent, 205.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.