Memory Pool Memory Pool Refreshing

9,395 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (747,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,226 160,226 0000000000000b3c05b40b53d6e64b0eab64dab77a35e06d3972914e6876303a 0.04 MB 71 59
160,225 160,225 000000000000030fd20f6be57435cd0eea51fd1bd55833a9c9423b5a01fc83fe 0.00 MB 8 833
160,224 160,224 0000000000000a56e4dab522055a96594a89b07f2302af7a71caa2aa39f8752c 0.04 MB 154 4
160,223 160,223 0000000000000af68b72d58a6cbc170010689d71131beba49393e15610646cd8 0.05 MB 119 236
160,222 160,222 0000000000000238e9301e9b33196e42bf0fced6aed902714af645886ae66e8c 0.01 MB 33 98
160,221 160,221 0000000000000e6de9bd132da373efbca423a35d0f54a4ae767b5838103e61d6 0.05 MB 76 324
160,220 160,220 000000000000030011a7716f2384fc0f19fded326e05aac5a643c6e7afb8d998 0.02 MB 41 63
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
Previous 10 blocks ↓
Total Size: 769.01 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,621.09 GB sent, 92.89 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.