Memory Pool Memory Pool Refreshing

9,032 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (191,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,787 716,787 00000000000000000004c35289220eec5c661109f36d30fde5d4e84e6f15c2d1 0.18 MB 358 12
716,786 716,786 000000000000000000066301008d3da097b21e9beab1c254093502a21539d5cb 0.23 MB 363 9
716,785 716,785 0000000000000000000596253c8d909918e2c50daa47e54ba739e36eb250b8ea 0.67 MB 1,149 11
716,784 716,784 0000000000000000000ad9830b6caa1a1cc8d245bc9de1c2cf8c640b1b359746 0.17 MB 371 9
716,783 716,783 000000000000000000055b9848ecf79ec6b40f5a7cbd597dbe64984f3f00136b 0.44 MB 533 9
716,782 716,782 00000000000000000001b72cee3dff34247816dd12a5e0653f6a59128bd6facd 0.20 MB 388 11
716,781 716,781 0000000000000000000304c123446d7b66a10fbdac49bd71d3e6610dfd2a42a9 0.01 MB 32 14
716,780 716,780 000000000000000000049c593f9f77fed4e828391cbf09716c5fe0f3f86f947a 0.62 MB 836 11
716,779 716,779 000000000000000000098319cb6a309c2a756907996348bbfb64990787b0ba18 0.25 MB 560 12
716,778 716,778 000000000000000000076a5e1925ba4bf07c5afad8e8a62275563e45308a4083 0.00 MB 15 8
716,777 716,777 00000000000000000008d0e0b0e97daf6d6334b2237a99af9f925f545f7ea04e 0.84 MB 1,607 11
716,776 716,776 0000000000000000000453f354de513da215507c11b0fc9da64ca0c1135a3a86 0.32 MB 723 13
716,775 716,775 0000000000000000000a7d274fecebb0d7a7fcf02527b8c73d19b253869e2e1e 0.71 MB 1,138 12
716,774 716,774 000000000000000000001364633a4563ecb3b5b2399436fd64b3e4d5e26de357 0.37 MB 520 11
716,773 716,773 000000000000000000038ed9499defe20f8a29ce28fed287ea9e55a83d3b7354 0.17 MB 388 11
716,772 716,772 0000000000000000000746059c027f47236568bc140c753b1329a5de99b1ca49 1.38 MB 2,173 5
716,771 716,771 0000000000000000000465111d9c4f8e800b8bde1a230916e21f5388e3992d3c 1.35 MB 2,046 17
716,770 716,770 000000000000000000023434a7e2ace66acebfbe5390cc35e0e04e972bd02889 1.03 MB 1,607 4
716,769 716,769 00000000000000000002ab5ccc6ea1afae0adcd6190a4c856de45c6c58e2e596 1.51 MB 2,592 14
716,768 716,768 00000000000000000007e8bef421539d01444fd3f83b860b330573ee1cf60b1f 1.57 MB 2,781 7
716,767 716,767 00000000000000000006fd818fc5115fdbbebf1acd42834288535bfb47631f8c 1.45 MB 2,511 18
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.