Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,100 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (673,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,844 233,844 00000000000001677a37542e0647847eb0c13048b3e6037412a86aff057da4d7 0.24 MB 438 123
233,843 233,843 0000000000000174f67d3cde213c519d3501306a01f99acf91e1b22a2a88a45c 0.45 MB 223 76
233,842 233,842 000000000000008c4ec9409c1c7d1efeb23d74eccf268d1b9eae16a822b09c3e 0.45 MB 199 78
233,841 233,841 00000000000000679a81e147d6b430b34599a155449e6d1f05855d7ce885c43c 0.47 MB 466 109
233,840 233,840 0000000000000047d479118f9de0ee61d97ccc55781b6282a48b7fbd67461ca2 0.05 MB 64 80
233,839 233,839 000000000000009aa8ecdc41a627f76f7e558ca0df1c6b2a621ab0833ec69d56 0.25 MB 627 163
233,838 233,838 000000000000018df6808f5120587016240905adf063238880c36c0e0e18deaa 0.24 MB 116 74
233,837 233,837 00000000000000e151b97b909b8fa2056309b34de2ab1eaa3526d47f2cd32d4f 0.24 MB 330 125
233,836 233,836 00000000000001bbe7530568e1ff19fa60a2886de60549e7a2b6d33cbf07dbf8 0.25 MB 572 185
233,835 233,835 0000000000000130dd855bad29f64dd8b3e6c3ad2025f6b74652e25da5a029f1 0.05 MB 32 38
233,834 233,834 00000000000001528e8eb0ff6d7665061892106509140f1f7e1f694223fbdccc 0.25 MB 645 195
233,833 233,833 00000000000000690a712b1a02e7d2aa3edb9477b7abda43db211e2f4e302c2e 0.05 MB 109 93
233,832 233,832 00000000000001a7b73b3866bea669c3173a84eb7e9ef241c88010c9b7e83357 0.23 MB 281 92
233,831 233,831 000000000000013eb4cc2c78e6da22ca90b84bab9088d0062f6e7028aa3d0419 0.08 MB 217 11
233,830 233,830 00000000000001432a749d0a312095be3fb07c9672b3f0cc297eb99494080e41 0.00 MB 1 0
233,829 233,829 00000000000000e83edbc67db3a8c124c36f0be1e5ed23f9d47ef26e0aaac382 0.47 MB 351 85
233,828 233,828 000000000000003dfe7e86c796ab28146ec0e57e4378ff23db535c9a8709f23b 0.47 MB 469 85
233,827 233,827 000000000000015179c48a4fbc19a02dad1fd7dee0272ac595de902c4d89d0ed 0.25 MB 582 154
233,826 233,826 000000000000015a89c36e24ac7f7a607f2d117fb0f81d896bca41bf4cd875ea 0.25 MB 992 197
233,825 233,825 000000000000010bfa1898935b655c87e6d47fcf23f4154448f698abd84e2404 0.23 MB 408 132
233,824 233,824 00000000000000cb9dabfa67542c93ef2bf2d96ed1308ca89ae793e9f6e57c80 0.22 MB 297 110
Previous 10 blocks ↓
Total Size: 769.22 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,634.69 GB sent, 94.05 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.