Memory Pool Memory Pool Refreshing

7,116 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,933 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (4,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,452 903,452 00000000000000000002489b4fcb8aa0188c0c9147c8b86cb491343e1f380b75 2.47 MB 1,453 1
903,451 903,451 00000000000000000000e03b613b9f6cffceb08224b888d8b21bb76cf1f4b711 1.70 MB 2,190 2
903,450 903,450 00000000000000000000d396ec87c9c2b284797c01fe136e6b3481ba97cafb2d 1.25 MB 1,347 3
903,449 903,449 00000000000000000001e76e492c0edaa01824f501875b868e4d1e6a23f1ac75 1.36 MB 1,422 2
903,448 903,448 0000000000000000000008c07d88cfec1bf98ef10758c6e119c11ac1425894a9 1.57 MB 3,792 5
903,447 903,447 00000000000000000001a14cde35508be883fbf117469653535c1ed11f05ffd1 1.59 MB 3,514 7
903,446 903,446 0000000000000000000085efded28bfb299258f893901f65b74a41b6280e47ef 1.59 MB 2,884 6
903,445 903,445 00000000000000000002236b341851bdefc6f94d4c69b512c714a566f6186a83 1.48 MB 2,828 3
903,444 903,444 000000000000000000023cc808509ba948788c4e690aca5f907717bc50914023 1.62 MB 3,395 2
903,443 903,443 00000000000000000000fda26f917b532d72a45813caf6f689a914f33368929e 1.12 MB 2,500 2
903,442 903,442 00000000000000000001aed0efe72e6f8d3ae541f1a75c2e8d52f18603d6457f 1.95 MB 1,790 2
903,441 903,441 000000000000000000009c07644f0f5895d3bfec1689355d48244455008cc953 1.78 MB 1,378 1
903,440 903,440 000000000000000000022a39d372decf6b32ca42ecaa47e90a17d7a6de204439 1.24 MB 1,135 2
903,439 903,439 00000000000000000001954403d2a3b9bf64ff96d7a1218051eee10b4563aa24 1.66 MB 3,527 3
903,438 903,438 00000000000000000001e89e5471029f7235fb6e522b8d22a31c359c210dc76d 1.58 MB 3,857 6
903,437 903,437 0000000000000000000237bd1c4b1f101a37d87143f03cdc095040246165afe8 1.66 MB 2,436 2
903,436 903,436 0000000000000000000261cf2bcc37775b85418fd3f07b7e5d9aad8b9d2799f1 1.03 MB 214 2
903,435 903,435 000000000000000000010927ec5e1c089b9d98bc0b7cd2babb640f3fa160458b 1.36 MB 1,897 3
903,434 903,434 000000000000000000014913e2bffcbb5c0967e95149de62dbf0bb960b6f4dd0 1.61 MB 2,865 4
903,433 903,433 0000000000000000000214cf01ff2b482d4df2d8d13b3dc3260a7580d687611e 1.72 MB 2,310 3
903,432 903,432 0000000000000000000168f964bd3cba907125e67dca29a745f1018942bd7a41 1.44 MB 1,416 2
Previous 10 blocks ↓
Total Size: 769.21 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.55 GB sent, 94.00 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.