Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,775 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (434,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,106 473,106 0000000000000000000f51309907f16c2237b6989e48d516c309352b624bb946 1.00 MB 2,144 277
473,105 473,105 00000000000000000073d14b5f82f8a8779b5ad5b24579aa332bcc8b4e1d8318 1.00 MB 1,958 242
473,104 473,104 00000000000000000151b3ddd9f26ff52984ba05f3c0cfef8722146190f0f388 1.00 MB 2,368 376
473,103 473,103 00000000000000000116cf75e174b8f6c1457c4877776aab9e7f7fdfbec9bd1d 1.00 MB 2,127 296
473,102 473,102 0000000000000000004607eab9650ef41874d018738b759d167e0612abfd04f3 1.00 MB 1,922 338
473,101 473,101 000000000000000000402ab1d2febc98a3c6199d687e1b6e5056fed1aee9ce9e 1.00 MB 2,623 390
473,100 473,100 00000000000000000071d55f4761e3b74ca55c468b6b633b3bd9a2c1d08a7ba0 1.00 MB 2,422 382
473,099 473,099 0000000000000000012d889fdb94f3a3e5e2513015e73dc41b2d51d3ec4ae332 1.00 MB 2,136 168
473,098 473,098 00000000000000000114bb49d8652f276d468aa46cbb1704fe403362d78b9993 1.00 MB 1,546 128
473,097 473,097 000000000000000000db97ef858dc64a1b639261c315685c684eb8288168b11d 1.00 MB 1,486 143
473,096 473,096 000000000000000000139d0178a18beb428b5d3ba5bd9ad72c7e91a6184a9b5d 1.00 MB 2,296 330
473,095 473,095 00000000000000000012ec87860b5ac5f1f1649bc52338901d460ff084f0756d 1.00 MB 1,742 350
473,094 473,094 0000000000000000009874f4dbc66d66dff40b614c58030716232f1af93eda27 1.00 MB 2,026 55
473,093 473,093 0000000000000000003db45e5af50e4acc2acd9a7dc1890d7e0a869b5862d709 1.00 MB 913 120
473,092 473,092 00000000000000000122a92171e52ffc1fe528eafe583e717c945af4b3e45cbc 1.00 MB 925 76
473,091 473,091 000000000000000000f618ff17b0783e4ec7fe29e8278df6476ac908d21e9639 1.00 MB 2,040 355
473,090 473,090 000000000000000000e6e593821ae7511cf047d77f5a28e98e9d160a5ce592ec 1.00 MB 1,379 115
473,089 473,089 00000000000000000107faf14ebd7ff4dc68be562f3c47bad5b8d26ca3b4697b 1.00 MB 1,116 97
473,088 473,088 000000000000000000965a294a849a174415d8d5c4c1fe9e345d1307451bee96 1.00 MB 1,728 198
473,087 473,087 00000000000000000147939b59feeb02e58111978f63d1288a0bfc9e3598e5a3 1.00 MB 1,914 314
473,086 473,086 0000000000000000007ff5cfd288bb08aa2d5ebd05380a9e5b2999430aeeb1c6 1.00 MB 2,221 364
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, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.