Memory Pool Memory Pool Refreshing

7,139 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (788,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,242 119,242 000000000000b5a946b94cb642b1e91ed7891c4115b7c92ca55d465d3d36dc73 0.00 MB 9 0
119,241 119,241 000000000000a08fea925ef59c9ebce21d505d6af30549cf41ddb6c7f039a553 0.00 MB 7 0
119,240 119,240 00000000000052d974fcae18c6901f785abfc3b6f638c8b951c58dd9df992f58 0.00 MB 11 0
119,239 119,239 000000000000ae5a7cf908a572055c0bf18e3da6e0b93625b11b2311c9fc9fc3 0.00 MB 12 0
119,238 119,238 0000000000006763b69bcd0b9f6e237ca67cbdd87d7f6d3cb69cd97389b4db99 0.00 MB 11 0
119,237 119,237 0000000000009e46eebd06a13f3d5299d76838d6e764d4e889cea85bc3f384b0 0.00 MB 6 3,987
119,236 119,236 0000000000007d209e9a39a86679686f1ef70c59de37ee93768a5177883ba34c 0.01 MB 50 2,021
119,235 119,235 00000000000037b5cff980aa02a95482202bb7d0fb8c190b0279cd1a2a648b23 0.00 MB 15 446
119,234 119,234 0000000000001cd7f29ad9a5e96b920afd2e4839661e7a98a5c393541620c82b 0.00 MB 10 320
119,233 119,233 000000000000841b6f0cdc5bdad8fd67cd9fba730e6ea0bc69162a77c89f834f 0.00 MB 8 0
119,232 119,232 00000000000097fdc485cad90039464da38df8c6959863002f9ea7daec7e456b 0.02 MB 9 944
119,231 119,231 000000000000804dfaedff3031fc661bd0db3ba92ba3a5792f2e7dc5d07cc7fe 0.00 MB 13 311
119,230 119,230 00000000000090b9bc84b8a450196fc17b81090f41c40bfeee5d159625456fbb 0.01 MB 22 828
119,229 119,229 0000000000006d3362f496719940adc172ed1ed6f9065fcc670487f43b59b382 0.03 MB 114 106
119,228 119,228 00000000000099b5f785b00b52f17690d31927ccaf71e19924cf7fa4bb98bdf2 0.00 MB 5 0
119,227 119,227 00000000000036b70ad4ea0283720c1b883896cfff2312d5fdbd5cb031bca340 0.00 MB 2 0
119,226 119,226 00000000000054fbf2056134c3a4026dd8343a65be74053d4d756cd04b036f1e 0.00 MB 11 356
119,225 119,225 0000000000007d1f78087a646226bae3cc9d9a48332d69ca7b172dbd7f962aff 0.01 MB 23 561
119,224 119,224 00000000000087e3dff1a532289a0b1d132ab20b72201180072e6010df56fc4c 0.00 MB 6 942
119,223 119,223 0000000000001419f48b6aa9292cdc8ae4274f50777419b3e916659716b7817c 0.01 MB 27 351
119,222 119,222 00000000000000759663f238c270c4b706e3490b2e7ffb1dfc511c7ccd5eca30 0.00 MB 1 0
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, 113 incoming
  • Data Transfer: 1,635.32 GB sent, 94.25 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.