Memory Pool Memory Pool Refreshing

3,502 transactions
5.91 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
908,263 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 3,426 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,262 (857,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,331 50,331 000000001b1dd5047102091428418a0606f9d1e76137e01f6fe4a1cc919c9ba5 0.00 MB 1 0
50,330 50,330 000000001ef0452d2460a52a9176ebc7aef75c3874d5c40cda26de1eb1db6fc5 0.00 MB 1 0
50,329 50,329 00000000047353dcc399524aef8c4ddf49c4864b78121ebedb9fc01be9612730 0.00 MB 1 0
50,328 50,328 0000000015e8004e7876e7353ba64621a9792b6406de42b2a2c665c960f477cd 0.00 MB 2 0
50,327 50,327 0000000007954395e632bd2dc28748da137995db3d4dd7f1abcc4a9bb2a7d8ba 0.00 MB 1 0
50,326 50,326 00000000264c1c91f5e3ab1358126c243d02e426f581a822675315c0a3163953 0.00 MB 1 0
50,325 50,325 00000000272468ff9f4f8d7a08e2b1a2f541da7c8e1329ead7c8b413ec2bc0ac 0.00 MB 1 0
50,324 50,324 000000000cd1afabf974510f697113c1c8220b050b32183b1895d0d9358c025c 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.09 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,691.35 GB sent, 98.10 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.