Memory Pool Memory Pool Refreshing

2,910 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,381 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (741,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,907 165,907 0000000000000b83f128dd313895b52b678c014222e53073f99dccd94622fc18 0.01 MB 19 180
165,906 165,906 00000000000008acd68a3104ef43befea3fa896c91c15718b428faacb63775ca 0.03 MB 55 58
165,905 165,905 0000000000000990601aa22ee75ac4a83e62fa8296772ef4f5c5c84234248a91 0.05 MB 79 60
165,904 165,904 0000000000000300bb583fef0ee7428fe841a77da6dbb36ed3aa82fad8e6206b 0.05 MB 102 110
165,903 165,903 00000000000001a42c52a36b929c71a509d29cab22b128007a80bc1e38a37b77 0.01 MB 39 89
165,902 165,902 00000000000001e0f91b4d32522f8f01c2cf518628fc7ce7f500ecf87dda47b4 0.01 MB 20 45
165,901 165,901 00000000000004112d3274e746c03efd05ca37cefea89528d62a48cd5ebb6ff1 0.02 MB 87 28
165,900 165,900 0000000000000580bf83e1c2aba922cbb33eabbf83cf0805c9021e525260124e 0.02 MB 46 238
165,899 165,899 00000000000002a9d03fa61cbeda4c312cbad14872b59efd3cdf14dc95449f5d 0.01 MB 21 295
165,898 165,898 000000000000099d9172529c1917d4276d66b71133e5976beafbbbc3f756955a 0.02 MB 38 99
165,897 165,897 0000000000000253854942764490db46878c057785b74ccb0583873d54a9e717 0.00 MB 1 0
165,896 165,896 00000000000000933ae6016dbf270544d27ab1ee6da0a1914f8de7de5d9cb988 0.04 MB 96 107
165,895 165,895 000000000000068fccd52ce0664770c6864afbec0f99dad93f772b6d584a433a 0.01 MB 23 91
165,894 165,894 000000000000056a358bca7fbbf5a0b8573ce89641b350bc9cbebff02c1ccd22 0.01 MB 29 138
165,893 165,893 0000000000000a0efeb217aba06d8e94724c00eefa8978a661b043af7c043b63 0.00 MB 3 47
165,892 165,892 000000000000033b0eb0c35d81734f241f5a286771e46a42ff299ff713c39c9f 0.04 MB 119 100
165,891 165,891 00000000000005ffc7290ec278224a7ae495662f8243809d510eac15764573ba 0.05 MB 116 43
165,890 165,890 000000000000063871d1b87886ee85f8269af96066ccfc1a523447c480c786f5 0.01 MB 14 0
165,889 165,889 00000000000005b68f3fb45ad28373b53748d71691a9bc107a4eb637e2303caa 0.00 MB 9 17
165,888 165,888 00000000000006b44df8b887130631fc61301ba5eec94e60657eb93835529c44 0.01 MB 18 54
165,887 165,887 000000000000091564a4b8bd5be1c71991d0432941131ec42bfdb31912a0578c 0.02 MB 38 121
Previous 10 blocks ↓
Total Size: 769.35 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,643.46 GB sent, 94.68 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.