Memory Pool Memory Pool Refreshing

3,498 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (388,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
519,762 519,762 0000000000000000002a876cbff02e57a7ce4784eacf4e226442863eba7fe880 1.34 MB 1,871 39
519,761 519,761 0000000000000000003fd55e74459334c91c30543eee2a9b8e0514a05fea6c8c 0.61 MB 1,322 62
519,760 519,760 0000000000000000003aaa8b686169e3335d2cb05d160f4dd8dd0d28b68fe882 1.26 MB 2,368 47
519,759 519,759 0000000000000000002beede628f80cf651fbc5d5737304946d1286ab9b68f7b 1.48 MB 871 17
519,758 519,758 00000000000000000034a8c93ae6a8c2a5b68b24bc4c29269147463975f0348f 1.16 MB 2,736 54
519,757 519,757 0000000000000000000f6c224ae3b5a5071894675df5875569ef8a67c31cf2ea 1.27 MB 1,336 29
519,756 519,756 000000000000000000043229efc50fa1dbcbfaf0d62e85bdff896dfd6a34b3d3 1.21 MB 2,654 62
519,755 519,755 00000000000000000009f8223c74e8ee68f196be077833d579425febd5dde620 1.41 MB 1,242 28
519,754 519,754 00000000000000000029e7e401e87b09d8a3584b2bf3e482e9fa3236e13cf239 1.15 MB 2,131 22
519,753 519,753 000000000000000000024de7fa6dc143cdcfe0ca743d3af9e9ffc613972ea672 1.20 MB 2,706 88
519,752 519,752 00000000000000000036038c694c4ee41665b7524c8efa69a0c5bf630a047028 0.57 MB 1,189 15
519,751 519,751 00000000000000000030a96b7eddeb9c8d3822f31be31c56a25db9aad2ece0e6 1.17 MB 2,512 84
519,750 519,750 0000000000000000003b93aa942e8b5fc3c0064f8b076190d802dbfef3267c82 0.27 MB 488 16
519,749 519,749 0000000000000000000b995c500f0564b12af0236c8ae0c7b15f0090f1ba21a4 1.17 MB 2,765 72
519,748 519,748 00000000000000000041a381ffc65882c3415a818cff3e047f1d5f0b6c9767ec 0.73 MB 1,689 59
519,747 519,747 0000000000000000001ce84893ea5d477c2aa3fb5b2b88f041fb9c3c0d608060 1.07 MB 2,290 62
519,746 519,746 000000000000000000263e2915fa427582d406dc216f47f588f14b18c1c9b6f3 0.88 MB 1,645 30
519,745 519,745 00000000000000000009e14c7477fcf11f56fdb600fb3b024ca6bb8290d9bcac 1.13 MB 2,598 62
519,744 519,744 000000000000000000222cc33e06e633e2b01768f8e60803f4702a869a1e8b55 1.19 MB 2,323 82
519,743 519,743 00000000000000000013c8848a401c396c1d3c196acb754aa5fe78ea246002d8 1.12 MB 2,036 82
519,742 519,742 000000000000000000212440cc2bae5b25fd9e0df40b1c54b9e19877cc460ab0 0.83 MB 1,232 2
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.