Memory Pool Memory Pool Refreshing

11,469 transactions
4.82 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,813 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (629,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,481 278,481 00000000000000020eb97bc2775390d01243e497735ea12f6620a7a3310e3ae1 0.33 MB 438 19
278,480 278,480 00000000000000019141fc5ef7f2af078c2a8340bd9b7924c46e3860811f7a2f 0.50 MB 1,272 75
278,479 278,479 0000000000000003065f32da26de1deda93eb722bf1dc4a1b787e7d68d282dbc 0.03 MB 96 217
278,478 278,478 0000000000000001a96469654430aa06e4ae7c7328a7eb848c6fc63443f24e4a 0.12 MB 252 37
278,477 278,477 00000000000000026234b1e446ee4aff695d86fb874578d4f0e116baa70a7af0 0.26 MB 639 65
278,476 278,476 000000000000000031da8aa8b98a646c4aed54c700f717a8553297038e8062f9 0.15 MB 129 13
278,475 278,475 0000000000000001b41ef8e9954b56aa05a2640d4a5c0344d705bf0e44ee141a 0.08 MB 145 32
278,474 278,474 0000000000000002e40b2dc429d3d19c2cd9c995547da97d9f3d0f68e60914a9 0.25 MB 616 52
278,473 278,473 0000000000000002e0d156e32586074ab6cc0fdbb1a05d5cda168510c43e9a50 0.13 MB 280 61
278,472 278,472 0000000000000003002c57cf58926e63c93e521bf2134bf5afb7b29cf5ca6c57 0.14 MB 291 31
278,471 278,471 000000000000000058a51e46fae8afdae604e1bf650477da16d93069e5bbeaa3 0.27 MB 514 49
278,470 278,470 0000000000000000d576b2a8a8313fa7747a4d25eda56f1c2d7d6052f99daaea 0.03 MB 34 42
278,469 278,469 00000000000000013071ca9b6c988c6d20aa860f527977769b5717da8cec8846 0.15 MB 298 42
278,468 278,468 00000000000000002f35b44287aedc97bfe6495cc536c84b421540d4d154cf43 0.17 MB 262 36
278,467 278,467 00000000000000022a44ac62a13dba49fa5b8c56c329b109592402718452fa27 0.24 MB 513 80
278,466 278,466 0000000000000000da80bd741e04ca7cc542c30fada703cd9331878ca48ac1e4 0.04 MB 66 36
278,465 278,465 0000000000000000d26797cd1b2309bdd283e66fb31ea467cda5e6ab766a710a 0.27 MB 634 61
278,464 278,464 0000000000000001172229723a9ff7372bd28f4bf6f6b18838171a900ed314dc 0.22 MB 442 36
278,463 278,463 00000000000000028b3965f9c0c8050e06b4a5162281637655776fc775ad9b9c 0.35 MB 221 9
278,462 278,462 0000000000000001bafe98f5292b38260f3638507987284a032cb051a5ccf92b 0.82 MB 595 16
278,461 278,461 0000000000000000989156693a0869aa8851d9cf0e42e9a8cc1e8d49c7c1863e 0.25 MB 393 29
Previous 10 blocks ↓
Total Size: 769.03 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,625.11 GB sent, 93.02 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.