Memory Pool Memory Pool Refreshing

3,869 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,485 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (768,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,754 138,754 00000000000006d1abe04feb27da0e919b7ca9f4428c83b013bf3cfb03874f15 0.02 MB 25 200
138,753 138,753 000000000000078ab619e9a29285d419e72d6d7321cfae82605091c2b96343a4 0.03 MB 106 38
138,752 138,752 00000000000001099d01047bcb6fb6e1362fb8ea83eea21f279bb3664429ec60 0.03 MB 34 178
138,751 138,751 000000000000091c6c55026513229d8a296f34ed8fe611bb1079eb615f254e11 0.01 MB 27 258
138,750 138,750 00000000000007e85a4ad460ace40f02f8c60cdf046ad8a7e7c597237c99d08d 0.00 MB 11 0
138,749 138,749 00000000000005e09ca0b60eb8e64983bb2f0ea0e9608f9cb708c7a9ceb99902 0.04 MB 104 125
138,748 138,748 00000000000002b6ecacee3ec8f206ff34160ff7608167742f243647a36f1fc8 0.02 MB 39 77
138,747 138,747 0000000000000319f2dc5fc489b93cf113f06f5903fb55cfafe972e1d0b27a27 0.01 MB 45 7
138,746 138,746 00000000000003d8a2fb345cc1aa875056824588e3f49d8aca8fd92d50993ce4 0.00 MB 7 409
138,745 138,745 00000000000000baf428c07329bd32ef05ee00d6279870cbe06a434fcd12c913 0.00 MB 11 15
138,744 138,744 00000000000009e8bd9c3336d4d8df8c6bdc63ba2146981bf942641a687b502a 0.01 MB 17 45
138,743 138,743 000000000000025d469748e1ce2ab2c79f26e3ea51d4acf9f73a9da71f9f9b56 0.00 MB 12 294
138,742 138,742 00000000000006b7c85ee13dff1894e14d323f83bf22de2f45c3b86bfdc0daa9 0.04 MB 77 256
138,741 138,741 00000000000009caa54d625c2a0685c2467d74bedb82aa14cda035063c1a4082 0.03 MB 100 321
138,740 138,740 0000000000000103547af04f0b1367a045ecd60cc9ff602a529c5d2990ddb9da 0.02 MB 24 105
138,739 138,739 000000000000012c610ca48c465f65c632f993ed8758cf225c523952adf22c89 0.04 MB 117 211
138,738 138,738 0000000000000072d786807714c4080bfa4047a08f4a33298ce534e30313f8de 0.00 MB 11 326
138,737 138,737 00000000000003199e976d7789028f4bb62daac47557c237e6c9824a484e7570 0.00 MB 9 939
138,736 138,736 00000000000005a5596c4787499472cefb7f6dc2e6bf55bece89e28be1cb791a 0.00 MB 10 943
138,735 138,735 000000000000088d850b86478398f48dd729aa5d59ff176c63a013364b4247b4 0.01 MB 48 88
138,734 138,734 00000000000000390d74569aec693d0d46f44a8e2aa9a4a65a18dd6c970d79cb 0.05 MB 121 265
Previous 10 blocks ↓
Total Size: 769.05 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,627.48 GB sent, 93.13 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.