Memory Pool Memory Pool Refreshing

5,975 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,772 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (837,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,608 70,608 0000000000bae974176ed490059295d59295fe377f7d507a7ab67a5c9ea228f3 0.00 MB 3 1,941
70,607 70,607 000000000062e3335faff88afdf8e7df026641ec2413e8550b8cbc51114ab0d6 0.00 MB 1 0
70,606 70,606 0000000000e1a429781131ad0cffe26c205df178120d74d7832a5a4eadcf57ec 0.00 MB 2 3,875
70,605 70,605 0000000000121195e8d648a1895892c15f7a00a3ec0cc8f6bbcb3d03c0ff1477 0.00 MB 2 0
70,604 70,604 000000000066c2d27e1ed5d477939341aeb1c071ca80c1ff7be6cf747558b529 0.00 MB 1 0
70,603 70,603 000000000030876f1e66ec25976811b728cdd7bb969a681ff004d76f39da36c9 0.00 MB 9 1,116
70,602 70,602 000000000097046030b0510cca3403e8264942e6b1baa1a5cca61ae0ef196e67 0.00 MB 1 0
70,601 70,601 000000000067ff009485e5949f32724aa759060c1b29959d31b41f191509c552 0.00 MB 1 0
70,600 70,600 00000000006ea57975835e859eef2050c4d78eefc16332622827fdcf90513ad3 0.00 MB 2 3,875
70,599 70,599 0000000000614e09dcfb8b5f895261f8ad57ce6af794874f211f701f7f5719b0 0.00 MB 4 0
70,598 70,598 00000000004d20c4075b3cdf135cfb0c1659b2ac6985edf05798219bb53b4803 0.00 MB 1 0
70,597 70,597 0000000000be182213074cbd531e1bae0396d2ac0273a5d0abbe33b4ea3a0949 0.00 MB 1 0
70,596 70,596 0000000000074228ca1547fd04c11fbf91aba1531b5dd3f5e1376bbb5dbb67d1 0.00 MB 2 0
70,595 70,595 00000000008d680509a3e473a8970ef19492a5656095bb2b7019f952cbc4922b 0.00 MB 1 0
70,594 70,594 0000000000d0f3823b895f5a8c614e3330c1d924816972debfa60df08b7e7129 0.00 MB 1 0
70,593 70,593 00000000007781205cfb6bc4d696fb4da8c48bb78ffdfb6db19840c53612e3a1 0.00 MB 1 0
70,592 70,592 0000000000368734ddc7f65ce6bb0ae6b34bffc2b43093cccab76544bb753174 0.00 MB 2 0
70,591 70,591 000000000029edb65841a732f66e80229f23ade4df043736dd39cba0773ca8f1 0.00 MB 3 3,875
70,590 70,590 0000000000afd7fb4e516ae4e7760133c39fa60713ae126d0d95cf1b8b3b2ffd 0.00 MB 3 0
70,589 70,589 0000000000c404da8a52fb8f5a2c8f5ce4046f819a0f108ad70a00e8a5fc49e0 0.00 MB 1 0
70,588 70,588 0000000000e129e3583fd018e446692bf2dca3c4c3763f75f5f41bc4509ca7d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.