Memory Pool Memory Pool Refreshing

3,192 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (432,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
475,132 475,132 000000000000000000845d6fe28ac982d03b297b68542baaf4c8fb21b4aa4a78 1.00 MB 1,982 274
475,131 475,131 00000000000000000089a1560c2b8214cd8a4680ef773ab5d67b1a2aaa21d7b7 0.00 MB 1 0
475,130 475,130 00000000000000000052c526b52c38337a3665c16035296de264b927cb9e2ff6 1.00 MB 1,598 128
475,129 475,129 0000000000000000009753f755c298ab899435d52e23b76c2952eb9301991639 0.99 MB 1,359 67
475,128 475,128 0000000000000000005b0a9fd30822b07eb15a687ce24bbb3bd930a4fe5bc9a7 1.00 MB 2,261 99
475,127 475,127 0000000000000000006615bedbab8f4c0d79c1a0ccd555851d81cf0795aadb1b 1.00 MB 1,684 194
475,126 475,126 0000000000000000001ff3d186fc83b16b846bacf1725737d45261f050600b5b 1.00 MB 1,783 133
475,125 475,125 0000000000000000002b806751b90977033a4a8b06c88ebab07e25e40d688362 1.00 MB 2,512 217
475,124 475,124 00000000000000000026c661d175ef328e415e834e62f3d316382e9f3d24e44e 0.38 MB 805 143
475,123 475,123 00000000000000000089e880c151dd51b90f19cf75317e4c5a04f369a7d6be33 0.33 MB 622 159
475,122 475,122 00000000000000000139e2981247a4223a23ab3580281978f084403a8f34e637 0.61 MB 1,348 139
475,121 475,121 0000000000000000018ca2ba7d255172d2f58eaed2d60d170d09334382ece58c 0.51 MB 957 126
475,120 475,120 0000000000000000012a31295315062a0138554cfccb648395021aa4f51761f9 1.00 MB 697 49
475,119 475,119 0000000000000000015e577dd3cc5c8ed3f4ef812de553eeaded4a5d7bc63a29 0.02 MB 61 155
475,118 475,118 00000000000000000021e80ba4f8836fd8a78060076a6c35fdaa31cc76404bfb 0.25 MB 155 46
475,117 475,117 0000000000000000011bf085bcabeee16491bf8ddc6bfe3eac8882ebf47d4c50 1.00 MB 1,735 92
475,116 475,116 000000000000000000be2c4df4ef107d6e3ddbaf5371f7b2e2f8b505df615bef 1.00 MB 2,372 184
475,115 475,115 00000000000000000068e7e1d5fa9a4394435309bbf818e7bf1b7698fb0fd1ea 0.75 MB 1,201 118
475,114 475,114 0000000000000000000e311c733814b1747c080bab38615b95b5cccdedab9a72 1.00 MB 1,861 32
475,113 475,113 00000000000000000175487660819fac3ea2b0b3b6e2d1f4ab1b11b23a009f3b 1.00 MB 2,028 204
475,112 475,112 0000000000000000000610de125ca2675814854e46faa969ef1330dc94aad678 1.00 MB 2,215 190
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.