Memory Pool Memory Pool Refreshing

528 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 519 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (787,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,860 119,860 0000000000004628284b64a651c316d6672bc57318b9121537f5cd1c5cfe20ba 0.01 MB 40 319
119,859 119,859 000000000000af5888c06b0c95fda37f53661095d4f44e76ce626a3b25a9d532 0.00 MB 3 0
119,858 119,858 0000000000003af902c5ccf986a9dc6ce7563862742b5813a11a72b0ac861c83 0.09 MB 276 34
119,857 119,857 00000000000022d625f1dc756b80a3d04e8fc8fd8317dca33fe37aa2e972e8f6 0.00 MB 12 308
119,856 119,856 00000000000012ebe09173d86476a224c26f9bfce23a3a45067ef1079c746ac8 0.02 MB 45 1,322
119,855 119,855 0000000000005d4dcb6d6aaa99e8c123b6248b1050d65fe9ae39be2424eadd04 0.01 MB 9 196
119,854 119,854 000000000000074b3f49213108440ff3e4cfdb4e529670ab5e24716beaf42f8c 0.00 MB 5 203
119,853 119,853 0000000000008d20ec956e010ec4cef912d213a21466a5021db54edce1f18d8f 0.00 MB 11 308
119,852 119,852 0000000000007d15d8444ff1d54d71a20d7e8a785485c981ae0713ad87445c55 0.00 MB 10 0
119,851 119,851 000000000000854f1e65771285a401ab84e81f4e738b9e793ab9b9341f231aab 0.01 MB 4 0
119,850 119,850 0000000000003227efdf36ae71d1cb95c7c32354673555efc97c2f643f605347 0.01 MB 13 396
119,849 119,849 000000000000af9a849f567ee0f4c51adbcf3b652c55b16397ad9ee325741b1f 0.00 MB 9 0
119,848 119,848 0000000000002f7fa659d4b77777dae5b38fc72fe4a55ba559f15d9f272e6f4a 0.02 MB 29 1,077
119,847 119,847 000000000000a56b86d17e910ed5249458c13e4effdfc17321a05552cffd605c 0.00 MB 15 855
119,846 119,846 000000000000728678b163ccf42f314f70d74eae4081684293007a19ddfa91de 0.02 MB 15 244
119,845 119,845 0000000000008029ea464499fb2189c6fa0b4a32bbcdf8d0d3b68ec17f1b44cc 0.00 MB 11 0
119,844 119,844 0000000000000b9b6ae7e17aefd5928b0cefa0825e99e0a36b632caa977397ab 0.01 MB 9 937
119,843 119,843 00000000000046a2b3b3c6e641dc2fd1b5b25b594b9a763dbdfa2bdba8368ac1 0.00 MB 1 0
119,842 119,842 0000000000006aea3c03927eb824732cd392c429023cef46ad0dcbb7bd13802d 0.03 MB 21 6,888
119,841 119,841 0000000000000745beafd13bfcd49b9c7c6e4baa46fe69985d5093ecfe8114b9 0.00 MB 1 0
119,840 119,840 000000000000a1e20149f3d50d60d502dc93abc984aa8fcccbec0b250efa420f 0.00 MB 7 319
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.