Memory Pool Memory Pool Refreshing

3,501 transactions
1.78 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,117 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (110,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,693 797,693 00000000000000000000d8fc389e83756818990642f94e06c2ad45e7c928e8a6 1.70 MB 3,964 8
797,692 797,692 0000000000000000000542136cd66e86595d466c60ea22d3c765383b0b86fc93 1.65 MB 2,153 8
797,691 797,691 00000000000000000001d39416a5e743fde771e58e45ed2b6e113b9fa24e21cd 1.87 MB 2,843 6
797,690 797,690 000000000000000000053fa738539839eba30c053c9c6dbf84342c2ad098a5c8 1.74 MB 688 5
797,689 797,689 00000000000000000005232753b21c09c8633dc16ae66d03439a4171574b6d5f 1.65 MB 3,351 5
797,688 797,688 00000000000000000002d86e84ec80465847e467c1700f28abe4df87209c13aa 3.31 MB 2,276 4
797,687 797,687 000000000000000000028c93d8534aea35ea23a87f81a35c77fdd4c3d8060c73 2.33 MB 3,291 6
797,686 797,686 0000000000000000000115c809d4f0f428228f433dc29c52194c11ce7f3e5bcf 2.07 MB 2,766 5
797,685 797,685 000000000000000000013ff35d4d5b4dc05294713c274dab4cfd9ce6d6d66cd2 1.70 MB 3,308 5
797,684 797,684 00000000000000000002c2d0b2aa816a286eae63cbb647ecb4a498892d37db60 1.60 MB 2,688 16
797,683 797,683 000000000000000000025fa30c377b75f088da9cc306944d5ca2293d3ea6aeee 1.61 MB 2,580 9
797,682 797,682 00000000000000000001e45132555a5c87cba3d9b6192b5b0413109bf5e8f514 1.65 MB 2,677 6
797,681 797,681 0000000000000000000022d317e20499c9be4dd054c64265d2717da04b07ec48 1.85 MB 2,801 6
797,680 797,680 00000000000000000001b7ed9b393d3a5c08f12e85d3dba113f09fa5f520a4a5 1.45 MB 1,264 9
797,679 797,679 00000000000000000001afca03e6d30c8caccfc6651feebcf1d185642a3a51ec 1.59 MB 3,153 14
797,678 797,678 000000000000000000050adfbd38f21cb2cf410c71bd6680fc8ceefa8ec74930 1.52 MB 2,738 20
797,677 797,677 000000000000000000022890a6807d4da3696edd41952badf370fccdeb972062 1.42 MB 1,719 12
797,676 797,676 0000000000000000000373081ef1b76622a33866165a32fe71bf17f8404c6e49 1.44 MB 2,672 16
797,675 797,675 00000000000000000002ceebb7b70881818f6c5ef6958ff9fc011c57d8327a64 1.47 MB 2,880 17
797,674 797,674 000000000000000000029b0ecffadd9a1086e3b335871f76c4193cd8e46a26f5 1.51 MB 2,642 22
797,673 797,673 00000000000000000000faabf815377a26cb6387f98f1be46f633708d1445be9 1.92 MB 5,671 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.46 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.