Memory Pool Memory Pool Refreshing

20,657 transactions
28.68 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,669 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,463 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,668 (145,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
717,280 717,280 000000000000000000016bccc221b77abb725abd168521ea4966eacd71fa488c 1.65 MB 2,207 4
717,279 717,279 000000000000000000040766881a771775104d430b7e58cb5d1fc3a25aa9cdd1 1.52 MB 3,145 16
717,278 717,278 00000000000000000000c83921186763f5cd818e4e030571824ed8ead0da6023 0.18 MB 286 13
717,277 717,277 000000000000000000008e0cdb28f46026bc6e0010ad736e4dc52a07fa09ebf6 0.15 MB 338 16
717,276 717,276 0000000000000000000044146ebc9d5951718d898b6566a5b73c6801767bc840 0.05 MB 99 8
717,275 717,275 000000000000000000015051bb7eb122c97c1a16bad7d8cf6b246830fbeaee8c 0.69 MB 704 3
717,274 717,274 00000000000000000004a010c51e3524904e8c00428b2f74bd6f286c33500df7 1.40 MB 2,288 10
717,273 717,273 00000000000000000007ba04c7f699d7485ad9ae9fa5690b2de2e1beb614ac0e 1.24 MB 1,463 10
717,272 717,272 00000000000000000007da2bc1c02cdce9469fe757bf11e8cfdf39f166c66b1b 0.44 MB 784 10
717,271 717,271 000000000000000000039039a1662108cca44424a01e609da008603e036f20e5 0.18 MB 313 9
717,270 717,270 0000000000000000000357d5df100c2442c63c2968c0f263ee4f39d284601213 0.49 MB 942 9
717,269 717,269 00000000000000000006e4a65ba5a8551e76d0d99ae07ac322281b90fed3fbdd 0.38 MB 645 9
717,268 717,268 00000000000000000003b1acfff3a51538800d37513df956f00af9f9374b49eb 0.69 MB 1,098 9
717,267 717,267 00000000000000000006ae37511a0fd9d5a1e8deabb8a29cbb018f4a247dda00 0.69 MB 1,335 6
717,266 717,266 00000000000000000002fafcd220437226a72c1c956507da0bfabb8b384d7464 1.83 MB 338 79
717,265 717,265 000000000000000000078ac11b3bcc467a438a674abc8b8e0d8ed5d0e4b013fd 0.11 MB 282 10
717,264 717,264 0000000000000000000761619eedc616d07dc375ab9bc8a0d2c3a954a6e4f233 0.05 MB 153 14
717,263 717,263 0000000000000000000842f8f619a79623e97e1d6e84565ecba0eec1581bdee6 0.03 MB 79 7
717,262 717,262 00000000000000000001ceb3188d1a3a51990e1872d7ad07f81b017442b433ea 1.44 MB 2,061 26
717,261 717,261 00000000000000000000d36bab6d758d0b8d21680f940bf4fe446238fcdac247 0.60 MB 1,150 10
717,260 717,260 00000000000000000001c7bc55ddb1d2188a8eba0d65a67b0c08bbe8f78e4d29 0.17 MB 321 10
Previous 10 blocks ↓
Total Size: 685.45 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,382.21 GB sent, 108.53 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.