Memory Pool Memory Pool Refreshing

3,093 transactions
23.67 vMB
Show Random Selection Loading Transactions
Max Size: 96/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,507 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (857,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,323 50,323 000000001024fa05e55ba559e43c6731d28f54979f211a64e29074b0b1d5b287 0.00 MB 2 0
50,322 50,322 0000000003782e20dfb37f6ddb5bb9ccaf22f53e0a6b9f980f5ffe3d7ef0cd6b 0.00 MB 1 0
50,321 50,321 00000000224fb9b0b76aaa2c8b434a4819a275ce342925b1fc5ce55188762c38 0.00 MB 1 0
50,320 50,320 000000000bc46ea5d4501c2fdb2c9a4783f7d860889db280c1d162cfc2812558 0.00 MB 1 0
50,319 50,319 000000000e3ae7ee6c170b6133a70b53f45207d9624cc2b8821684628eef181f 0.00 MB 1 0
50,318 50,318 000000001b601022c3863d56c35265429937e5f61a6b5670dccaab2df30c6c86 0.00 MB 1 0
50,317 50,317 0000000018fb78e81b380fb2f8f469d18b15f2796d5c160e714fe398ece9d6aa 0.00 MB 1 0
50,316 50,316 000000000676fc0e92ba78401736fad57f66ba97127564bd9d8e94a5df20f345 0.00 MB 1 0
50,315 50,315 0000000024d190fdaad5aeed57e3827d667cdf2bf3ef4cf562ad3c4298c951ca 0.00 MB 1 0
50,314 50,314 000000000000f81d2d8b0ce0911b25c380a30398f740d6806834167e27d1871f 0.00 MB 1 0
50,313 50,313 00000000238dd7c1614a4d41c54b9d0efc70bd12d7197fbc039d7ab748239f9c 0.00 MB 1 0
50,312 50,312 000000002118eaaa3fb27890eada9234f51a727ffc9614e211e6e39c361b15c2 0.00 MB 1 0
50,311 50,311 000000000b17559f4e07e064b4fa2616b6ae2b4ea644ee4ef32193ea39568926 0.00 MB 1 0
50,310 50,310 000000000f080a1bcbd40b4d1ad43bdadc0d058804634937a381b39499548bc0 0.00 MB 1 0
50,309 50,309 00000000190c1e5a1645a4e985c28d96f1b0a085b3486266907f8ed6459c0f7f 0.00 MB 1 0
50,308 50,308 00000000296b1a3695ef6a127d8da177bbd383465a100febdce3be8c5139d1eb 0.00 MB 1 0
50,307 50,307 0000000019aacc0e0493a350affa838f032d9936d9bb6043fa984b0e4021d9f9 0.00 MB 1 0
50,306 50,306 0000000020fb716964f7f849f19dfd9350f45aa51452c11e4a24c2cd161f6318 0.00 MB 1 0
50,305 50,305 0000000022f537f10d7767d0d269955bf6869999cd25330c40d3b974ec57a7ff 0.00 MB 1 0
50,304 50,304 000000000896f9661c432ae23b096cbce89bbc5bab05e28c27f33a52513457e0 0.00 MB 1 0
50,303 50,303 000000000fec986d18f8fa5533212bdc59df0e105965d7b9628eff62cff74cbb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,700.98 GB sent, 98.63 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.