Memory Pool Memory Pool Refreshing

10,339 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (376,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
531,460 531,460 00000000000000000027f50b02377ae6f100fffeceb00f623993ff56e523e782 1.16 MB 2,650 23
531,459 531,459 000000000000000000226b9054944df92a1b6ed319ee37dbbee2f759c3afb45d 1.13 MB 2,410 28
531,458 531,458 00000000000000000003730c647abd20f8f691bb422b025592a91cba57fd35e2 1.13 MB 1,280 4
531,457 531,457 00000000000000000034605aa57a67310c8028b85aaf59f2c5d527815ee1bc4d 1.13 MB 2,272 31
531,456 531,456 0000000000000000002e80b0e4cc5572027ea6d822cf08a46fb3a4a90300b267 0.50 MB 624 13
531,455 531,455 000000000000000000285376132c29b7754de8faff5faf7ae416b7d836744f1e 0.81 MB 578 10
531,454 531,454 0000000000000000001b61a7149cd81bedb6cfe9ef1851f882d3a7de66e2a489 1.12 MB 1,797 25
531,453 531,453 00000000000000000019d78a55f6775c5f2c7ea14d28e579027d59c5495fddf7 0.59 MB 828 13
531,452 531,452 0000000000000000000bbce6b6c54905c5aac5d223f76fb38a49842f7ee3bcd2 1.00 MB 82 1
531,451 531,451 000000000000000000257021cc7c1bacc0eff9c100c8d24082310c3d55f09814 1.13 MB 1,524 8
531,450 531,450 000000000000000000014522f134a744c9b431fb1b1c186ed942e1cfd32cc587 1.12 MB 1,533 53
531,449 531,449 0000000000000000002dbd0db1ce5532ca200f8f054b4395376a5c82e9d05310 1.19 MB 2,579 32
531,448 531,448 000000000000000000261252b795d3d8f6f3872f2eef3a5f9e3f966676d15dca 0.47 MB 556 37
531,447 531,447 00000000000000000033236728cb97744f76d2c7f06c085c015e25af8d5581f3 0.41 MB 556 20
531,446 531,446 0000000000000000002ffef57f309964b28ef6990a65d10ed5484ed29141153a 0.51 MB 296 5
531,445 531,445 0000000000000000000f04ebeb748ff17638d749d8fce48569c2d3f11461ff02 1.01 MB 221 2
531,444 531,444 000000000000000000187baecfe562cbaaa4b2c10761c628ed0608e536047ccc 1.11 MB 1,849 16
531,443 531,443 0000000000000000002ba19028af9f8e5ec9bc6e3d33ccc1891e6a296218094c 1.21 MB 1,996 15
531,442 531,442 00000000000000000034679ca59fbdb197a804b01417cf22d2b0886b1b6b92d7 1.12 MB 2,269 30
531,441 531,441 000000000000000000013cdbec4b223b335d269841db7447803d5e98af4c1709 0.04 MB 70 8
531,440 531,440 00000000000000000027a68b5c7aedb0d5aac85a5fd28316deb2aa5b4457db11 0.18 MB 286 19
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.73 GB sent, 93.04 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.