Memory Pool Memory Pool Refreshing

5,447 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (319,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,131 588,131 00000000000000000017c07306312e79d467853cb663c05dee75288c42bef415 1.27 MB 2,686 29
588,130 588,130 0000000000000000001b23449ece75cc30c49b406e74882e0c2607b1e49e218b 1.33 MB 2,993 49
588,129 588,129 00000000000000000018a6300c56c761196bce1a7019c5f9dd00a1b60dc1b6d0 1.38 MB 1,930 37
588,128 588,128 000000000000000000077dd96be550c34f58491cc3c2152c92807057bd81723b 1.29 MB 2,948 60
588,127 588,127 00000000000000000013b3da7484176b27e17f36eb6368dc1538675ea5bafd64 1.25 MB 2,505 28
588,126 588,126 00000000000000000009715ef1b9f096d74b56dc5020d3daec25871ba7807984 1.25 MB 2,599 55
588,125 588,125 000000000000000000041abed041939546628bc5daac1a79f40eeaccd14ce4a0 1.29 MB 2,697 28
588,124 588,124 000000000000000000093cb63c41f1357a48d40ff57a20669cf7a4b3c364d6e0 1.37 MB 2,275 52
588,123 588,123 000000000000000000058824b88631bc423ef1a3d2154f55d3380fcebf9f409a 1.33 MB 2,825 51
588,122 588,122 0000000000000000001d40102523457675dea6578d8813e6a03b3f947103ca5a 1.29 MB 2,111 14
588,121 588,121 00000000000000000005d9524a4a99ba68f1313aa6c3370aa11a2bd83876ad16 1.13 MB 1,931 11
588,120 588,120 000000000000000000073a78bfb7029088070ef22bef21ab8848fdc4c78b52a9 1.25 MB 2,564 22
588,119 588,119 000000000000000000166058548afbb478f9d96b1e3a44298f421d109875579b 1.21 MB 536 5
588,118 588,118 0000000000000000001d4703783623590320bc1f642a58f98c41deff20fdc742 1.14 MB 2,120 20
588,117 588,117 0000000000000000000cc3aa1cb642ee381553db34d1d7fc953092c2a20a2ce1 1.28 MB 2,370 41
588,116 588,116 00000000000000000012801d3c2db3bc2ca77c85fd19ef352f9c27cdf92202e1 1.23 MB 2,544 29
588,115 588,115 0000000000000000000ae33c30a4700bfc5d84da83fbca96915ae97bc33366eb 1.06 MB 1,394 11
588,114 588,114 0000000000000000001b1ca3bab76a5f12f7d204f74e95b468c53ead15490b6c 1.31 MB 2,788 47
588,113 588,113 0000000000000000001662d4f8da33cc6b0163abba325a040b79e2218ad0d595 1.13 MB 2,460 20
588,112 588,112 00000000000000000014fc4655cb2232a3708d7a315f81800664141634b3b024 1.32 MB 3,007 44
588,111 588,111 0000000000000000001f0ca28260d0dcb433a4c0f789b691109852017479e3e8 1.34 MB 2,840 40
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.