Memory Pool Memory Pool Refreshing

7,912 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,870 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (439,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,689 468,689 0000000000000000011921eb2574723c6b627ae7f54bba199332c6c652b0816f 1.00 MB 2,503 335
468,688 468,688 000000000000000001bd9510f0a0dde1913e57ebc94d806d0a94f0e64f1d8d10 1.00 MB 2,734 360
468,687 468,687 000000000000000000e7796bdec42091d5e8c6b76ffb8272ced221f6a32b9241 0.99 MB 2,609 342
468,686 468,686 0000000000000000017f9ab4f909b336cf24ebf625801a19483b55d9700546b7 0.99 MB 2,281 357
468,685 468,685 000000000000000001323f63437503752ecef1ecf046e9c7b3a8fd2c5d1d738b 1.00 MB 2,778 408
468,684 468,684 000000000000000001853a7c8998c56362e4dee2d4bbfd940ef0a1e7c4cd490c 1.00 MB 1,657 324
468,683 468,683 00000000000000000025df949b28ff431cf97c194dcf662426d9681e7caeaff8 1.00 MB 1,966 372
468,682 468,682 00000000000000000080b0269f8065cfe6d98bd9f807326a90c494b1d8bb023e 1.00 MB 2,370 319
468,681 468,681 00000000000000000076df9166cb8b6472c19f9517c35639de624fc2d73d2d66 1.00 MB 2,745 334
468,680 468,680 00000000000000000016d364ff75bf2532e4359ab5250123764bee09a039916e 1.00 MB 1,620 362
468,679 468,679 000000000000000001d2c9804eae52633046c7226d1b1d8de5ce4c4de3d02c69 1.00 MB 2,151 390
468,678 468,678 0000000000000000011a6c5ea280b5a93590c9358aa0f759cbf018373baf5d6d 1.00 MB 2,260 414
468,677 468,677 0000000000000000019f94730f5fe6b44660b0c27930a7aabddad820bfb68f2c 1.00 MB 2,451 364
468,676 468,676 000000000000000000a23ad25e6aad0dbef7ac030200f35444ec061429065bf0 1.00 MB 2,389 347
468,675 468,675 0000000000000000017122655dd5a02064fd6169259ac2eb40b9ef7572b717b4 1.00 MB 2,747 316
468,674 468,674 0000000000000000002cf87244d5363048392c6eef902fec90410e5c2d15e749 1.00 MB 1,839 308
468,673 468,673 0000000000000000003732bb4ad3a42b179783ca31b3a91dd2e5794d99e476d7 1.00 MB 2,189 334
468,672 468,672 000000000000000000f1b45b4a2b9a7e23c6a33dfe4f8a27cc8ed4b1ccba6241 1.00 MB 1,340 343
468,671 468,671 0000000000000000003cf270cc3682c1bf16ddc851b552030423864a73414654 1.00 MB 2,207 416
468,670 468,670 0000000000000000009addd27d95fe062768a131071a347701836c24443c3a7f 1.00 MB 2,109 406
468,669 468,669 000000000000000000fc13ac6067e8d0eae18962ad4beeecac1b5ba9fa1c9264 1.00 MB 908 406
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.