Memory Pool Memory Pool Refreshing

45,090 transactions
20.26 vMB
Show Random Selection Loading Transactions
Max Size: 117/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
881,062 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,320 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,061 (91,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,649 789,649 00000000000000000005c95aa613d61f8c6a570c336af45c791634059529f21f 1.71 MB 2,766 27
789,648 789,648 00000000000000000001b7b5c7773f75e547491d6078fa5c39b77587f63b754e 2.88 MB 1,200 47
789,647 789,647 00000000000000000005addb22953ea3be2a4ce5a04b0252cd088062ae8fba7e 2.67 MB 1,226 44
789,646 789,646 000000000000000000028b6a703ea342f8cf87ef08a3ae40218f0884013ed935 1.81 MB 2,310 33
789,645 789,645 00000000000000000003159450eae03785f3dac62d74f7acacf048ab5d9b7467 1.79 MB 4,250 36
789,644 789,644 0000000000000000000046a0b31b05a621f3fb15ebac8683f29605dd6cb9b477 1.82 MB 4,053 59
789,643 789,643 00000000000000000005406ff7f69151189aa275309cb72e593a5afc5e5a0a7c 2.01 MB 4,946 38
789,642 789,642 000000000000000000051d58b986d1ed3bdf295e8de9acd39f690256ea8f583c 1.73 MB 4,211 29
789,641 789,641 000000000000000000042966248a8222c111439cc10077acce7ba30ecafde4d7 1.72 MB 3,836 49
789,640 789,640 000000000000000000042be3fbb7a21b467c7397d15170c2b5b0166f1fcec2e9 1.52 MB 3,000 101
789,639 789,639 0000000000000000000076522d3862e346b63c1163c6eea0ea2644650faaa039 1.81 MB 3,607 45
789,638 789,638 000000000000000000034c3fdc9d09386b89b18145c66bf6e00c418ae8ab3af6 1.70 MB 4,275 60
789,637 789,637 000000000000000000031e0fad2ffabc68b7ff7bad1d9627e9926f8b093613dc 1.66 MB 6,198 29
789,636 789,636 0000000000000000000049f116e1c3421e356e9499204be2e6534dbdbf87422f 1.81 MB 4,474 37
789,635 789,635 00000000000000000000cf9cee6f40b98da764439f89784514ca4ef4eb0b8213 1.77 MB 2,748 54
789,634 789,634 000000000000000000009272be8eca4fc8d050fcc1ab228ab89f40b1b746cb8e 1.70 MB 3,352 61
789,633 789,633 000000000000000000018e106f8d98f2c01d18578ffb05643e22db4f6f32ad54 1.68 MB 3,853 76
789,632 789,632 00000000000000000005d5b36fd6f37de12bfbc4efcd305f3f8423acbc627db6 1.57 MB 3,337 46
789,631 789,631 000000000000000000028795b5c369a595dcdad8c450060f67f2c371df2b72fd 1.72 MB 4,105 56
789,630 789,630 00000000000000000002e0f8109fed839b0e9cfb57fc3e0a531ded836b98ca8c 1.70 MB 3,981 62
789,629 789,629 00000000000000000005ad37ac43dfc328b8ad9dd87b9761707f2049eff50cc6 1.67 MB 4,019 50
Previous 10 blocks ↓
Total Size: 720.48 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,930.42 GB sent, 66.93 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.