Memory Pool Memory Pool Refreshing

9,682 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,388 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (603,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,752 303,752 00000000000000005ac840223df16ac8f8931e70a902ac64d8381943d1cc5bc0 0.06 MB 130 37
303,751 303,751 00000000000000003c742124d731ec48b1d3f815e085ca1b1a1ae0d1c91bc838 0.18 MB 319 30
303,750 303,750 000000000000000018310c7e216ed4140713ff2198f508c6af6c244cdd738675 0.26 MB 442 31
303,749 303,749 000000000000000068cd430d63fd64c67f99412104f3bb0a7bc58c0ec8ce3707 0.24 MB 484 30
303,748 303,748 000000000000000046b0b18ae09c661c4a2ce87023a4053cb009648840ca6597 0.20 MB 310 30
303,747 303,747 0000000000000000185e7387512b98c11f4391347b68cf33e921615f6d1def65 0.02 MB 51 32
303,746 303,746 00000000000000002da9254bebad91936226a4acdf7e19ede5032ac9e7f8088c 0.21 MB 355 29
303,745 303,745 0000000000000000115798deb5f46398da2b478e19ed9a4da5230279ef39819a 0.03 MB 33 23
303,744 303,744 0000000000000000353cc03c54259d057453eac72dc7bc0e781a249df250e88c 0.07 MB 115 25
303,743 303,743 00000000000000005e5c4d594be85fce0762a802f48819646772030f9fd7cef8 0.35 MB 535 27
303,742 303,742 00000000000000002391319e7b2fca3c87a6dca0b7115e1488d542caccce701e 0.35 MB 569 29
303,741 303,741 00000000000000000ef7503913bcb156b88c6780e29c69c42a3637e802d0e3ec 0.10 MB 173 26
303,740 303,740 00000000000000001532cf76c989cfd0fec961c910cd2327cc3debb444cca3bc 0.26 MB 371 25
303,739 303,739 00000000000000004e903fa36dcb0797cfd6e453dc28fd28710031b4ff14cb66 0.25 MB 320 22
303,738 303,738 0000000000000000169b2b8fb9d30fdd8c03ce4d34a82290e3cb2d324d87b970 0.47 MB 750 25
303,737 303,737 00000000000000004f7c8a96d285841970d93232457a893a68ebbb299b1289d9 0.13 MB 120 20
303,736 303,736 000000000000000021e48b020cecdb00bfa06fd89c4f5e332fee5ca0fbd9bc15 0.06 MB 32 6
303,735 303,735 00000000000000002e0a310452add40d1274af777d4412f2cdba50c75bf64a03 0.14 MB 171 17
303,734 303,734 00000000000000005a55bd3db5e3177fbd62c9fb604c27bd4d77c9be77fad2fc 0.35 MB 694 29
303,733 303,733 00000000000000004944a0e36d8bb37b14dccdd937e59c85bee3c22d568f8897 0.09 MB 131 23
303,732 303,732 00000000000000000cc7c91fac3b3eb73235a209807cf2d0094016949b254298 0.12 MB 220 35
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 GB sent, 92.91 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.