Memory Pool Memory Pool Refreshing

3,220 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (57,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,844 849,844 00000000000000000001d8956b4b2066965db045ed5038c31efd8cb38cbb7faf 1.48 MB 3,867 15
849,843 849,843 00000000000000000002d30e77784e29ddf52d58c66451ccbcc9b0692d3e2337 1.60 MB 4,151 9
849,842 849,842 00000000000000000001dea82cca4d125385627cb6efb6c82301132089d2878a 1.65 MB 3,519 16
849,841 849,841 00000000000000000003546031a4e3a4967d6e2caf692765fd33a4308ba25a84 1.85 MB 2,024 19
849,840 849,840 00000000000000000002af41eab71bac2f18d8908ccecd35b03240cbff8bd8e7 1.80 MB 5,255 12
849,839 849,839 000000000000000000028d7433bf8f335d7e7b4f3bc3e06fcc81aa62c832e085 1.79 MB 3,877 14
849,838 849,838 000000000000000000030e4deda342c9b61eecbedc1cecba628ce64f74b9d462 1.61 MB 4,842 14
849,837 849,837 000000000000000000029c2ba31720dfe387a14eb7dfc74f7713d6314f5751ed 1.65 MB 4,578 14
849,836 849,836 00000000000000000000208686415f246be635e092c2e41ad612f7c53d568972 1.57 MB 3,762 20
849,835 849,835 000000000000000000008cb39c5218828438c3aea09a540d7544a4fafca8b7e8 1.61 MB 6,923 8
849,834 849,834 00000000000000000000a2f015068ec6ffd15743d1f97dd8f3cc4987a15ffbd5 1.56 MB 4,631 13
849,833 849,833 00000000000000000000c51821da24caaca5f467f0cdb357bf36db7320ee1c1b 1.63 MB 6,000 11
849,832 849,832 000000000000000000003ca1f0fe8204abf1d6ce9046353848de51eaf1c2ff16 1.65 MB 6,084 9
849,831 849,831 000000000000000000021126f147e1599a745781d0e13ac2a0f0dce163b8c03e 1.54 MB 4,308 9
849,830 849,830 00000000000000000002ddb3e84f197594744d0c007b42460b7042b033518ba9 1.45 MB 3,070 16
849,829 849,829 000000000000000000003c7bdb303d7c79400a1d04aa3ea5f9d62fac84226f26 1.74 MB 3,601 8
849,828 849,828 00000000000000000002400d8f946aa5bd1064232926e2ba9a979a383f83b802 1.67 MB 2,436 9
849,827 849,827 0000000000000000000022ef482b0032adeac6e1a5440baac058517305e10f2f 1.71 MB 3,370 11
849,826 849,826 000000000000000000033c4a2812eae8130368fe822c122ac64b65f5c1d9b0f1 1.68 MB 4,176 11
849,825 849,825 00000000000000000001d06ca07c8667edc2de4be045712bfd3e585a6f339c63 1.70 MB 4,262 16
849,824 849,824 000000000000000000015a173ee971b29e186eca5a01a815245ff7bedf01ed81 1.60 MB 4,632 15
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.