Memory Pool Memory Pool Refreshing

5,416 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,153 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (777,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,752 130,752 00000000000001d63cd46afd49cc11edcf9e89d42cbb6c56c3024ef529fa4fcb 0.01 MB 13 339
130,751 130,751 00000000000003b981b4f1740c9ae4773bc01104b8679306c3dfc6561a655c9d 0.01 MB 23 428
130,750 130,750 000000000000013cafc3595c14f2476a7bb99653eacc4588906c6c07f9688ce0 0.02 MB 26 129
130,749 130,749 000000000000047d628e3b9dadea95cd33a44d3bdc2b10a79753a2ae7e9fbae2 0.02 MB 43 798
130,748 130,748 0000000000001cf47c982db0cf63bcff9453953f8eed94cdf5f86cc965402416 0.00 MB 1 0
130,747 130,747 000000000000106d678dd2efd88740aa5d48b2ee0c696a8b4ca194fcbbefef7e 0.02 MB 73 348
130,746 130,746 000000000000022ec0d3b7a0c01b950b2aad3381e9498c21e283f5715bc24de2 0.05 MB 177 225
130,745 130,745 0000000000000b97c01e6404a712d15d51e2b41884952b7cc9bb9e3f81016c4b 0.00 MB 11 327
130,744 130,744 0000000000000b7f4a34778828580c01ebe210ddae5e19f55d94249b9e8dde56 0.00 MB 11 356
130,743 130,743 000000000000106d67f24f1cbacc90627d452a8e834f780ddfee1ee29b9d4729 0.00 MB 15 1,165
130,742 130,742 0000000000001a8b71efcf7bb0ae42c002bccc0d61759407ea5b5bc669598267 0.01 MB 32 1,357
130,741 130,741 000000000000121c6379d1f12a78a5dd7c2dabb0f5f82defcea20629f10d0112 0.01 MB 46 376
130,740 130,740 000000000000164e3ac070dc95cf6e105c9922321af8b6180dd468e4464545de 0.00 MB 10 0
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
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.