Memory Pool Memory Pool Refreshing

7,260 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,972 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (173,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,868 733,868 0000000000000000000035a081a77c58c4aecca1f61e7abbfb02fb3299693d63 1.55 MB 2,962 4
733,867 733,867 00000000000000000007ccac08cdb50b5a5e9f5b4a415ad22a6704146a973933 1.52 MB 3,485 8
733,866 733,866 0000000000000000000358a41cd054091728a0302915df63bc1beba355147c08 1.42 MB 2,716 18
733,865 733,865 0000000000000000000155f9e3deaf802ff790be9cfea92f2c64664edbd155fb 0.68 MB 1,138 8
733,864 733,864 00000000000000000008cb37a366e5e0116c086e6fa0c25c83a6e2f8ba773923 0.76 MB 1,618 8
733,863 733,863 00000000000000000008767dbbedb82b1c401f9f9389e1515ec63b9af840a149 0.13 MB 271 8
733,862 733,862 0000000000000000000663518ba24f32fbfdfa42886f41a1e62952c9be9b4390 0.01 MB 29 16
733,861 733,861 00000000000000000001438244edc3332a6da370192fa3c805686a875f3e7b58 1.24 MB 2,038 6
733,860 733,860 00000000000000000004bd493a34c0f49ea88d7889da06d75e11e7ba2efe4200 1.38 MB 2,264 8
733,859 733,859 000000000000000000013cbcd9c4a04009691aa71a0ad5b670ce144511b761ff 1.05 MB 1,098 6
733,858 733,858 000000000000000000003d2ba32085a1cb30ee9dfca003e24d1b64c22191461a 0.98 MB 1,736 9
733,857 733,857 00000000000000000008bd28847ac06600e5d1515322d533b73db083592a51a5 0.75 MB 1,348 8
733,856 733,856 00000000000000000005930898137a01f4232642625cf8e2d92263bf1b5576d8 1.07 MB 2,069 11
733,855 733,855 000000000000000000046bf303db9a5e36e3fb5902d0bbb8597b641c59e03b13 0.47 MB 860 8
733,854 733,854 0000000000000000000970dedf9ae5936cc8cb6965b495b195f916635e015423 1.27 MB 2,672 8
733,853 733,853 000000000000000000063774598471562ca42aa6366ff00075ddbf0356c8068e 1.56 MB 2,909 9
733,852 733,852 00000000000000000004169afbe06feb209df2dedbc7f1780f489686e7eb13fe 1.45 MB 915 5
733,851 733,851 000000000000000000056793e160fea9fb032ffe24b1293516def9cd20fc4e4e 1.60 MB 2,698 9
733,850 733,850 00000000000000000003b703bdb690e2a6cde5837b2e1f752aa33fe93e93b023 1.04 MB 922 2
733,849 733,849 000000000000000000094be0378dded0c0ebfb762658295147e005fd9d8f4fce 1.59 MB 2,382 3
733,848 733,848 0000000000000000000658e176c41b3f5375d97bbe496e7beb3031b5580d6d6d 1.52 MB 3,202 13
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.