Memory Pool Memory Pool Refreshing

4,002 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (41,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,620 866,620 0000000000000000000306813c2c623a18cb76205b09b515655a67990bce8c8a 1.60 MB 4,823 2
866,619 866,619 0000000000000000000298683acc78e0fe61ef6c16b73314f0b8561bb8129a19 1.58 MB 3,729 3
866,618 866,618 00000000000000000000939b4d00fa71beafc32b933ffd86067d302e32825e62 1.49 MB 5,535 6
866,617 866,617 0000000000000000000142a9e75c5a4051fe62a3f8433a7537262b64d286a5d5 1.63 MB 4,320 4
866,616 866,616 000000000000000000019e59106725f61bb4adf2fefbba443477006f7ae1ded8 1.50 MB 4,968 5
866,615 866,615 00000000000000000002d46edec357d2f8be8ed02148d81f1fbaea848a919e05 1.53 MB 4,359 9
866,614 866,614 0000000000000000000052c3a09c188d5a1ebf98e6061d8dd0d71652b4db7457 1.50 MB 3,062 8
866,613 866,613 00000000000000000000d23d6e342888ccaeaf3690e2d4fc5c9840d29ce8685c 1.92 MB 2,707 4
866,612 866,612 0000000000000000000022d3ce3ea862f43f5d6038d50fa6d976ec17b6c87290 1.49 MB 5,588 6
866,611 866,611 0000000000000000000029265684999964cd7478bcb015a5ee226253d23bee10 1.49 MB 6,362 5
866,610 866,610 0000000000000000000221c8d214bdc051a300a92e168b216eedf57002e4117d 1.61 MB 5,438 6
866,609 866,609 000000000000000000022920cbd9ec54bccd8be2b0f66b2df8040edf098d5cb5 1.79 MB 3,643 8
866,608 866,608 000000000000000000018b941f1eed8792946eaa3f9555de13955426ad5a6cd6 1.56 MB 4,159 8
866,607 866,607 00000000000000000002df03cf79fb4a7a22e3dbcb9788e1bf5ccb3b0fafa702 1.55 MB 4,286 8
866,606 866,606 000000000000000000004137d4b1bd129dbe8e0fad0413a4d3950b9b414d34e8 1.57 MB 5,280 5
866,605 866,605 00000000000000000002f4d8febd7026d1efb96f029de9f8cde8313d1146f376 1.50 MB 5,126 9
866,604 866,604 00000000000000000002d494faefbd73aed581b95dcf82fda226818deee1ab3d 1.66 MB 5,036 5
866,603 866,603 00000000000000000002b1a95836a25351dc27c2b6f296e13adb75b652dd300c 1.54 MB 6,347 6
866,602 866,602 000000000000000000029bf2fa93512718126e54c494ebdf46a0ec0389b62677 1.52 MB 4,901 9
866,601 866,601 00000000000000000000c83eccfa064c675e6a015319d6e5aad7ecf02b9bf258 1.39 MB 5,747 5
866,600 866,600 00000000000000000000f5468e3a4eb8af6286f7a91114d0b31fbc311dc772e3 1.52 MB 5,793 9
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.