Memory Pool Memory Pool Refreshing

1,532 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (785,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,123 122,123 000000000000573e13021aeeddd6131ae71af8b499fe9ca08e58c417ace30c83 0.05 MB 132 0
122,122 122,122 0000000000001f3b8d491f3d9cddf7da6311d21a4a8e28b89c10435975779e06 0.01 MB 17 607
122,121 122,121 0000000000002424f9fb7ae7b6b0987206f0d99c9e5b5b2b649d1ef68e55f11d 0.00 MB 11 816
122,120 122,120 0000000000007491edd1004222de267a9fc9cf16ae2196c73c1d61c0cd210026 0.00 MB 12 610
122,119 122,119 00000000000080147a9b6ca5a5a1aa664e0737aa103465027c9378f4b7914b5b 0.01 MB 17 1,748
122,118 122,118 000000000000458d063c160603f0d5863d8394fcfa2aabaf6561baa576f446cb 0.01 MB 23 779
122,117 122,117 0000000000004a162f80625a484ed70a0e1b3d932dedb4c72e561a60626aa0ea 0.00 MB 1 0
122,116 122,116 0000000000003ebf18e77340d4e46c416ffb050b8d4ecf588beb3ddd7a74e846 0.01 MB 12 751
122,115 122,115 000000000000345f25ad753233d24b51d00e385e57163398fb9b2e4aa74fb9c7 0.01 MB 33 692
122,114 122,114 000000000000234b61d37dc422f89be87722ce9ffc63f893eddd145392b3a582 0.00 MB 6 305
122,113 122,113 00000000000025cd8bde20c0ae51137d4937efc8afbdfcfd9fe29f133fb95e42 0.01 MB 16 1,269
122,112 122,112 00000000000075e65750b2042e8e7f2a8cadab7107f7a32b8af28e09b674ef9f 0.01 MB 9 0
122,111 122,111 00000000000084ba03b86206b6bc2564188117cdf62925eee8b204e701793daf 0.01 MB 48 1,954
122,110 122,110 000000000000500934ac5f506cac974a52d25c8e2220f67e8f8c3fa7bcc84948 0.01 MB 8 447
122,109 122,109 0000000000004aaab9c0e99269f47c912aa0f59533a1c5e26c5857062670645f 0.01 MB 23 85
122,108 122,108 00000000000029804cd9b280fa3ba155aef25fb2478c56a7dc18f36e2fd841b6 0.01 MB 25 58
122,107 122,107 000000000000967f60a1e830bebff8ca27b86125b8e93495c2b6a7a69aef0c3e 0.00 MB 1 0
122,106 122,106 00000000000089d22d8591cd3cccae03a0feb85fab329f97aa944650bb4d379d 0.04 MB 66 1,868
122,105 122,105 0000000000004decd7c3e58d3b177ab68641c24440094465db887590e962236d 0.01 MB 22 153
122,104 122,104 00000000000017adc5dd6fd4fa1a3e7f1b89f7046e9a8ea37001f995b6c3cdf9 0.01 MB 24 1,047
122,103 122,103 0000000000003baa74988ef736b0015f59cb831a08696bc6f866a2a9d1711c97 0.01 MB 16 321
Previous 10 blocks ↓
Total Size: 769.14 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,631.96 GB sent, 93.59 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.