Memory Pool Memory Pool Refreshing

8,257 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,924 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,050 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,923 (715,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,756 192,756 0000000000000063e0834391ceb10fb10ec2f9b3be428e7fa1a56a621ecadeba 0.14 MB 284 745
192,755 192,755 00000000000000423ddfb1f0c71c6eb9b66064484b6bad13677177fe5cd5d1d9 0.09 MB 222 96
192,754 192,754 00000000000003785f584aac605a83bb51de31894c9707a11b59c404b107d1cb 0.22 MB 427 370
192,753 192,753 0000000000000549b1e0baf8561e0d8540606812b5e4cdb23939ed2082012042 0.00 MB 9 0
192,752 192,752 00000000000003754657df83bc1f744e696799c4578fbd2397082101444560ba 0.00 MB 9 14
192,751 192,751 000000000000006fcd48f418615c30aa3cee82b984feccdefe0c33f1b66d40b7 0.11 MB 292 353
192,750 192,750 000000000000059fc11b2a174af33e31d51a459658634b9ec24c12774b82a47b 0.00 MB 11 0
192,749 192,749 00000000000005a836a99f5f8c2a869e7a22e25ffb183b94d275e8db396668e4 0.20 MB 482 135
192,748 192,748 0000000000000442eb633088fc3b7f3c63183089a6e5a650f5e9bad06ed7d914 0.00 MB 10 0
192,747 192,747 0000000000000084760e6283ae836d5ed48b4572aac4e0d4068da0935803e5ad 0.01 MB 33 116
192,746 192,746 0000000000000472fddf2c62946e8ef0feb35bf23f48eed46da31196f40be3d9 0.08 MB 196 141
192,745 192,745 000000000000030d14eef0229e1d6f72bbaf92b2b042db4f425916c52e2fefa1 0.03 MB 66 121
192,744 192,744 000000000000000d43c9744ea30b39a534d881b7626e146389c02997607f0ab4 0.12 MB 256 116
192,743 192,743 00000000000001c129b98b4523eda0413fe022e00cf0379634b43cdb3e34cf42 0.05 MB 119 156
192,742 192,742 00000000000006e2d4c830bfa2137ab7d345cdf1da2d164060c04e3c7a08735d 0.15 MB 331 124
192,741 192,741 00000000000006dd8028cb911d9f93d765675b28606f1de740d0d613a17bd000 0.05 MB 150 153
192,740 192,740 000000000000072800ee2621c10c0bfb33ed2267122ae1dfc1a0d9ee600f5927 0.03 MB 66 104
192,739 192,739 000000000000054ea4eb266027e6ecc5bafde5e5d73966cdf7266ee6a12ba963 0.02 MB 32 61
192,738 192,738 000000000000042fa33552af7ec91bb2313fc8641a0ac1dba336850f6a147d91 0.09 MB 235 153
192,737 192,737 00000000000006067752e8710685e97371f6da859018837e082181335fdaff1e 0.06 MB 110 149
192,736 192,736 000000000000034d36002cb7c80d0c5fbd3739950f75cc24b7385f30bef1a280 0.05 MB 170 375
Previous 10 blocks ↓
Total Size: 769.40 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,644.72 GB sent, 94.97 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.