Memory Pool Memory Pool Refreshing

6,148 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,993 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (768,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,219 139,219 0000000000000089bdf8cf537eb53c0994cc5187f432242f041d442217dcea9d 0.01 MB 19 110
139,218 139,218 0000000000000860e2b33751fb89b4d67c738d8665736cd75070394854662a17 0.02 MB 9 79
139,217 139,217 000000000000085a32c57fa97b2946e96fca0152d7fc0ff6cf3911de3c905e96 0.01 MB 31 52
139,216 139,216 00000000000007fce2d97b0f47ff748a6b3162ffde6683baf8e1c6f545f6eafd 0.00 MB 9 142
139,215 139,215 000000000000011e4ca97e53a3b41039a64d99d035e26db489597ec659a8ce7a 0.02 MB 25 59
139,214 139,214 0000000000000712772e1e73b9195095dab8a05668dae9dc0f9bbe981d6038f0 0.02 MB 58 210
139,213 139,213 00000000000007ba385adbed9386fa13ca5a4d7c11c63448a356160d041235aa 0.00 MB 12 700
139,212 139,212 0000000000000864ca9a634860c272d9c48de24322edd6cf3e16f52c7dfc81f4 0.03 MB 76 62
139,211 139,211 000000000000087687e9510b8af4176bcb8eea71f37a46ff03ec54218413016c 0.00 MB 4 76
139,210 139,210 00000000000000a952119cde6282640273a5c17d083c1ad864f3724197dee59b 0.02 MB 53 17
139,209 139,209 0000000000000710db04cd9f55848bcb9d9b9c90a84fb2f6542e68053b935b92 0.00 MB 8 0
139,208 139,208 00000000000001f7b5f11383bef9b3ea8523a35e6cd1864457ff94d2e53b8240 0.05 MB 78 88
139,207 139,207 00000000000003933e296b942870f5460c240cf4b8c19fbd3bfcc79742659413 0.05 MB 53 159
139,206 139,206 00000000000000382b90183aeda279948a9759baae34e742d47216214a1e1ee1 0.03 MB 43 93
139,205 139,205 000000000000002ab80826ae41cfe218bdb39222afe1c5422c6bd35e1327cbd1 0.05 MB 147 137
139,204 139,204 000000000000033ee41762226f6b73706e724b26766cc6fc86e2641cae9302c2 0.02 MB 31 153
139,203 139,203 0000000000000856669e181e374913ef0ce8e9ad7ccbd966995c406cdec15584 0.05 MB 89 137
139,202 139,202 00000000000001c3a03ca62c46e172446f9276ed74aee3fb668f8fb1a8634764 0.05 MB 154 198
139,201 139,201 00000000000007c28912e0d5ef3eb69710d0802c36e15e4d0de79183c28b15a6 0.07 MB 162 355
139,200 139,200 00000000000002b16284fa2004b11508ea8ecca3d113c3243238bdf936afbd84 0.05 MB 120 143
139,199 139,199 00000000000000601f2918089741ca431fbad180ffb00b648e49abe08254d120 0.05 MB 104 94
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.