Memory Pool Memory Pool Refreshing

5,362 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,685 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (631,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,935 275,935 0000000000000003d286dcae146768534c298ec3dfc2d3a144231349e2bd707d 0.36 MB 283 34
275,934 275,934 0000000000000000c0ceeb893c9bd4dca6f30c95d2b5e4e934dd5d1241f8fbbd 0.25 MB 261 60
275,933 275,933 000000000000000259e97244577c433afbf3e02af7a6fdf057b50659d94ef225 0.25 MB 342 49
275,932 275,932 00000000000000008df4b9aa1aa0bd8e67c0ecea5f40f734f7511fb441ce3117 0.50 MB 1,361 66
275,931 275,931 000000000000000233b6e63552aff7e02ed609794226f887e9a7e6e9f9c65b5b 0.29 MB 555 47
275,930 275,930 00000000000000020b9dac03afc9cbb92a906fe6a4c009ade92a8b25f1ba9945 0.25 MB 674 84
275,929 275,929 0000000000000004af545b4cec388a0adb32d9df4006b830274bae7d4543ec0c 0.13 MB 248 57
275,928 275,928 0000000000000000102f20474153e7fe86b8b6e44c6d662ee35a79625437556d 0.25 MB 464 34
275,927 275,927 00000000000000002cafdd64a12fa2baf3c7e50e7850ef2cf0e51cb18dee765d 0.25 MB 712 64
275,926 275,926 00000000000000016cabb2958d8e38bb8c85742704384b38cccc6b537928ac66 0.25 MB 667 95
275,925 275,925 00000000000000044d549e681a7519155411adc4016b31471c90d7ca25213fae 0.19 MB 358 47
275,924 275,924 000000000000000120de24d1f6dc2984f3d3747eea9c73b1f858cb20ef6d4e1f 0.02 MB 31 64
275,923 275,923 0000000000000001bed2e1a869868e9b8227416e01ddcad1a4d1de026d520611 0.14 MB 221 28
275,922 275,922 0000000000000002644a6d10f9a0a7f5d1c7cf5f194099c420b6f4b531bae689 0.29 MB 590 54
275,921 275,921 0000000000000002c3096e037eec2d535e7d4e9a0b367dd5db50c914796d9bc3 0.13 MB 54 2
275,920 275,920 000000000000000012e77685ac6b7555c06121a1aa4de0968ce5d549290cab32 0.14 MB 102 12
275,919 275,919 0000000000000002fa4891d9b8e534aae86c9eb6fe08d0b0ed089054ae10c97a 0.25 MB 678 54
275,918 275,918 000000000000000462089d781eb09b35a7b4478ea8a017549fabcf7341f606c6 0.03 MB 90 117
275,917 275,917 0000000000000001cb9bda8706b4646c45d61db403adc8e08e146be300fbc0eb 0.15 MB 72 2
275,916 275,916 0000000000000002d18d9be7358b6e9b38f61595a50754ae5922281f75989f2b 0.24 MB 469 51
275,915 275,915 0000000000000000c21e9ce36d65b1fdb8fa7f765ad0db5509da9b2a3ecb2abd 0.02 MB 60 103
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,632.87 GB sent, 93.74 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.