Memory Pool Memory Pool Refreshing

1,878 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (762,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,799 144,799 000000000000014f5038a5489af18ca877292369c367fac53c4d043a499b107b 0.01 MB 14 281
144,798 144,798 0000000000000633daa613b1dd758591507f96d177e934e35d552a799b736910 0.02 MB 18 133
144,797 144,797 000000000000059f1e41d5b7562aa105e8f490bbb7c3ca0772bbad9d22f39a4c 0.00 MB 6 23
144,796 144,796 0000000000000555b8c08fd5f2be0a2a3d4c64300a66dc2429599c14417a7602 0.02 MB 44 50
144,795 144,795 00000000000001499488c3d236c6a82f3a92d86219bd4f12114cd8be6ceac672 0.00 MB 13 200
144,794 144,794 000000000000043e590a2f652f25fec4a1bf3398373d45bc8d11d537706419a0 0.04 MB 71 283
144,793 144,793 00000000000008905c8c651d5a4d259531085d88ef0679b045e41763d2bdea4b 0.01 MB 52 165
144,792 144,792 000000000000095e07df2b63d2ffd402602e710ed12a41c699bf95abbebaa59e 0.02 MB 52 262
144,791 144,791 00000000000005932acd6e999ce54bcc80a2d93f0a909136758ba5850f579e72 0.01 MB 25 283
144,790 144,790 00000000000003c9ac1bdf81711bee1e2c9443ebdc95f7a061d8a8aeb9c58079 0.04 MB 141 186
144,789 144,789 00000000000005ecb1249f4d763fbd6d5abd859080fcfc09f0cf190bd4714e73 0.05 MB 128 333
144,788 144,788 0000000000000087c84b7dec3b394e81f5438118f9afde65a2793046c4295a19 0.02 MB 46 144
144,787 144,787 000000000000007d521814504ec51f1dc6228993e48beebd161b1e5d51d916be 0.00 MB 1 0
144,786 144,786 00000000000004bc387adec48a1ed82d177a37f97e20ddef44f39b0ec4c91983 0.05 MB 102 116
144,785 144,785 0000000000000091f177c961d0388300dbfa491bf5e787b2d22515099cca23f5 0.05 MB 131 52
144,784 144,784 0000000000000532c1e241ea53f7398de7dd15d53aa29284ac25d8579ab73afb 0.04 MB 92 342
144,783 144,783 000000000000004dcebd02ecc696f5e47ab3beb9a74cf88536f884d2d525c836 0.01 MB 13 133
144,782 144,782 0000000000000277e79939821924c65633d40e514677e9602e2132e824cac5e9 0.01 MB 18 49
144,781 144,781 0000000000000859044ecac338262fc908dc72151f801aa3bef50020497b16b8 0.01 MB 24 144
144,780 144,780 000000000000046da1e9ad9af3c860e5c119ec7c570d16c1d640ae2c9eb452bf 0.01 MB 33 153
144,779 144,779 000000000000083ab0774b6d10cb0db97c1f63e0fed09af931cb97564877db95 0.04 MB 112 36
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.