Memory Pool Memory Pool Refreshing

3,637 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,178 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (563,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,736 344,736 00000000000000001097f043cca218169e00623c9962b25a0b159eaca2d8ca25 0.40 MB 632 25
344,735 344,735 00000000000000000f9e30784bd647e91f6923263a674c9c5c18084fe79a41f8 0.37 MB 703 28
344,734 344,734 0000000000000000130603097c26072777f4849589ea0af85fc050c233d213e7 0.40 MB 705 26
344,733 344,733 000000000000000007272f777353ee8a92320fc602e0c4aeb875681b6b5f767e 0.21 MB 327 22
344,732 344,732 00000000000000001721185a301aa646464eef0ac2b2c4a02d356d69a9fba35e 0.31 MB 514 22
344,731 344,731 00000000000000000e963fdf824f7473ae784ae2e5fa13812a536132e7f34c8d 0.33 MB 192 4
344,730 344,730 00000000000000000aa7ddcc314a0eb5349bd187d1dd0bf96085fe62da520dbe 0.75 MB 823 17
344,729 344,729 000000000000000010ac63c99073d0b10bf6f3a15d33aec86537a3b6fcc954e3 0.75 MB 1,118 28
344,728 344,728 0000000000000000172aa091cbe2e5751088322c5240d6c5d9bb5bbca1f91e52 1.00 MB 1,342 18
344,727 344,727 00000000000000000168d142c28a397e958e21f5018b2a9ff42f31961f3a1633 0.53 MB 386 17
344,726 344,726 00000000000000001335ef7c49cc4605ed2b0ded6b5810c3712e58806ee53640 1.00 MB 1,636 23
344,725 344,725 000000000000000018366cc0ccbde6a6466faa12f1767749b2b7420b6cc5570e 0.09 MB 256 29
344,724 344,724 000000000000000014d9e911a2336ea635f22ec589a7b602df742d1208bb9da4 0.13 MB 303 34
344,723 344,723 00000000000000000dc198613798de72226cdf0fe0f90fbe290ea3adef8cb272 0.10 MB 130 18
344,722 344,722 000000000000000017a71af31dcdc12821f85b4dbbd1f3b616cd68d5407d65de 0.62 MB 727 19
344,721 344,721 0000000000000000076d5b5e533816f02b48b87c8ee2c6e4fda672ece5e33f75 0.00 MB 2 38
344,720 344,720 00000000000000000441a9e205776aa00cbd13ea60184727e6b01706181baedd 0.23 MB 227 15
344,719 344,719 0000000000000000087f9182598ef2ff2073f1425fcc1a8ec29d77b3887d7cce 0.68 MB 1,059 22
344,718 344,718 000000000000000001db7e1e313e10efc85c960803a36210a495c0d839357091 0.35 MB 287 10
344,717 344,717 0000000000000000142fd6fdad2231922f43a57ac6407f0266eab9ae7fd52572 0.32 MB 424 18
344,716 344,716 000000000000000008f3cb4d6be2504bcaebf4b3201e0dfc1b0d61eec54811e9 0.64 MB 318 7
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.