Memory Pool Memory Pool Refreshing

8,448 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,356 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (25,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,838 881,838 0000000000000000000122c9a63a0d833cb8bc3045a0ba40f3571de0eb4d8878 1.66 MB 3,690 3
881,837 881,837 00000000000000000002047abd5b5bd3653dce61f25e2d9c010517a470df2000 2.01 MB 2,852 2
881,836 881,836 000000000000000000000fd660e79ed13e86afe44c4f6e5ace571f9ec52a94c4 2.22 MB 93 1
881,835 881,835 000000000000000000011bbcef073a4e3785f88fbaa0c7ac2fa951a461d7f563 2.15 MB 2,611 2
881,834 881,834 00000000000000000002628534cc27e1b13d2f2747a6e0c21cb8db2423b8ca92 2.00 MB 3,055 2
881,833 881,833 0000000000000000000159c243db52cbec50fa789917bd9c5b2c457cdff219c9 2.37 MB 47 1
881,832 881,832 00000000000000000000fff465856cb1fed3d73b650bdeefbd53c460040ee70e 1.67 MB 2,880 2
881,831 881,831 000000000000000000029419ce0d3567194aefc1ffe731265acb06252f169b11 2.06 MB 680 1
881,830 881,830 00000000000000000000ef2f94afde7562a7b33b66a18b6b27520f6ae25a2832 1.73 MB 3,835 2
881,829 881,829 00000000000000000000ff6a5925c75b77b21f7b5a33590b90b133f54890a8b2 1.75 MB 3,378 3
881,828 881,828 000000000000000000017f65bf78f78d7e72218cb691df5ecd227287e29527e6 1.78 MB 2,821 2
881,827 881,827 000000000000000000001d7ec3ab6e31cec3506b3536f97b00ce8cc9c71e02f9 1.52 MB 3,761 6
881,826 881,826 000000000000000000001309a707f350c112afd0ad73a12309ab732fb81277a5 1.75 MB 2,477 4
881,825 881,825 000000000000000000022b160840cdad8ea6c3d36a46512a33c9b95519d42f56 1.84 MB 2,185 3
881,824 881,824 00000000000000000002491ed5cab74b2e2fdfd046016dae0c29f739c02f90e8 1.71 MB 3,144 4
881,823 881,823 000000000000000000021db78f316290a19a88e792ce8582d0474dd6a6f9417c 1.86 MB 2,113 2
881,822 881,822 00000000000000000000ff3bc71c7fa04897fc3459e65f3f260bcff27879feb0 2.19 MB 878 1
881,821 881,821 0000000000000000000073a6493e3a216906054a82d1c0b626464210ebb7e148 2.09 MB 1,255 2
881,820 881,820 000000000000000000008346a1dd21ea24bdae2dd22a5d8264d18e0627d361fa 1.79 MB 1,513 2
881,819 881,819 0000000000000000000061ed4ccbd13805cb3c2b138b645913c0fde1fa8ed878 1.59 MB 3,654 4
881,818 881,818 000000000000000000022db5230911941aa78eb4ef7c5703ea1aed51e2cd8d57 2.14 MB 1,057 1
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.