Memory Pool Memory Pool Refreshing

297 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (822,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,163 86,163 00000000000175ffe0c28ef952a65c70c9a836f96bf38a25961817fe7856319f 0.00 MB 2 0
86,162 86,162 00000000001938117f9be90effff1562e4a573b44a9196ae990e6d9d28053b75 0.00 MB 3 0
86,161 86,161 00000000000ebaf0c0089820fbe64bf2cc145647856c83a78653e26651655696 0.00 MB 4 0
86,160 86,160 000000000004ef14880419426a6f668800c187cc60be0fe54425e6c621403eca 0.00 MB 1 0
86,159 86,159 00000000002d03cd6756305b464da62d32cb44f0e137d8c9c322766307bb29d0 0.00 MB 1 0
86,158 86,158 00000000002b3e89b3d62e4f08e39492efb009dbb5c8eeb07dfd8281e99270e0 0.00 MB 1 0
86,157 86,157 0000000000204f0989faf16bd0e0523e9fbc5fe480e206dbf1bd21bbb4725b67 0.00 MB 1 0
86,156 86,156 0000000000223397b36ba3cfb77adec43207af406df1e00af58d7c451da93293 0.00 MB 1 0
86,155 86,155 00000000000125ba9db27e52c8bc97f2684d513b6a45ef49a1bcbc5921554234 0.00 MB 2 0
86,154 86,154 00000000000dd47ce7cf3e96332bc37bad8fa6fa5eb635d8a7dae790455da5d7 0.00 MB 1 0
86,153 86,153 0000000000062d766c037c81e5e3d8b9a4832d9a96068e2da9ddc52dc7037205 0.00 MB 2 0
86,152 86,152 00000000002ca8fa8a189e3477fa4c0ca39be6e86cff271e102ef68bd6e3c992 0.01 MB 20 0
86,151 86,151 0000000000255c78b53fc3a83d849b7facb97b9de216548a77acd30ba32e2593 0.00 MB 2 0
86,150 86,150 000000000007cd1ec53c5d8c900da2a8db018e098fd719a83569048646e70e9c 0.00 MB 3 0
86,149 86,149 000000000026b6edc52a13786eb4e7632bc72562c8c90b30fe283653c3402334 0.00 MB 1 0
86,148 86,148 00000000000bd2b5705a74ecfadc76cadc0131c0e30bfa01f3cc1d3da2042a5f 0.00 MB 5 0
86,147 86,147 0000000000094cdb108a138b6ec10e744bab358013487ebd530250707eff9142 0.02 MB 58 0
86,146 86,146 00000000000ac5a801933f0cb21b9daf766f9a879815b09dbb3d9ea9b9b5aff7 0.00 MB 6 0
86,145 86,145 00000000001d4f94f6b9b6fcf1b17c0cad2dd65ae2abb77d38519772a127996e 0.00 MB 1 0
86,144 86,144 0000000000227a74d0ed158d454901f98cc8254577ab0f83a3871c2b2706bdb5 0.00 MB 10 0
86,143 86,143 0000000000041c400d714596b99da9a55e796c8b1a0ab524df808d679abf21f7 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.