Memory Pool Memory Pool Refreshing

958 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,837 0000000000000000000237740000000000000000000000000000000000000000 0.29 vMB 958 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,836 (5,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,628 894,628 000000000000000000020faa09ec32e4ac2208dc271e33ebf2f9b3c0774a6ebe 1.61 MB 3,709 6
894,627 894,627 000000000000000000007717b034e53e79bebea8fd0114d694cd8cf7ea48e977 1.50 MB 3,272 11
894,626 894,626 0000000000000000000122a1abdce3b29eb6aec9111c4a5ade78cf5cd49a82ca 1.78 MB 2,664 5
894,625 894,625 0000000000000000000044c449f6504caa7b5a83cc55c2e90303c4e841e64bb4 1.68 MB 4,021 6
894,624 894,624 00000000000000000001e2928262b4446d5f41e278fd6a945841f2b4d6cdbe72 1.54 MB 3,910 7
894,623 894,623 00000000000000000001fe9b58c5ccd401de62139c29e7dbfd32bd3cf14b650c 1.48 MB 1,823 4
894,622 894,622 00000000000000000000e9d88f9b8fb2dc4bbb2767faf21966f4c7f0803a526d 1.83 MB 3,292 3
894,621 894,621 00000000000000000001e485d0a06e4ed8195023a0c7d87d347500249f24983c 1.67 MB 3,556 6
894,620 894,620 00000000000000000001e952d80cbc85923316328363de2489a7f4d6741fbb4f 1.54 MB 2,826 5
894,619 894,619 00000000000000000001082c0e1695e2ac13b9f1754077d4d44d3c37bbed3413 1.64 MB 3,957 3
894,618 894,618 000000000000000000018cb23eb03d9f64f030099ea7765e3b0eeb16cd00aff0 1.53 MB 4,098 8
894,617 894,617 00000000000000000000c0740113d9b22def3ee892aa1fd26ac900f644b0440a 1.32 MB 118 1
894,616 894,616 00000000000000000000d28c39fb0cf81b34baa65c1ed377f7769299feaaef57 1.97 MB 3,119 2
894,615 894,615 00000000000000000001616c9004f723a1a4b1cadd60007ae5e380a4b7b17485 1.80 MB 3,543 2
894,614 894,614 000000000000000000008617a529a2603c30a821ac24aa8129536c5007ea76cb 1.85 MB 4,113 2
894,613 894,613 000000000000000000019b1bc113fcc3f276481e37dbff7cdbd6bc6d20e5e68c 1.79 MB 3,777 2
894,612 894,612 00000000000000000000ca8afe3e1540701434ba1d793d4cf7d716c5e81f28ac 1.82 MB 3,708 3
894,611 894,611 000000000000000000021a7b2b38526893e65e027472d2212faab334c416ab38 1.41 MB 885 1
894,610 894,610 00000000000000000001a614598dd9d3968350af27f241ac5a6ff2ec68608311 1.73 MB 2,328 2
894,609 894,609 000000000000000000006fb6980c1426057c513eb38748824c695dcfedeb57dc 1.89 MB 1,573 1
894,608 894,608 0000000000000000000104a06f8d300942d171b890fe436055339e0db9e6e26d 1.84 MB 2,935 2
Previous 10 blocks ↓
Total Size: 755.71 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: 537.68 GB sent, 26.93 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.