Memory Pool Memory Pool Refreshing

3,525 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (741,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,047 166,047 000000000000081dd083883d030ec5744988401eb06edffba49bcf9752af61e6 0.00 MB 13 39
166,046 166,046 00000000000001c7709187fc740fbc7d1f49be63952bb95c4839cd7db4a5e3b5 0.00 MB 12 0
166,045 166,045 00000000000009c36b8f3bf0fb6d940c3d2530adde2d556f9db36ae94beb4029 0.03 MB 62 81
166,044 166,044 00000000000002ea00fb76322d57f63819cd9ed5b18c70f084e3cf4b5a03e7ea 0.02 MB 63 104
166,043 166,043 0000000000000bb9c59725abac5627f04a29cfbfaa6d7429281e712ba6654769 0.05 MB 129 63
166,042 166,042 00000000000007918d7954e7968d763dbf17302f17c6b8a2e766c3ff727a7ce8 0.01 MB 14 492
166,041 166,041 00000000000004b89c54b8ebbd0bd7c1e4f68f84986a73e0dad8ecfb6b029c97 0.02 MB 45 443
166,040 166,040 00000000000008ac84d97b4fc2acc07de68e267391f1b290621ccf2e7d022426 0.01 MB 29 187
166,039 166,039 0000000000000b4f0bdac72bf5fd3ca71d9dd96a5207b4aebb81651d701b71c7 0.00 MB 12 35
166,038 166,038 0000000000000ba1bbda6c9da8b71dbbb34a750910b3bcc336f4fbcc53f59b64 0.03 MB 59 186
166,037 166,037 0000000000000bb8a295bd03d53ae2c1eeb8b170ea0befa18c3727063ad53800 0.06 MB 165 207
166,036 166,036 00000000000001f69e78fadda1917be9684b0615660c00ed8142254705bf7742 0.01 MB 16 96
166,035 166,035 0000000000000af822e69466ef3988992dbf67abfbabb79a3f14a26a1f7b6c29 0.01 MB 11 17
166,034 166,034 000000000000036f70c99dd0d22d186b643ea5cc83573d1ea20766ca4609ee42 0.03 MB 33 114
166,033 166,033 00000000000003afca6cf56493c595344ad59673ee8346c0d4281989fa5e8955 0.02 MB 57 165
166,032 166,032 0000000000000798a35b1064b541e7442e424979d156012b286a300e6c796fb7 0.00 MB 8 15
166,031 166,031 0000000000000a445a69dd4c3a3d036804df25331cb015f3170b775320d205f4 0.04 MB 104 62
166,030 166,030 000000000000001302f2682478b56c7383182fd02341556808bdd2c6344c3242 0.01 MB 3 16
166,029 166,029 00000000000008fdc4bd8605a21c75ede834b245cfe21fa1fff36ec74d75a924 0.01 MB 42 0
166,028 166,028 0000000000000553d1c1cb7f5d922e5215357d9f6c9ed3f746e81689b6f57c7b 0.02 MB 30 227
166,027 166,027 00000000000005f356fdeb2e55a395d6d2d99a620c1b9e1d6594fe20763e7c80 0.01 MB 44 83
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.