Memory Pool Memory Pool Refreshing

2,680 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,673 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (626,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,548 281,548 0000000000000000fd942f3fb6fda46d35f2978207e5768bbc33f25ece8ae323 0.25 MB 501 38
281,547 281,547 0000000000000000da9273e6b2e872b9c666a6b7b0ea2099f27803fbd9e79912 0.04 MB 93 37
281,546 281,546 0000000000000000b9c75ce57a1ccdde35427fe2eb4085a5efb85388f2a44648 0.15 MB 360 61
281,545 281,545 000000000000000186a33784a8200711a1e6876216b28b00ba62e3b9cc874c87 0.43 MB 513 20
281,544 281,544 00000000000000024567358f27c47d59fbbce5853c35ee5fe3c41caaa6dd4831 0.25 MB 803 117
281,543 281,543 000000000000000086a82173a3114aabaccf7c6b6020e7eb1a92c52191acab44 0.00 MB 1 0
281,542 281,542 0000000000000001b2151382cb153dc3a6f0c9dcb2989cf91e18b076e6e11406 0.25 MB 596 45
281,541 281,541 00000000000000016ab4cf5055cb1852b25d3b1d9f6574c9669f6ce4ce21253f 0.25 MB 728 72
281,540 281,540 000000000000000218f31f3f45e866ac442fc46b1e8e3f34461413b43acd77e4 0.25 MB 573 51
281,539 281,539 00000000000000002298c84800822ac5076148e94f5ef4fe20af1c98855fee27 0.26 MB 401 34
281,538 281,538 000000000000000051dbddb9798a2aa5d63487e63a76b8e0de9ab81fb1fe4149 0.23 MB 388 34
281,537 281,537 00000000000000019ecc575de8757cd20e3c0e9cc48f862a0768836f4e1fb079 0.30 MB 652 39
281,536 281,536 0000000000000001402046f47107e5d2e559dab6f4695236898750d0d3decc46 0.32 MB 653 54
281,535 281,535 00000000000000014169786b1c5f75bbebfd01b984763987d39d2a1bb6a949c9 0.16 MB 296 37
281,534 281,534 0000000000000000083176976e97351543a551af0feab69341bf4437b51f05fc 0.13 MB 183 39
281,533 281,533 0000000000000001b50cee0d0487d5f536f4e9589b17064fb4e34224dc568115 0.26 MB 154 18
281,532 281,532 0000000000000001f9be195d079e47b871370e7f0c1ad821a97c5ac1e9e6bd42 0.23 MB 362 37
281,531 281,531 00000000000000004f93e6d585bde72e69b034c8fb5ddd213b33a028a80ad08e 0.24 MB 287 29
281,530 281,530 0000000000000001301e14f62047146d01136e53e81e601970850b7d416843ae 0.46 MB 208 16
281,529 281,529 0000000000000000b2dbcc714de95675b36cd51822c0b46c6f74670b222d11d6 0.25 MB 255 28
281,528 281,528 0000000000000000f16f88199c4c6bc6ad3370c230b8c1122acf87de31c13b31 0.25 MB 176 16
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.