Memory Pool Memory Pool Refreshing

4,247 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (644,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,015 263,015 00000000000000076ad9ebc81b5c1b150856690625bf17949f70c61c11947b57 0.28 MB 597 109
263,014 263,014 000000000000000be9f9a54b2bcbbedbf58300446c342e62356d58ff4d853640 0.15 MB 369 103
263,013 263,013 0000000000000010e0d6d0ef9369e342f487124705c65e60f4d79cf7005d6508 0.25 MB 586 120
263,012 263,012 000000000000000c7df0731c7f112fe70abe05df5cdc496fb0da9fe6c0976ada 0.01 MB 27 177
263,011 263,011 0000000000000013ec2b006754ce753795d33c042610705c3e76f0f37aac6d9b 0.15 MB 358 118
263,010 263,010 0000000000000002d72eaec29943683f64efd502e8384d032d44313c87854780 0.08 MB 177 70
263,009 263,009 000000000000000945ac88034ef2eb865273f76f6f02c8c162e6b1018aec9012 0.13 MB 328 148
263,008 263,008 000000000000000c696f75a8a38e4ee423f70db1da25f9d33f5ad68b63f64878 0.15 MB 110 28
263,007 263,007 0000000000000002fb20333b4251b532a096999a906a1714f79abdf11fc5ed18 0.01 MB 24 118
263,006 263,006 000000000000000233da3df9848e32b2b3b3fe087ae9472a5b61410069313a09 0.15 MB 194 57
263,005 263,005 00000000000000074ff1ff5175a5ecf057b776e19fab0fa31531e90eef025616 0.10 MB 96 37
263,004 263,004 0000000000000009d3f1abdef3c9eaf2f71237cdf7631dfbfe37dfc514c74c62 0.02 MB 59 110
263,003 263,003 0000000000000004ae4819ce69bea446281fd9c248aac3f9d6456e6db0828605 0.09 MB 203 89
263,002 263,002 000000000000000f6877f6e13a7bb80ef805361b2c65c7b3d2346ef5362890e4 0.36 MB 371 88
263,001 263,001 000000000000000330196833a32e310593e566a33554f9159539fb48e33da0fa 0.13 MB 323 104
263,000 263,000 000000000000000aa569b284565f2d48d8bb99705baa06c7fea6a1bbe8dd1165 0.16 MB 372 130
262,999 262,999 000000000000000d7bd3a04be4240f558d29504b8b69a8f4f84fd87b97392058 0.03 MB 74 81
262,998 262,998 0000000000000000e23d230168bc2cb2f69f20aa8014191baea790e54cb3dfdf 0.18 MB 383 116
262,997 262,997 000000000000000151bdeb7cacb125d0f9ff21e563c3fcd824513ad5e603c783 0.16 MB 382 129
262,996 262,996 00000000000000139dd952d6675a2a37045c9638eb2e1b6c81c77bb8d7bfdb8a 0.13 MB 294 91
262,995 262,995 000000000000001097f9dce5899da240b649fe082f2b4458930b9aacc04030f2 0.25 MB 551 124
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.