Memory Pool Memory Pool Refreshing

8,430 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,516 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (561,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,645 346,645 0000000000000000090d809b2417bedcc845e6315b5a839df0660a0bfb2047f5 0.57 MB 1,170 26
346,644 346,644 0000000000000000081c0d03f6f13719cf4716fe4f3ff6873be2b3bb382e176d 0.10 MB 189 24
346,643 346,643 0000000000000000032959edaeaabf33dc41509697de991504af59a243f6700f 0.06 MB 73 11
346,642 346,642 000000000000000010a5ebfbbacebc28769493928ed50f8388e575fb93adf57d 0.22 MB 417 24
346,641 346,641 00000000000000000f8f267c82ae9cbd9aa03aaff44bc25f9507400b7478f713 0.42 MB 683 21
346,640 346,640 0000000000000000108b6e572294a792da9d00c3de9e60af24ec9dba6efa642c 0.25 MB 446 23
346,639 346,639 000000000000000001bff4292390aa9c64786bd397ce2383ad89276fad0470e7 0.08 MB 83 14
346,638 346,638 00000000000000000a65719329a75135784951dfe130bde01a2810a251c9dd2f 0.64 MB 1,320 26
346,637 346,637 00000000000000000c38827f5d485fa76c91388eea5d5c1336d5c8b52aa94991 0.15 MB 217 16
346,636 346,636 00000000000000000cb8b415608b0d392d1532f334bbbc123e65e8adbade4198 0.08 MB 89 12
346,635 346,635 000000000000000015900beebb205e48e6ad9de9298de3c80a434462a66a7a42 0.06 MB 15 3
346,634 346,634 00000000000000000904b29f6d4175e9b2d5dde08a23e8e9cbd8c4f15707b48d 0.34 MB 646 22
346,633 346,633 000000000000000001675389644673b1c0d9d80ea4540c7dd74e46bf48e19f34 0.57 MB 1,074 25
346,632 346,632 000000000000000000f8dfec07aa184af4b0fcba813da277ec7fa64535e6cfb9 0.09 MB 106 11
346,631 346,631 00000000000000000f524e878cb619a07f991f6bbbaec06ec746c566c3acea17 0.28 MB 561 28
346,630 346,630 000000000000000015dae2252ac05af3de5bb900348df562105e155263c71e33 0.18 MB 172 13
346,629 346,629 00000000000000000d9798746ec476b989858195efde84fa990629bc8a527af2 0.13 MB 87 8
346,628 346,628 00000000000000000bed5fe614c7f434a8877d1fd1dcc44955ad27ec9d17693a 0.27 MB 362 17
346,627 346,627 0000000000000000020cd680a4a5f6e07aa16a6b136f00dea29a2539d07916f7 0.31 MB 606 28
346,626 346,626 00000000000000000f3723e912797cbbe7999b8513b7f82a09dea2a005f71a19 0.30 MB 446 19
346,625 346,625 0000000000000000145be6ac758c1e4c69e132675ac503675b31fd183d5cb7c9 0.59 MB 1,099 23
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.