Memory Pool Memory Pool Refreshing

16,956 transactions
28.32 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
881,668 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 3,591 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,667 (307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,360 881,360 0000000000000000000192ca1052f81f00d6130e82c6a359a23e0877a4883f53 0.24 MB 522 4
881,359 881,359 00000000000000000002883d411594b7c570f0c577494ec645e84b4e77a1c0ef 1.96 MB 1,603 2
881,358 881,358 000000000000000000000d6f4fe30097cedd3fcc770861db47e9647eb8b976eb 2.02 MB 1,008 1
881,357 881,357 00000000000000000001fe95fc86ee2e425703400b0471b632160941a63a940c 2.02 MB 1,152 1
881,356 881,356 000000000000000000021e122c264c20d58ad6bfc4e400fceda44757bc78e7a1 2.16 MB 203 1
881,355 881,355 00000000000000000001042d61e41c5f3d03eef99e0fffd7a5bb40e587c9afa8 0.02 MB 54 3
881,354 881,354 00000000000000000001f5679c1bfe8f13839e5882f2353753c3c907841a6666 1.83 MB 2,539 2
881,353 881,353 00000000000000000001416352ce0791981b1c8d6b2303780515500e009642e5 1.60 MB 4,039 4
881,352 881,352 000000000000000000002437134508f6de903499641702f576c5c835ea2ccd6e 2.11 MB 639 1
881,351 881,351 0000000000000000000140abe07c70bd04ac19377ce2d350e526a056326d76e7 1.73 MB 1,995 3
881,350 881,350 00000000000000000000f7ad0938125d8062ab60db97afee27433a98b8cf429e 3.41 MB 796 1
881,349 881,349 0000000000000000000022bd9c9ca43a43c43d687f3db9d2af6346e13503a4c3 2.30 MB 2,631 3
881,348 881,348 000000000000000000026b66e229645164f77466e7c3c190a3f5c5e685bda6f7 1.79 MB 2,804 2
881,347 881,347 0000000000000000000215d530de34935c9bcd1bbd3a774c4e795fef464e0d50 1.49 MB 3,539 5
881,346 881,346 00000000000000000000a71048b283d7f0926ca20c79c1ee4623767b30900806 2.91 MB 1,461 2
881,345 881,345 00000000000000000000ed450c9431383f2dc10b54d351904bd9cedc78c5c22e 1.65 MB 3,518 1
881,344 881,344 00000000000000000000eeaf2f81cbc443c8183266bb3e947f53b20890e37cca 1.64 MB 3,358 6
881,343 881,343 00000000000000000001bb850bda6b6e46f2da02c84503d0ce12215172f052f4 1.87 MB 2,018 3
881,342 881,342 000000000000000000000ffef9e69bf97e15581cf6450f41dc8ba69fa250b5e5 1.57 MB 3,864 5
881,341 881,341 000000000000000000011cd66bc830830a405ec01f4637dd6506c741317f0b8e 1.58 MB 3,389 5
881,340 881,340 00000000000000000000031f9e16f961aff14c59e3a410e4cabf34b4e344f7d6 1.70 MB 3,483 5
Previous 10 blocks ↓
Total Size: 721.74 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: 2,017.98 GB sent, 72.24 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.