Memory Pool Memory Pool Refreshing

4,898 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (457,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,722 449,722 000000000000000001cd05fa2bc6c8f8370c84308169d9a5ca91fb1813d7594d 1.00 MB 887 106
449,721 449,721 000000000000000001de3f8d39ab1abbfa26d900f161e98aed2c17f604149b61 1.00 MB 721 101
449,720 449,720 0000000000000000020dc3f137b1c6cca69e7b3e77b04d20969ca1271fa080e6 1.00 MB 1,183 106
449,719 449,719 000000000000000000e7d00caf6766738894bb55d0f4f739bb3cefc4744f13b2 1.00 MB 1,124 110
449,718 449,718 00000000000000000285ee5b5f0d84b7c7d9f383a5d103ddaba78328794b6125 1.00 MB 917 110
449,717 449,717 000000000000000000f483eb2e0b5527e1574f33284194228a0312c8b8d07221 1.00 MB 889 91
449,716 449,716 0000000000000000011c903fb537b68eab7533594321ef85066ce977fcf0aeea 1.00 MB 666 101
449,715 449,715 000000000000000000017c97da610c98cbffab87151ef5b58b0a58f82fab3e55 1.00 MB 319 100
449,714 449,714 0000000000000000016e0ab887a2263f1f79dba40745c425bedd59cd8a5de529 1.00 MB 1,315 113
449,713 449,713 0000000000000000026216f73d1235005f5f950220ce27f0a4bca7036feafdc9 1.00 MB 1,357 118
449,712 449,712 000000000000000001b3f13f9f4cd6173a0825258c4cc8d2073fbb1c7c138f5a 1.00 MB 559 101
449,711 449,711 000000000000000002c98b19c0d2741ef201a32f102b7e575a68a531f8f5e4e7 1.00 MB 1,078 111
449,710 449,710 0000000000000000010badb88779d201f103848d53f914cd0e66f92c7ff666a2 1.00 MB 862 108
449,709 449,709 000000000000000000f29d8a12aed0444b5cffc30b9e3090391594b0501e0a01 1.00 MB 681 105
449,708 449,708 00000000000000000064aa52cc6dba079dd65eab866569da21cfb1f4a584abd4 1.00 MB 546 102
449,707 449,707 00000000000000000008a62d48e5153052e0f35f2dca801b70e35ac00703afba 1.00 MB 603 103
449,706 449,706 00000000000000000211f24423f504ef64c4331efdf889c5984d5a58994017d9 1.00 MB 1,264 110
449,705 449,705 00000000000000000101a2ba5e5b786816768fe6488800774c19fc1c71b7ec3c 1.00 MB 138 100
449,704 449,704 00000000000000000038cc72ca67fbed9a196b2714d51845901325fcfe9cafbc 1.00 MB 1,041 106
449,703 449,703 000000000000000000507309badb4e0280fbed7af172f0729a95e3671f851553 1.00 MB 1,309 120
449,702 449,702 000000000000000002507ff534a30614fe287998b83d7957cb7491ec5950e034 1.00 MB 403 106
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.