Memory Pool Memory Pool Refreshing

31,701 transactions
34.09 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,855 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,088 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,854 (14,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,299 849,299 00000000000000000001bee7063aa243b407e25d8e2edc0ab370109d52a51614 1.45 MB 1,266 11
849,298 849,298 0000000000000000000193e8be380e6fc3db3ab1ebe0ee3a4b0ce9b4473a4ab7 1.28 MB 1,538 13
849,297 849,297 00000000000000000001a4c738ed59abe45aa23dd25b8c91bbeee8a82544e5cf 1.55 MB 2,602 16
849,296 849,296 00000000000000000000382f528e9433599525ea5716c4fb66c9b86cac1b2bf4 1.61 MB 3,647 24
849,295 849,295 000000000000000000032cc86d356fc410a742f97ca37ab8e701963ee16d03af 1.73 MB 3,289 17
849,294 849,294 00000000000000000001375e59cfa167283c8022a2c1b8695c60836e63d53d1d 1.59 MB 3,434 26
849,293 849,293 00000000000000000000e276e7fca865fdb98d8e064f90a77bf7edeba2a0eee1 1.32 MB 1,645 14
849,292 849,292 000000000000000000034fbb592be7912aa1910e5c4cb62bf490c9c60c8d348c 1.49 MB 2,451 22
849,291 849,291 000000000000000000023dc2c37773e2cfc1a3c7c34a0c63274ea59f5e9bec6e 1.43 MB 1,646 10
849,290 849,290 0000000000000000000059134742eacebde8ce349fd7efae116d6b00ca0bb6ad 1.14 MB 559 11
849,289 849,289 00000000000000000002b080a89c2a0ba16ee190fa4f74516bb21be524edfa18 1.29 MB 1,407 14
849,288 849,288 00000000000000000002974b02522720305364116521d16a0a29be770455039a 1.44 MB 2,511 20
849,287 849,287 00000000000000000000aa1ee97e2a53884c952d415760b6694e7da5536fc261 1.19 MB 761 13
849,286 849,286 000000000000000000030eb8958551867e9378d8f3617fa91db9f90fa462d179 1.35 MB 1,945 17
849,285 849,285 00000000000000000000b18273224858a078fd17fd97b49444bbd03803498447 1.35 MB 655 10
849,284 849,284 000000000000000000035c46a2c2cf2e68c6b223fc5010dd3a52c9b08c0b0f3e 1.35 MB 1,706 16
849,283 849,283 00000000000000000002b99dd75d7e0a152005094b286fa556a3dbfdd7bee856 1.15 MB 449 11
849,282 849,282 0000000000000000000162fdfd9695dc4c86fc441447fc721cd321551e0e6880 1.43 MB 2,349 17
849,281 849,281 00000000000000000002bf41fd18fd0af9596a474c0549d612f136a9d731f219 1.30 MB 1,551 15
849,280 849,280 0000000000000000000350cd4d91254bb087672a4bc08f4645c13d8c03647980 1.33 MB 1,614 15
849,279 849,279 0000000000000000000008cd1c084fdfc71f5de75b9070c0393ab7f781c23e99 1.22 MB 579 11
Previous 10 blocks ↓
Total Size: 687.74 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,524.33 GB sent, 123.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.