Memory Pool Memory Pool Refreshing

2,619 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (62,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,555 845,555 00000000000000000002ff3121850ea09a4e108b519260827079d42bc130fa76 1.55 MB 3,682 24
845,554 845,554 00000000000000000000c9d741b5c3a70f3b6fcaa6b1a5f55e4f6ff7d70d402f 1.68 MB 1,868 26
845,553 845,553 0000000000000000000215665b76dc185e4b3686e1b19269c81fa2713e15152e 1.62 MB 2,809 19
845,552 845,552 000000000000000000015efbcd5b45c13cb0b6e446c365a73a751dc58952eadf 1.36 MB 3,165 10
845,551 845,551 000000000000000000019f4a9f37066ca06d43f0027105752c06e1e89e1a3cae 1.53 MB 3,168 18
845,550 845,550 000000000000000000005d56ac83f1ab42a9427f42c5e5410da94c9a99007c3d 1.53 MB 6,502 9
845,549 845,549 000000000000000000019bb9e97f0e755aa665b8a33e1200826ad17b4aefc892 1.58 MB 7,696 8
845,548 845,548 00000000000000000001364da528be70407839e594d8c0be7d38a4c36ae58d52 0.00 MB 1 0
845,547 845,547 00000000000000000003552ee23252c8600bb401df78b4dac2128df66d67e1d1 1.52 MB 6,011 10
845,546 845,546 000000000000000000016cd8e36404b3e8fd66ea36fbd68443887bb69304fd22 1.60 MB 3,883 20
845,545 845,545 00000000000000000001b8cf30b1a3b399d88e3eb22a78114e8a34c9853b3994 1.70 MB 5,240 24
845,544 845,544 0000000000000000000050a6164319184013bb6f1eb625a943b7a9453db91c50 1.55 MB 7,159 8
845,543 845,543 00000000000000000000d0db546e531575b29c54540f880f587107026780101a 1.83 MB 3,797 26
845,542 845,542 00000000000000000001e6d9bc55c124a88d8fab4db51f3a0c7ab6a6cc41487b 1.75 MB 3,017 19
845,541 845,541 0000000000000000000210d5b082d7853c86cf3d6af63d203d30d5f634a1866e 1.84 MB 1,581 8
845,540 845,540 000000000000000000033763397f98fbd100b905ae478f957c20be188f72a814 1.61 MB 5,978 11
845,539 845,539 00000000000000000002574f76a9cf43e5cdfa508c0f18816cd02c399dbff55b 1.62 MB 5,525 8
845,538 845,538 00000000000000000000efe64297871116305cee385b6eceaeb9bf8b4125fee2 1.67 MB 2,912 11
845,537 845,537 0000000000000000000330d20cf93988a3211c8667932090469fb14e3b436b51 1.64 MB 3,526 13
845,536 845,536 0000000000000000000092a858c5bda11ee6e7c75664062afa6e219f30dfe8b6 1.84 MB 1,552 20
845,535 845,535 0000000000000000000136d8350de77dc1e0bce70737a9966224398f5a246121 1.45 MB 2,959 18
Previous 10 blocks ↓
Total Size: 769.05 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,627.42 GB sent, 93.12 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.