Memory Pool Memory Pool Refreshing

13,306 transactions
4.73 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,998 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (746,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,240 161,240 00000000000002355af4023b890115549be6b0043924e276a8332698dcf25b4f 0.03 MB 49 53
161,239 161,239 00000000000004b286b8fd650e20d7e7da6080b528dd744b2510bdf27dfcdf5b 0.00 MB 7 54
161,238 161,238 000000000000005fa1f17ba6a6586321ae13e649ca0325ce2f1e8ea0ab82d517 0.01 MB 38 0
161,237 161,237 00000000000002ffc619b34fcdc788be5f351da0865b71e90beaf197d04604d7 0.01 MB 7 78
161,236 161,236 0000000000000dd62d23cde29da6d42663903a2a0a3e794b07aea233f594e06e 0.01 MB 11 95
161,235 161,235 0000000000000cb890f5b5e24420c128041c5dee835f4f674bceb14f5e880cf5 0.01 MB 37 18
161,234 161,234 0000000000000e0ebc87a51e2994e6daa00140c851c2b2d8ef5e9cf816a86cb0 0.00 MB 15 13
161,233 161,233 0000000000000a0daf758d6f8f625b2642d383959f3ab96942196d3cd38d5323 0.03 MB 54 15
161,232 161,232 0000000000000844c0e764932694e56c379deef0b79372797b56544e1fd18ae0 0.00 MB 1 0
161,231 161,231 00000000000005b80a7344ff86e7285af2604453618690e9fb4c4a4f7b0cd5ef 0.05 MB 79 120
161,230 161,230 00000000000000e6a7843ded28dc4fba8e3fec86a18fa7581e1ca61fe0fdc66b 0.00 MB 10 0
161,229 161,229 0000000000000495350268669ca2565a2ae0f98665d8e26d6f2ee9275109ea61 0.03 MB 50 70
161,228 161,228 000000000000061a4086f69f9060dfdaa92f10bc8f2ab1fccdcff09328cb7b11 0.03 MB 48 106
161,227 161,227 000000000000072e9878ee4b1f719782853b93b947cde6f58c00b94a0af5253d 0.00 MB 2 125
161,226 161,226 0000000000000c45c8afef852124bedb7e277ad8a60610d30fc5f29c9b231a93 0.01 MB 12 57
161,225 161,225 00000000000006771c137fbb9700fc352851384c303e0461576156415b42103c 0.00 MB 6 0
161,224 161,224 000000000000001cdcbc9889a8c17bf5b708046e32f37b154e9099c850fb615b 0.01 MB 19 49
161,223 161,223 0000000000000e52ff290db5c68d08377f1914d1536bf4ce6422d1987efaa953 0.02 MB 45 38
161,222 161,222 00000000000002ef166bcd35fd484604b60ffcc8795263622c6e5890651c4e04 0.01 MB 20 265
161,221 161,221 000000000000075e70d2f603e52aaf943a7eba6eaba60d118ec7dc0d1a57b5ac 0.01 MB 11 31
161,220 161,220 00000000000008b40b493805cdc228cb70c3518ca768a3f9d43e68cc58bf1ce3 0.00 MB 14 251
Previous 10 blocks ↓
Total Size: 769.02 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,624.70 GB sent, 93.00 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.