Memory Pool Memory Pool Refreshing

17,524 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (729,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,861 177,861 000000000000096f7c96826264455b0d75ecda78bac14b9f04baa15b84b0f490 0.00 MB 14 330
177,860 177,860 00000000000004cf4185ea30f5cefb2e646da4f2c2337ad10c8afbea2271b7ca 0.02 MB 21 29
177,859 177,859 0000000000000a27de9bad4b61581a3d2b04858a92aa84b5d44bb3787f41584d 0.01 MB 11 47
177,858 177,858 00000000000007865c776123904ed40406b14974638b7cdc49cd63b0c6fbd390 0.05 MB 92 271
177,857 177,857 00000000000007da2771c4f76ad8f82d21fdb008e24320b7a71a6371602b0daf 0.01 MB 21 125
177,856 177,856 00000000000001642b07f95cd7be2192acacb3aa2dd9054f4f35c99a6295c024 0.05 MB 105 153
177,855 177,855 00000000000005bf0193c6e70aa7b25a72036260db232efb9b5d175d04e2dac7 0.01 MB 24 83
177,854 177,854 000000000000007ca24b71b2f54615b0174e7ee3ef2d620013e2299b707eb829 0.05 MB 126 109
177,853 177,853 0000000000000082ed7d6a69c934e115aa004f688d7663ca3a1f9006af6e8292 0.01 MB 22 19
177,852 177,852 000000000000064d5b58cf972ec0895a6ae13fd4462cd238034b90b5d26cf5f4 0.01 MB 17 188
177,851 177,851 0000000000000671f3226ac8ab01c4a05e7aada0629060192d6320caa9fa22aa 0.03 MB 12 44
177,850 177,850 00000000000003f8591bb9df7c015c747fb143efa1760907aceb622d48a57cae 0.02 MB 39 215
177,849 177,849 00000000000005c892bdc9301cda870c3428e80076d69950d3126699aac33c37 0.02 MB 38 66
177,848 177,848 00000000000001b377dbe5299d0d6ceeebe19a75ed6f600a195ccd5fe138dbcc 0.02 MB 46 83
177,847 177,847 0000000000000a3fb5c8a187304d8874b1a34dc50185dd7a2044068ca6caca6e 0.00 MB 6 43
177,846 177,846 0000000000000784d31ac1a63a12071d61cd878abf198a504f0db7a9e3376171 0.02 MB 46 202
177,845 177,845 0000000000000162313ae498672f542ca478b2dca196c1f03ba9878042d484e4 0.02 MB 35 91
177,844 177,844 0000000000000324047bbbd7f320fb650000489eafa30f5b295d2672de040f4b 0.01 MB 15 75
177,843 177,843 00000000000008e079bdbf89922db19a5d3d76c47b893b9549ce62a2ce105273 0.02 MB 70 8
177,842 177,842 00000000000009312266d2783aebde2278154ae7580e758e7290766b8766322f 0.03 MB 54 112
177,841 177,841 000000000000057e50d592d772c1178b6797aad79aad12383cde4558f3d6c591 0.02 MB 30 20
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.