Memory Pool Memory Pool Refreshing

306 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 290 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (777,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,739 130,739 00000000000011c713924dde500b4328cf5b997bc11d09fdbc754c63e498113f 0.03 MB 59 934
130,738 130,738 000000000000114e5b13c0860bd8eeed20f69905aa15596c84160930d67676e4 0.01 MB 25 1,470
130,737 130,737 000000000000070c96708a4cd2fe81c5fb8a150ea83bcebb7416ede665a27823 0.01 MB 24 807
130,736 130,736 000000000000146534c132becd1f8bd009fb83961ea18e45142931faa88958f4 0.02 MB 26 696
130,735 130,735 0000000000001ac6271c3a0ba76d7a6feb91f90a16601e366718bc2bbc0d63f8 0.01 MB 27 836
130,734 130,734 0000000000001c3cc050c82dacaceaa0a60045daf6a1e4fc7aa3c695b188cba4 0.02 MB 43 1,439
130,733 130,733 00000000000013f393e559c17fe723d07282f15c15c42658a3362b1054ba676e 0.05 MB 131 640
130,732 130,732 0000000000001254e4af490e3ca951188fec75d7b146e0fb0af5a1c41b048b15 0.02 MB 40 1,196
130,731 130,731 000000000000138149e809db6b50592786816a21da4de19f33473770303bd684 0.00 MB 6 0
130,730 130,730 00000000000003ca96d8932b05b47e20b9052a51a1bf1c8a3bc44b00f9c0fe0c 0.01 MB 25 1,261
130,729 130,729 00000000000000958d07c4abc86632aad55a7d4ff7255f70a5f3b341b18fbba1 0.01 MB 22 1,367
130,728 130,728 00000000000001b6478c10251354671304c40ce9e01f91bb82e84067d800f8e9 0.04 MB 110 452
130,727 130,727 000000000000103c69f5ae6237ff0b1a91090b0ef38e8e9de45244f0460f5b28 0.05 MB 148 636
130,726 130,726 000000000000073d742040d181ad5926702dcc2b8754373095c2f7a10682b0eb 0.02 MB 46 899
130,725 130,725 00000000000005a03a164bc1c5451e775f726d309a620615ca1a1bd655cf70aa 0.02 MB 68 256
130,724 130,724 0000000000000a749a10bae5e53b459cd609b313b4f7bbf2bb4920f9e859a096 0.01 MB 10 629
130,723 130,723 000000000000115fe780f6ff2b397dfb6d19c9d690f07f61ce247a6bdc6956d8 0.04 MB 101 713
130,722 130,722 0000000000001a4152f318ceb7ab5b19f155c4e2ef537a59f31a0e49917a05a4 0.01 MB 21 1,415
130,721 130,721 00000000000013be38a529f5b33ed4260def5fa47fbd4660fd7704603e744ebd 0.01 MB 32 1,231
130,720 130,720 00000000000007b1e84a7381485635594494dfa499bc60deea6be54bcfbd4672 0.01 MB 19 1,179
130,719 130,719 0000000000001d41090c4b521563a8312220d15fc23fc26a2ae1bd38a146ec64 0.00 MB 9 188
Previous 10 blocks ↓
Total Size: 769.10 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,628.94 GB sent, 93.40 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.