Memory Pool Memory Pool Refreshing

4,888 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,275 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,106 907,106 00000000000000000000b8c081e4b0ebedd2046259015e770590f9f008fd9379 1.67 MB 3,140 3
907,105 907,105 00000000000000000001999ad83a75fd862df6b68d56d4fe0541ebf151f35fa6 2.06 MB 3,100 1
907,104 907,104 000000000000000000012eda86ef509fb501a1a9c2adb2a19ed02caa7f86478b 1.63 MB 2,563 1
907,103 907,103 000000000000000000019c361f314ededf7e04c360f1f3262ee094eb5591ef6c 1.82 MB 2,847 2
907,102 907,102 00000000000000000001ef74da8bb9ef3fe56ac69f792bd69ec102b038c48b96 1.89 MB 2,197 2
907,101 907,101 00000000000000000000e754bb48706626717d6467692174c276a284a0a96521 1.64 MB 4,006 4
907,100 907,100 000000000000000000017c068ac9233a6d78dbc204ba2030210623b6de953a4f 1.29 MB 2,965 3
907,099 907,099 00000000000000000001eb73aa34e86b754edeaf9d2c0426cd3152e37d76f80e 1.69 MB 3,787 1
907,098 907,098 000000000000000000007a48313c944d176f4712697cde7467a53e393c1d200d 1.94 MB 2,023 2
907,097 907,097 0000000000000000000233354d58fbc44f092f67d0f0e68ca421ffee6f8d7891 1.81 MB 3,696 1
907,096 907,096 00000000000000000001a765a12e98a4f3eb7a6ffef65380df0b1718686f943d 1.60 MB 2,239 1
907,095 907,095 000000000000000000000af4d058de99396ba9d37377d26da1a0b344b24ad158 1.50 MB 3,713 5
907,094 907,094 000000000000000000022337de471eba16fcb0e214d3021f5daa985d04e3d034 1.58 MB 3,268 3
907,093 907,093 0000000000000000000108812de8d884481f271e7b27e1456dfad06339f71786 0.97 MB 2,076 2
907,092 907,092 0000000000000000000000ebd8697103887b2c58852a8501affa6bd1c93551f1 1.65 MB 3,426 2
907,091 907,091 00000000000000000000cd901620e30e84cf3378b8e4fac2a046643260027e91 1.50 MB 3,276 4
907,090 907,090 000000000000000000010aa4a92a3891bbbab0d411a3139b2bf3c085a93030fd 1.80 MB 2,652 2
907,089 907,089 00000000000000000001b3d3be37b18342b028ac74b41c080d2407dc21d1f868 1.77 MB 4,678 1
907,088 907,088 000000000000000000000eb487c50c3008bb5f2f98f088864e392eac5cc19432 1.72 MB 4,271 2
907,087 907,087 000000000000000000012d8d97fd762f4340b75c0f72439a5a84e08d0ea1930f 1.80 MB 5,097 0
907,086 907,086 00000000000000000001d0ccaffecb937ee444cb056356abc59b906666607cf1 1.75 MB 4,031 3
Previous 10 blocks ↓
Total Size: 769.00 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.62 GB sent, 92.78 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.