Memory Pool Memory Pool Refreshing

10,976 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 26/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (686,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,774 220,774 000000000000041ebddcaa0e512cb103a8a5dca3a2c0a6639905a9cfe1a077bb 0.22 MB 537 234
220,773 220,773 00000000000005148c0668dc3b1e2b54d9f3baaecb047cc788835ecddd414863 0.28 MB 511 87
220,772 220,772 000000000000008b33511b41a764bc2aed2b623526ed016533113efc717ea9d6 0.25 MB 777 253
220,771 220,771 000000000000037d9abf6f2286758d1b5cb9052550475fdaabb78ac6429cd6f7 0.12 MB 278 178
220,770 220,770 000000000000040683e922b9f2dd22463228840c6803ff637673622478f4b55e 0.23 MB 517 193
220,769 220,769 0000000000000339ef205f6cfc2b283a3e0e43de30bba7b5634a36a9e93e0f80 0.22 MB 490 183
220,768 220,768 0000000000000112a3ecc5da6249891300529b320340fe0c0fd222958a64ccf5 0.04 MB 128 241
220,767 220,767 00000000000000371dd092b497354c70efcc40bafa80a655cd4aa6cb1d3d627e 0.26 MB 619 198
220,766 220,766 00000000000004d9b75456c78765431e87b206331477c97bb22ca136e14f2aea 0.00 MB 13 29
220,765 220,765 00000000000002db635094663e5975669e6ec23dafc579c78d561c7bfd2e782d 0.40 MB 759 110
220,764 220,764 00000000000000f25d88eefe1cfd53d726463fb308a76b3ba059e7b15302de1f 0.02 MB 49 60
220,763 220,763 00000000000000f5d65322be334827eae7d5c7f89ae676daf1c1b7b59fffdce7 0.21 MB 347 104
220,762 220,762 000000000000051760738561a6cbbd45d797da74faa1928eb6b44365e228c875 0.25 MB 674 192
220,761 220,761 00000000000005015c20ea5d40075e3f17ee199b955eee0913469a53270f0210 0.33 MB 854 223
220,760 220,760 00000000000001c796268872620710d0b5dc69093049bcbbf1442377cbf8a5b6 0.05 MB 102 504
220,759 220,759 000000000000013797a0c235fdcab812525caeb689c16fef525e9f29f84ef0c1 0.00 MB 12 28
220,758 220,758 000000000000007db6f86ff482da11752b9b265a1838aeb01f35bc51348f2548 0.05 MB 72 114
220,757 220,757 0000000000000002494177d1e67e9c4d8414062f4d794046e50a9305879a59bf 0.16 MB 242 124
220,756 220,756 0000000000000276a6feb3a4be1923eb0c6abe6a70bec3c5e4ac2ba72853241e 0.25 MB 680 255
220,755 220,755 00000000000001e3a2cee4916cf70bd24bc2eea39efa9404c660c33489ac8129 0.09 MB 190 132
220,754 220,754 00000000000001636532d68ba1bdf43d682f7c3accb820fd74334eefbaecc667 0.25 MB 583 230
Previous 10 blocks ↓
Total Size: 769.03 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,625.08 GB sent, 93.02 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.