Memory Pool Memory Pool Refreshing

554 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (631,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,480 276,480 0000000000000000445a9cc2a0cf645f1c31063ee47fbbcebbad2ad065e2cbf4 0.24 MB 210 18
276,479 276,479 0000000000000000643ae657e42898a5daea631c265829c5dc5fb56092baed45 0.25 MB 651 52
276,478 276,478 000000000000000319549d4774e00bc4a285637f4047e14e512e48410c41bd8b 0.21 MB 366 45
276,477 276,477 0000000000000001cc857762f972c7d3189058e41f58ad8b9636518b9649f276 0.15 MB 316 40
276,476 276,476 00000000000000020324a496aec65e05cf7f9849efa207c0f360160c5f3b6656 0.05 MB 119 29
276,475 276,475 00000000000000031fba1384445b39fa47a4453f00f48ac656f7b808c9bfd337 0.03 MB 58 46
276,474 276,474 0000000000000003123ac9532696c737ee0b991513bedc70e437d388a8252298 0.01 MB 34 30
276,473 276,473 0000000000000000c5be02237d2f469449ffe83f7be25b5508d6f17ca0684c3e 0.14 MB 213 34
276,472 276,472 0000000000000002ab1e410dd69b84aeaf0caedcb7e3bde29e3f755cb68e96db 0.03 MB 78 36
276,471 276,471 0000000000000002d1d84a8797b6acaad0de6e2239b48cc8bd03019153c874d3 0.15 MB 329 46
276,470 276,470 00000000000000005c26bf5e36c58808afdaf73c4aa1214349c89f038b6c77f6 0.25 MB 565 56
276,469 276,469 00000000000000037c84ce6ff1ea3a5851efc95ab3a045f98d284f9699ab3d3f 0.05 MB 64 17
276,468 276,468 0000000000000002c2a7ffdcfb4d8b5f7dd1a7076d9a5dcbd0baa7941d230e60 0.13 MB 263 46
276,467 276,467 0000000000000000ab28586c1dda43f698383e2997f06fff331f974d0baf6dbf 0.12 MB 163 5
276,466 276,466 0000000000000002fbe3e0b60cc0d90eaaf06f9951e6fa166e81975e7abbbb33 0.02 MB 55 45
276,465 276,465 0000000000000001a7e6e46d32ca01bb162818e7849852682a03aab3a7a235dc 0.01 MB 38 58
276,464 276,464 000000000000000148c7064fa5d5e58bb4f6abd2bba10873a595393bc3258b6a 0.04 MB 84 20
276,463 276,463 0000000000000002f350faf1b5da0c17c676db6cc2dbefe7dfb98114ea069f89 0.21 MB 330 37
276,462 276,462 0000000000000001c83875679acbc50fceb4d86c1f50caa3012c18f4070ca45d 0.13 MB 235 38
276,461 276,461 00000000000000039a99dd09b3da5e206d3c064859c5bbdcb3e34dc2b97adc44 0.15 MB 239 33
276,460 276,460 0000000000000002d79cd7069cedd05f49716354590bd5518b18a513b3b4d513 0.18 MB 392 55
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.