Memory Pool Memory Pool Refreshing

17,568 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (213,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
693,864 693,864 00000000000000000001e4b3467838426aa5da51936e7489cb1f20d7e37ce19f 1.47 MB 2,848 15
693,863 693,863 00000000000000000000837fcbc9d4be31bed980c4dd6d9dd58049ad1487176a 1.34 MB 1,792 9
693,862 693,862 00000000000000000005a7157ad74c0b5c04e87d0e9e1c4e4d5b8a26489adbd1 1.17 MB 1,192 3
693,861 693,861 00000000000000000008953366847dddb052d66461477479ef0c802e986ecaf7 1.32 MB 1,765 7
693,860 693,860 0000000000000000000771fa64af1f319942f963dee5d6c4192b59f30428c457 1.17 MB 1,508 5
693,859 693,859 000000000000000000004d4839fc523013e7a683f8c59450d069a74aede2c695 1.47 MB 3,227 17
693,858 693,858 0000000000000000001356a7492bd79c01aa169548a7b01f8f171e9a97b9f584 1.33 MB 2,018 11
693,857 693,857 0000000000000000000a529e7558a3d8b22773d030f6301787b7ca1d50166187 1.65 MB 544 3
693,856 693,856 0000000000000000000e0939d88330ed8b2ba5ac0c9b0ce17c8060aed87ed909 1.60 MB 1,503 4
693,855 693,855 0000000000000000000abff13713fcede728279ebdb38eaa082aafae7bcf5b5e 1.60 MB 2,194 4
693,854 693,854 00000000000000000006a18b33f26b8d16b7064e208acfafeccd67e357f30264 1.39 MB 3,043 26
693,853 693,853 0000000000000000000a1371f07f29028e476e013818057e95d81124a82a0d9d 1.61 MB 2,515 8
693,852 693,852 00000000000000000003153db7ee821ef1c004c50090cbc87b9120b201c25bc1 1.45 MB 2,523 28
693,851 693,851 00000000000000000008eb4253681336c1c950380d2a888a6f68c05eb55f892e 1.45 MB 3,290 19
693,850 693,850 000000000000000000043cc7c4ffb9b01513d545e59c9ddb4f76033aa17b0148 1.79 MB 227 1
693,849 693,849 0000000000000000000d63fe29391302614d6eb6875120710073c7ffd39ae66d 1.78 MB 335 3
693,848 693,848 000000000000000000005b453de2501fdd1e1f5ee998363d9f328e5468844f1c 1.59 MB 2,250 10
693,847 693,847 0000000000000000000250eae4aff93065eaceb264917b168fa66a30779435de 1.42 MB 1,688 8
693,846 693,846 00000000000000000001ad9bf7fbb09a96099863f2d3d50321a7ba0eb50021be 1.57 MB 1,546 9
693,845 693,845 0000000000000000000ba570812fd3913196be1745fcd4850abb0407cc4c19f9 1.44 MB 1,702 11
693,844 693,844 0000000000000000000bb7c7fcad27b56f8c86ea4c7c0d1180d61ed8b2210c64 1.56 MB 664 3
Previous 10 blocks ↓
Total Size: 769.02 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,624.21 GB sent, 92.99 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.