Memory Pool Memory Pool Refreshing

2,718 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,689 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (751,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,794 155,794 0000000000000d8bad117c10f4d87903a82d0a9d359700ed714a6e410f3380eb 0.03 MB 106 12
155,793 155,793 00000000000002039cb2334bddc59d1b5cae5a8f46aafe942d6cf105086d5d0d 0.00 MB 13 47
155,792 155,792 000000000000016337785fbc6410887a2350fca5e955083c7c5ddbe5c42e7c83 0.03 MB 77 233
155,791 155,791 0000000000000a37e42a9b501de70d2f39ca63c4273b06d4e61e93c4c6300b25 0.03 MB 51 85
155,790 155,790 0000000000000593a7d17905a66836a08ad59b04758a68b201fdc573581fe7c8 0.01 MB 24 202
155,789 155,789 00000000000008d18eab4bf2f98f4c2397c6587b977925ffb5c5aff047e114cf 0.02 MB 42 226
155,788 155,788 0000000000000e6cd9c7f4aa6e179871e7635e3af690ce5020d380a7ff7e2ca2 0.00 MB 5 145
155,787 155,787 0000000000000e0bbd09603a1ee3221e6b388b088bfe32a46545af04de33a3e0 0.01 MB 29 51
155,786 155,786 00000000000008fab188274b201822ac02c15037521b92391360ea5a4c67e06e 0.03 MB 120 510
155,785 155,785 00000000000006d494140c4c57d2eb23b6ed3d517f14df95338972937f791289 0.05 MB 143 51
155,784 155,784 000000000000097159e908a0ddb28e5300f8fd407fc0695ddf713020ebe23077 0.00 MB 13 0
155,783 155,783 00000000000007e5de61d9ed56d8cefbe02f6e3f7ea390ee54729447910070ff 0.01 MB 15 85
155,782 155,782 0000000000000c2a34c3eb7ddef6c0401e49ab5e1dfec421231c6dd9116f4fcc 0.00 MB 12 349
155,781 155,781 0000000000000d93d2b3bf9173bc057f3a66f62677f0ea774365c0a0cd0c4967 0.03 MB 35 165
155,780 155,780 0000000000000f582e3274e50af1e901632d7608f9d98326c01febcbe22cb25c 0.01 MB 20 100
155,779 155,779 00000000000006a05e60b6896ca977e880e48d205d6dc0f5cd5e121018e34997 0.02 MB 56 102
155,778 155,778 0000000000000adcd8a2a32658ccceb2d2560d4c38c4fa3553c7f57776e0de7c 0.03 MB 75 86
155,777 155,777 0000000000000f4ba074d45d84776b84197ab4cdc13bd425b3ff6bca881a6696 0.03 MB 101 38
155,776 155,776 00000000000005091895483339fadd2f4dadda6bd6a4307a8de9f70d3dcea73a 0.01 MB 31 47
155,775 155,775 00000000000009363b26e47ea6b9aec2973c97a8a57f87ba412bb8c2c3f7baca 0.01 MB 47 251
155,774 155,774 0000000000000ee807e593c4ac8cd22855a6ea289429b243657e3e0cda27ff96 0.01 MB 11 27
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.