Memory Pool Memory Pool Refreshing

4,326 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,722 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (789,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,329 118,329 0000000000007e9a2b33eeebfcf36235a6a282d5ee892a2e710515bb536821b5 0.01 MB 37 2,512
118,328 118,328 0000000000005c4f7a497132bb2a62989c6c35245f7b06202fba487515f37618 0.01 MB 12 1,281
118,327 118,327 000000000000c34866a2b4437f6f42682f9298a82eaca6971f877220e47bd641 0.00 MB 16 2,986
118,326 118,326 00000000000085ea876108bb601345d25311e7ca746479e75d68b3805755d70a 0.01 MB 55 3,262
118,325 118,325 000000000000386a0190be33852b3c512ee714e1eeec5c4df949a9a83fa90239 0.00 MB 10 2,052
118,324 118,324 0000000000006e2cdf26e8ebacc055b19c2c094f32de086ef58570cc45fb3ecd 0.00 MB 18 2,234
118,323 118,323 0000000000008830e9427b32bf82381d56ea6fc016a348fc91b669ee900a07cb 0.01 MB 29 2,500
118,322 118,322 00000000000060ac96762eaed7b9e907961b0c4577bf4b41aa74ebb925cd315b 0.02 MB 76 2,849
118,321 118,321 0000000000007354fdcf825554a42ddcffbff654319f16d3856cac527c1bfc3e 0.01 MB 32 2,638
118,320 118,320 0000000000000356b06484586559932d32e901e3e202cbb58f3c7f81d0fb531f 0.00 MB 1 0
118,319 118,319 0000000000001a7c2cefd07b06e97f4d83cb5c1da9ef934efecc5f81c9c08800 0.01 MB 33 1,432
118,318 118,318 0000000000001ef9351beaab91b89cfd840715d95bce42625cea9567dc8730e0 0.02 MB 56 2,998
118,317 118,317 00000000000093125d56cfe4d666c5107448320bdcbb4b2b2984e541b6d5678c 0.02 MB 53 2,719
118,316 118,316 00000000000003ac036d0e1d5deb3a77a5ac502ed991eff1ea6319e8dd8b938c 0.01 MB 25 2,518
118,315 118,315 00000000000022102f44b954aea52c8e11d861859d57a9e14cf4f0ed7ddfbdd7 0.01 MB 25 2,535
118,314 118,314 0000000000007e0fb4b5acd2cbd04933fd22293f14f69bf84e16758af9a74265 0.01 MB 22 3,481
118,313 118,313 0000000000001c77d67145d47ce2a59d235d425f3007b8d50e50f47101246cb6 0.01 MB 29 2,313
118,312 118,312 0000000000001e5e7720b8ffc9692a4005bf76b1e0cad78bbdcd44c43addae20 0.00 MB 5 2,153
118,311 118,311 00000000000006ad238e335701041e2d1b7f4015e22123a6c031835340672e5f 0.00 MB 8 1,079
118,310 118,310 0000000000009945a061fc4487549b696a2a52e1ba15c0cb903adef5126033d5 0.00 MB 12 1,415
118,309 118,309 000000000000b0a79ed5f6cb22fd703d958b9167e9a74e362eb5955cb7788c4c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.51 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: 1,647.39 GB sent, 95.51 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.