Memory Pool Memory Pool Refreshing

6,136 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (747,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,219 160,219 00000000000006bb306ab10c8231b509b0b3eeab543d8486bc8eb9c6eff09e0d 0.00 MB 14 16
160,218 160,218 00000000000002b030bc27fa473be130a1b4c5400e5c9b730419c0bddc9a86c6 0.02 MB 50 101
160,217 160,217 00000000000006b89d5ce6d7a9e917e17a3235cc958d8beff85e86a72ff5b9de 0.02 MB 61 67
160,216 160,216 00000000000002793dcebc56c683e1668bd8846b38e2b8007c817604c1211217 0.01 MB 23 158
160,215 160,215 00000000000007c8fca3c69607da5e4b02b6ea61915b591309da2bbaaae6095f 0.02 MB 39 74
160,214 160,214 0000000000000732c25e177b6f86ea9be9789ec9354e3003610cb38891510027 0.06 MB 57 647
160,213 160,213 00000000000003e83c9aa24994782cedaf5dffa6e172414b75121960bc050b8d 0.02 MB 37 303
160,212 160,212 00000000000002b2d991c20834a0c2afe33dda6f686b3ed14aab2772eefc8bf4 0.02 MB 47 291
160,211 160,211 00000000000007f6640c090a077d14334114db04cf3d26f64427438f437058f3 0.03 MB 53 289
160,210 160,210 000000000000051572b2dbfc85fc4dd7a743fbeca9f972b8a6d647b31cdfde08 0.02 MB 51 66
160,209 160,209 0000000000000bbb8212d563b36ed170ae0ae201229f92609774cf0d2f7bb836 0.00 MB 5 14
160,208 160,208 00000000000005161bd383aa2cfc62b5ca590cccafdb9e7aea926dc7d8f6d92e 0.01 MB 12 434
160,207 160,207 0000000000000c126ec37f3e22922f745c88d4cb081210e3301a1c97d8f9a24d 0.04 MB 68 122
160,206 160,206 00000000000002fcf055e6589ccd7e613d2c4def2760c6fd49008bb34645cc72 0.05 MB 35 550
160,205 160,205 000000000000092bbfa3cb99d266ad1d1b3aacbd45beefa93dcec52033c599b6 0.01 MB 17 13
160,204 160,204 00000000000007a7066298390a1d2b1037ffa516abbb83cec2e6e98e70695f7e 0.03 MB 45 148
160,203 160,203 00000000000006c3738fdbc2bfa3504df341e6232f4eee2e5b4f2e4317667a60 0.01 MB 17 9
160,202 160,202 00000000000003623ecb8b58792e49d7742e6c25a54c3939eb33226777412d1f 0.03 MB 38 182
160,201 160,201 0000000000000d468d8e817bb3a9d4796064c3f8c23e2ea1a2a595fcb87eea71 0.00 MB 13 100
160,200 160,200 000000000000010f123e93970bda828b9bbc45bcee98ad9d649ef9eebe4b80af 0.01 MB 20 49
160,199 160,199 0000000000000b8a40031fef43c26db32f6d4fa8cf71a5789ea5e9c6d2edee69 0.01 MB 4 33
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.