Memory Pool Memory Pool Refreshing

3,875 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,065 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (117,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,166 790,166 00000000000000000002b40cf9951191f0156fc8881c1ffcd4dcf28c9b98a962 1.45 MB 3,045 53
790,165 790,165 000000000000000000046d4f08fe7b8e779d4a0447a6a1571f7960a79b7e0153 1.72 MB 4,024 48
790,164 790,164 0000000000000000000410e667b59a7d3250c36b38ee4aa9c527c91bff000f13 1.77 MB 4,642 50
790,163 790,163 0000000000000000000105aebfac7c7409b0daa26e03e5be6c9d8fd41ef5e1d8 1.71 MB 4,110 50
790,162 790,162 0000000000000000000003895329ca0e2596c4f61891c7b28268e92bd68ab87d 1.56 MB 3,453 62
790,161 790,161 000000000000000000028ea7f339991212decbbb30588329d29a49a9689d17a4 1.59 MB 3,668 92
790,160 790,160 0000000000000000000379b29d5737c019b03cb1a331bc8ddff0ab74d440aa37 1.80 MB 4,447 60
790,159 790,159 0000000000000000000384c46d10d819220e1cb7c9104ca924a130a391019f71 1.54 MB 3,651 85
790,158 790,158 0000000000000000000586639d8dd345f4057e27395619a367486ad4055dab91 1.79 MB 4,756 58
790,157 790,157 000000000000000000041b023d5d6226907448959f984712a291ecef192e7ab8 1.83 MB 4,963 60
790,156 790,156 00000000000000000004bcb25dbd5642afe394bc84d7436669088ed3dc58c2d3 1.86 MB 4,984 59
790,155 790,155 0000000000000000000314c8b4a9c63b467b336bd60aa004334372a450b3896d 1.66 MB 4,031 80
790,154 790,154 00000000000000000002ef5a250e085c4420e89a03d78914e8c610b263f1c5b3 1.86 MB 4,796 49
790,153 790,153 000000000000000000055264c82b279e58f1b86e2fe28444c832a2709aadf46f 1.82 MB 4,830 61
790,152 790,152 000000000000000000017824405474f718ec067c7d275137d9f4044d75dd047b 1.83 MB 4,611 34
790,151 790,151 0000000000000000000205c745b51c6e8918eb6a623e25013f4049fac79a67d6 1.84 MB 4,778 59
790,150 790,150 00000000000000000002b4034b8766eadf17fb173a1e25018d4028f091123638 1.77 MB 4,487 59
790,149 790,149 000000000000000000015507150e5624c3ffb143c1fa935a5583398ca2c4af95 1.68 MB 4,292 59
790,148 790,148 00000000000000000003c4df3131068d9831bb4900adc78e0132fceeeb9fa1d1 1.77 MB 4,515 46
790,147 790,147 0000000000000000000216f6c09c9ebf5f415b824267915048896c73600ffc5f 1.57 MB 3,104 49
790,146 790,146 000000000000000000033376d607df41d4593739d2c814a00edb6879630cdd78 1.59 MB 3,270 91
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.