Memory Pool Memory Pool Refreshing

46,682 transactions
19.04 vMB
Show Random Selection Loading Transactions
Max Size: 110/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
880,854 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,357 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,853 (20,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,976 859,976 000000000000000000009603da8aaa3b358f153f61978233d16aca5b091dfaad 1.56 MB 3,662 8
859,975 859,975 00000000000000000002a1644fc407b6ae2f899ff52fb30280ced25d70277348 1.66 MB 3,373 7
859,974 859,974 00000000000000000000d40ae6d9b5f8ef8e5397019ee336dcbe13b82be47aa0 1.56 MB 6,264 3
859,973 859,973 00000000000000000000d69fff4ff142267d43dc67229d29c1824947e7bcddc5 1.86 MB 422 2
859,972 859,972 00000000000000000000d7b0f400d5481eebdcb2f198587cfca832031940f0e4 1.70 MB 3,439 6
859,971 859,971 000000000000000000014815b3d7847e1ab5b8b036a432ae08ce1c6edec8722e 1.60 MB 7,386 3
859,970 859,970 000000000000000000009091245657fb554612260074f35dea5946358595dedc 1.58 MB 7,094 3
859,969 859,969 0000000000000000000025d3368b3b333e1af2b9f10720b1e13b7bae099bb43b 1.48 MB 4,480 4
859,968 859,968 000000000000000000020fcbde1d10b66190eefe8b219a7e38d821fa90016ae6 3.99 MB 4 6
859,967 859,967 00000000000000000001d7cd3c2d92096983bd8e50d869b7332232363e527d4d 1.79 MB 4,449 4
859,966 859,966 0000000000000000000060e0375d1ff6aa89fa4728a5c9efa317e6f7f48c8dc7 1.54 MB 3,710 6
859,965 859,965 00000000000000000002c3106178ecac721b9aaa22fec7628ad072215b088fd1 1.65 MB 7,502 3
859,964 859,964 0000000000000000000135a2e11d49a7f70c96afefa77da703c95cf916321a76 1.43 MB 6,269 2
859,963 859,963 0000000000000000000308c63b6beeebe6931bf5014b10f8ec3ecc16f7080cdc 1.49 MB 7,232 3
859,962 859,962 00000000000000000002c41d10e208461ba8f22704a7cb73528553f88b0b4a6b 1.68 MB 4,084 4
859,961 859,961 000000000000000000023387703a9c86b3e3ccae302bf165cb2830950b7d1811 1.52 MB 6,570 3
859,960 859,960 00000000000000000000fc1fec8833eca8bfb338598f482d5302266f0a7464f5 1.56 MB 6,408 2
859,959 859,959 0000000000000000000171ecce49b9fc8934fd00c8544966d7c6b4f92961de46 1.38 MB 2,133 8
859,958 859,958 0000000000000000000158bcd1c79aeb19784cbf131a7f2531a22bcd1dcedbb8 1.55 MB 6,007 4
859,957 859,957 00000000000000000002e6575758234742fe7bd2eeb152da0b22e6f45d5875e3 1.58 MB 7,191 3
859,956 859,956 0000000000000000000028c7e4ebdf150d470bd0135acbd0304ee405f2708c64 1.44 MB 7,325 2
Previous 10 blocks ↓
Total Size: 720.06 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,880.84 GB sent, 65.16 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.