Memory Pool Memory Pool Refreshing

7,166 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (290,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,774 616,774 0000000000000000000ac4ed6d6210fcd3b31efdd611be6a0dcb8d0362480ed1 1.35 MB 2,672 17
616,773 616,773 00000000000000000000654b767b35f564ce2894a337559d3d54e7e6d3c12363 1.31 MB 2,730 22
616,772 616,772 00000000000000000007e13c51cbb93c4f59e902db5c17f3dbfc33c01c01ed8b 1.28 MB 2,717 25
616,771 616,771 000000000000000000052e07702069479e565384f93c0772bf62463effb4aeda 0.40 MB 943 19
616,770 616,770 0000000000000000000dc149d950833a2b559fb97b482e617d85ebdcf927419a 1.16 MB 2,842 15
616,769 616,769 000000000000000000011aefaaeb02919d245b3a9f7688794d48f9ef324f6497 0.80 MB 800 9
616,768 616,768 0000000000000000001202cfd8c15eff11ae2f30e69aa35cdb547c6d9162c729 1.00 MB 116 1
616,767 616,767 00000000000000000002549b9a27a72e7ed623ae9fa36572faddd8a018d3e0b3 1.03 MB 353 3
616,766 616,766 0000000000000000000a15993161b66b1ae0241505ce85d7993bd58369c0fbe0 1.26 MB 2,888 14
616,765 616,765 0000000000000000000d6b1cfeef6a42dbd3a73893a578995aa0176a55c00f4f 0.21 MB 186 10
616,764 616,764 00000000000000000008b84da75fb247083d2cb46cee1cd5c3b4ed4036c8c7c7 0.55 MB 1,073 15
616,763 616,763 0000000000000000000fe7bae42b58fafd9d62fb62317bd6c9cb8f39700bf6a8 1.17 MB 2,341 13
616,762 616,762 0000000000000000000b7302b13ecece3ae5ad15159d3757bdb9d5ccb65144b9 1.19 MB 2,788 21
616,761 616,761 0000000000000000000037e077b9a9ae33335bc62cc91307b9820ed3a138e85f 1.09 MB 1,455 5
616,760 616,760 0000000000000000000219e71688cdad559bba1ef66f4f61b63739ffa06154f1 1.40 MB 3,469 7
616,759 616,759 0000000000000000000c7140b4f8d8d6af5b717eea5eaf70457f326c95340ee8 1.50 MB 2,475 17
616,758 616,758 000000000000000000074a8e31c37e6578c9521c86fbb7a4ece2020107463707 1.24 MB 2,113 2
616,757 616,757 0000000000000000000a1d3b27a2762c382f28cc33d1802f782f9d2c57ceb579 1.30 MB 2,613 14
616,756 616,756 0000000000000000000094e25c6754f6d9ed589bf881a8b5ff7d501c702cae69 1.42 MB 2,594 23
616,755 616,755 000000000000000000005595ccbd4a8b8310f42373fb75687195f4af049d38f6 1.43 MB 2,397 14
616,754 616,754 000000000000000000109024e20c559aba99ee539dd4b7e9dcca802780ebe98c 1.31 MB 3,376 35
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.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.