Memory Pool Memory Pool Refreshing

8,353 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,921 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (60,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,105 847,105 00000000000000000002497b5e1bfd0d46c1a0c796bd6bb50d46dd54b087d6c0 1.63 MB 3,519 43
847,104 847,104 0000000000000000000265696adc550f898ad96e8b62d81d0f7bbb2bf2a7911e 1.73 MB 4,493 37
847,103 847,103 000000000000000000027c09d6b90910545ff2272048dd903781c6553e7b3cb3 1.60 MB 3,148 59
847,102 847,102 00000000000000000001b4eb410ed2e4198669233d1ee09fa9927d99076adbdc 1.53 MB 4,001 67
847,101 847,101 00000000000000000001a50af81507b64627a8a7843c0c159a5a15c5e519a1ff 1.54 MB 4,049 58
847,100 847,100 00000000000000000001ae206c3aba7e8e359aa1ba36892634ea8c8489adee2e 1.60 MB 3,380 74
847,099 847,099 0000000000000000000065f8c60cb2bd217e00f5554b634f6e6d5fde6592f4c9 1.58 MB 3,975 54
847,098 847,098 00000000000000000000fdbfc7422fb07b0b66a14b75c93c5e679033d0061ca1 1.48 MB 3,687 129
847,097 847,097 0000000000000000000157204d8b8a0c7dcf49ce5b1686c4e12510a4fb77b0eb 1.59 MB 3,272 58
847,096 847,096 000000000000000000029b022295fcdb6794a56fb1e68029987dac9d6c6ace7f 1.55 MB 6,100 30
847,095 847,095 00000000000000000002a18e5124408380e1ad1632bea19a4ebec9be8d2424d4 1.60 MB 3,937 48
847,094 847,094 00000000000000000002e0a6375e3ba55ec0bfc98dcf60570e82f557c33f4ff6 1.59 MB 4,917 29
847,093 847,093 0000000000000000000315ebe3e4154ea12377f285050f036a5725dffdd9a64e 1.55 MB 2,677 54
847,092 847,092 00000000000000000000fdac2866441534ca84e057bec831d24519db93810d3c 1.51 MB 5,314 35
847,091 847,091 000000000000000000019efc529601ac9582bef9d12cc87e5ef8c2b2f6667290 2.14 MB 3,384 39
847,090 847,090 00000000000000000000dab39c11a1c59867bc12e156ce16039f97b535a74cbe 1.66 MB 2,908 41
847,089 847,089 00000000000000000003480877057d060adca8cf964c16b00f8adfd3020ec6dd 1.61 MB 4,319 38
847,088 847,088 0000000000000000000074877b16a3ca2a512114f731fc76e226ec77dcfc38db 1.54 MB 4,206 70
847,087 847,087 0000000000000000000276b7139f366d4f58bd3ebdf56bd6b445b79278b669e5 1.54 MB 4,987 38
847,086 847,086 00000000000000000000fefc7bc8e7fb33d23119e8b39e3b90e367c377b18038 1.64 MB 3,390 51
847,085 847,085 00000000000000000000b197d8b57021ec217d8afb87e79e81cb4232f87580bc 1.58 MB 2,438 40
Previous 10 blocks ↓
Total Size: 769.17 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,633.09 GB sent, 93.76 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.