Memory Pool Memory Pool Refreshing

5,821 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,725 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (727,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,716 179,716 00000000000002c80cfe50fad75002128dfbfcea36a8a430620a34f67f1c0d75 0.00 MB 7 0
179,715 179,715 00000000000003fc02789eeb73170a301aa7e5d55a5cc4ac1bd6dd7b0da978d0 0.01 MB 23 37
179,714 179,714 000000000000073bcebf2f12afdb7a975ee079f885a85c69c720b5c457313f4b 0.01 MB 46 18
179,713 179,713 0000000000000232c3c3850cce573b87d30779f4bd5800a67fbcb865af4f5948 0.00 MB 1 0
179,712 179,712 00000000000004e45f7cc0231e7cf00128dd5fc94e9b41eae55e74f1da90750e 0.01 MB 19 191
179,711 179,711 00000000000000b5ad75e714627baccdbd137bb4e678837a31e3e5c85d813643 0.01 MB 35 6
179,710 179,710 00000000000006451a428f9b9b2ca39031fe02b003e7898b6c840ac6b71270fe 0.02 MB 42 180
179,709 179,709 000000000000037edbfa023a8814595c234d5e37f4402c7e29223275a505c809 0.00 MB 8 117
179,708 179,708 0000000000000715351122dfab4151648201a679da4dd1c1d5884b4d310f880a 0.01 MB 17 43
179,707 179,707 000000000000095ade920e57345303ef0ac8c1fd3499bdd710aadfd625440c1d 0.05 MB 85 126
179,706 179,706 00000000000003fe3e2d4f3d9b150bff646351db60581a24c1317106d6cfb900 0.02 MB 86 55
179,705 179,705 0000000000000830aff01e6f4394cf4fd0c2c1ddc3af060536a1959d537a9b9b 0.05 MB 101 118
179,704 179,704 00000000000001e15ecf44132df2965cac808c2ad81b1e0bba8d8d3d1b8ac4f1 0.04 MB 88 686
179,703 179,703 000000000000004f1baf79ce5d472a8ddbc91e9e9acd04c5e512bdb55db9a2c0 0.12 MB 201 99
179,702 179,702 0000000000000856a3c8980a06002a52210c84173f7ed73fa2350f741e676690 0.05 MB 121 141
179,701 179,701 00000000000008c1d60127e89027d7905b3a50130e6c09a4ff45348a0ef0aa1a 0.14 MB 306 156
179,700 179,700 0000000000000127ae6d9b52e6065f069c968cc835032bfee2c738c0284b74dd 0.05 MB 153 37
179,699 179,699 000000000000074089d89eab6094e66434af11523fe153f98744270f11694170 0.07 MB 130 215
179,698 179,698 000000000000062109e85fdb4181da7115fa636b8574789de939a2f848e68c63 0.03 MB 18 199
179,697 179,697 00000000000006498904e6999961f058e5e700ae2344aae560f61d0cbc52a47d 0.02 MB 62 144
179,696 179,696 000000000000060e93d70c488ec6ff387f4ccdb4627b5daa2cfaa5c4bb912939 0.03 MB 122 129
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.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.