Memory Pool Memory Pool Refreshing

3,569 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,116 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (718,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,910 188,910 000000000000081f6bbc2a1352b7d4c884da49f4429a37014dcab55caac49009 0.00 MB 12 171
188,909 188,909 00000000000003b834199173eac3a3f0a4639911c2dbc4f4c5c8a3ead52616a2 0.05 MB 175 39
188,908 188,908 00000000000003f3daf4c0f752ea8f228a90776f5679a63d629a658d49d89a43 0.03 MB 51 57
188,907 188,907 000000000000003a88aad4bccfd73f2a31ed00931742cea6b30039c36f01d372 0.06 MB 141 228
188,906 188,906 00000000000009324d932c2a5fc07a56c137f82636d5f1306f050501b376b2fe 0.20 MB 391 118
188,905 188,905 0000000000000364ae55ec16eb739b0ae3695e440a9242f6038fd6520e8eef32 0.25 MB 518 151
188,904 188,904 000000000000024b04aba0b76a7634b8c9062a4daaa1019992a833a1d764325d 0.25 MB 565 120
188,903 188,903 000000000000039a6daadc928166338b6ef19330a107877fc2754565696b61a4 0.15 MB 350 143
188,902 188,902 00000000000004f4c0fdc48ee31d0353331917168a184dcdd5b48d82dbbf9b63 0.00 MB 7 0
188,901 188,901 00000000000005b1379acf645a0dc00e6cc3d70193845a437047fdc1e3f8b420 0.01 MB 35 154
188,900 188,900 0000000000000478037f327467de140f167065bb19c34a9fca77b14302299a18 0.04 MB 100 67
188,899 188,899 0000000000000507ec7310811a880609467b9658499537a1e0a637cc8da220d7 0.04 MB 96 130
188,898 188,898 0000000000000652e5209b12f28abf496bfc23afac985f8411ed510f2a735c7f 0.07 MB 128 119
188,897 188,897 00000000000002241fc895dbbde2a350834be881a361e18ef528115067b75b22 0.03 MB 66 117
188,896 188,896 000000000000085af6d99550436f583b3b56e93fac67506086fab45ac2d36f94 0.01 MB 22 114
188,895 188,895 00000000000008393dd216123ddb04c4a16fc8ee0e61a2ffa3b2e1f98f140141 0.05 MB 96 80
188,894 188,894 0000000000000115e8af83d52dac3ec1cd9d9c78bc6ebab7e122cf6d5b2525b9 0.03 MB 63 87
188,893 188,893 00000000000003b8826a50ca4f2f80f373891c5ed4a212fe992936138569e4b5 0.21 MB 477 124
188,892 188,892 0000000000000796cafc4570fd4c9de0d11130abc7af2465597756d52d346ea9 0.18 MB 432 136
188,891 188,891 00000000000009212aed0c4912f546acb290b9f464bcdf07fca163156e2ed034 0.04 MB 144 68
188,890 188,890 00000000000003077f6e8c26ec4bd2f65c0f6bcccbcf1680e2f61a82f2dd071c 0.03 MB 33 11
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.46 GB sent, 93.12 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.