Memory Pool Memory Pool Refreshing

12,168 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (785,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,606 122,606 0000000000002b19b97eaa7858911c216201ff02da41cc193bf70d77bd4605a0 0.01 MB 24 1,808
122,605 122,605 0000000000001f4fad810780218aca62ee78b50fecc83f0c7a9f9892d69f7396 0.00 MB 13 1,026
122,604 122,604 0000000000003694b1a7ab53687e526e55d20bf8cb9bd0c8ccbdb8a0041f5ea2 0.00 MB 1 0
122,603 122,603 0000000000002bc397fe3ad0751a871661d29cf70f24e8702773cd6c4754c888 0.00 MB 6 0
122,602 122,602 00000000000006225f62e5bb39c1dd78b6ea271219e19fd6aca82cb7e43be8ce 0.00 MB 12 505
122,601 122,601 00000000000097703eb3d5c4330253e43e316429e0c22bb6b01eff44459c4888 0.00 MB 3 2,020
122,600 122,600 0000000000004a16a9abab1a3f6a0288408216312bacc6a40f202234459ad948 0.00 MB 11 1,060
122,599 122,599 00000000000074e1ed591aac8815992a4383e6a92cb8dc80e3c5bb89d0fff852 0.01 MB 18 472
122,598 122,598 0000000000009280bf1c22d886b64010130e30eed2b5099830b8b610ab895753 0.00 MB 11 657
122,597 122,597 00000000000058b37aa73346acb8ab8d2050fe276197416558819619c9edb8ca 0.01 MB 11 789
122,596 122,596 0000000000004861572992cd00165d8f5a773002e585fa6ea770125784fc759c 0.01 MB 31 2,674
122,595 122,595 0000000000000c4eaee029f38faaed05886dba8497004b3e29faff2cbf915155 0.00 MB 9 320
122,594 122,594 00000000000083f67345d5917c6766b8ff4668b303667ebb54710788ec6e706c 0.00 MB 9 568
122,593 122,593 0000000000007fd9bfcf1299623c4b6277a28599392ed78f73bef38a841797de 0.01 MB 18 702
122,592 122,592 0000000000000c4535ddc2a2ce7fd5410bf5cb8f58ea1dc8e0e2d093ef61c8fd 0.00 MB 9 0
122,591 122,591 0000000000000a3585ab394ec2016da7de190f8e8fee339a534f3aea724caa49 0.00 MB 11 323
122,590 122,590 0000000000003ff82c131727ebcf003b6dc3eb679ba9d69ee222a38274736fc6 0.00 MB 11 0
122,589 122,589 0000000000001d8eb039d55af96755f169a1975d83a78d9c74509a66a165cac1 0.00 MB 10 889
122,588 122,588 00000000000059725e766c54383a34006eb83063bf90de20c01af8a833218797 0.01 MB 30 711
122,587 122,587 00000000000019e25d5787575f0965254ab639aa4ac581f21cdde484c56920ef 0.00 MB 9 0
122,586 122,586 000000000000185d854f44ed3fb9e784d816f65b6d0757c254e3c3cd9551b9e6 0.02 MB 47 745
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.