Memory Pool Memory Pool Refreshing

2,825 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (8,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,524 899,524 00000000000000000001df3cb8ce642071c136b6f351708086d9466992b6b8b7 1.28 MB 736 2
899,523 899,523 00000000000000000000a51de065bc31c1b30d8c8cf1a388e83cb2072cf49bd9 1.55 MB 1,584 2
899,522 899,522 000000000000000000022c9de1adc3366f0c537e80a9e561f1cb98858e1d3775 1.59 MB 3,962 6
899,521 899,521 00000000000000000000b8efb7d1f15eed8ba7676a4f2b5f790fc1b848eb49bd 1.57 MB 1,659 2
899,520 899,520 000000000000000000004668959284b3dc44e7a223315d742cb15cf5653e067a 1.95 MB 1,694 3
899,519 899,519 00000000000000000000dfa96a5f42bc33ef341a6e56577ade13a103f9725e70 1.90 MB 2,237 3
899,518 899,518 0000000000000000000178bb37ef3e8545c912f9d5bff13580e1eac71e966cab 1.83 MB 3,035 3
899,517 899,517 00000000000000000000e91c45eff8bf333b18edc63102a44579e8a5022fafbb 1.59 MB 3,654 5
899,516 899,516 000000000000000000017a13354442015d3efe876ebfb293471cdb53a91e6229 1.54 MB 3,298 6
899,515 899,515 000000000000000000022bc21cdcf01d4928ea8e06c74d219714a36fe3bbf258 1.58 MB 3,606 5
899,514 899,514 00000000000000000001f4f82b88b5b95544a6c82e4f47092f7f7a905283d078 1.65 MB 3,519 8
899,513 899,513 00000000000000000001bc90e0876a5958b649cd098e038432f043fb93595ba3 1.71 MB 3,384 4
899,512 899,512 00000000000000000000bca59a423cb559b1dbcfbbaba3a388ca22351c11b3f1 1.68 MB 2,812 10
899,511 899,511 00000000000000000001f907b427fcd5c1154b4367643aa911a44d2b2316618d 1.80 MB 3,066 6
899,510 899,510 00000000000000000000c66b795e9d07c542dfca2a177bd67645a104fb310664 1.58 MB 4,116 7
899,509 899,509 000000000000000000021c17f4d1a8afca6a60f941de5bd3424bf56a7cefadf5 1.45 MB 3,190 6
899,508 899,508 00000000000000000000cbfd712b57e48b0e9e12c3f5cab5208470234ab85eef 1.63 MB 3,718 2
899,507 899,507 00000000000000000001696159c5efee4430cf57cc1d99b8925554f23b27c9a3 1.55 MB 2,317 2
899,506 899,506 000000000000000000010f35fedeb58bee52898ab71d758b2830d548d838271a 1.40 MB 2,592 3
899,505 899,505 0000000000000000000087f81fd3c40e39181f7d667edf2a50509659b868d7de 1.27 MB 1,320 2
899,504 899,504 00000000000000000000cab405c95fe0ad9c813f44d1e34efd9cbc4d5a4eae69 1.62 MB 3,540 5
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.