Memory Pool Memory Pool Refreshing

2,416 transactions
0.84 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
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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 2,416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (154,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,823 752,823 000000000000000000079ad8bc813dda171505e197920ef0734ef934f3e99dca 0.32 MB 564 13
752,822 752,822 00000000000000000006628c38a1978b408daee1c1866ab51b9004be11c7cfaf 1.31 MB 936 4
752,821 752,821 00000000000000000007662c87575b3ab9243f4a7f8d12ae405c6869cce29e43 1.59 MB 2,171 9
752,820 752,820 0000000000000000000480d9e3cf9e0e9d7d129aa0ce8e0577e00db43a09620e 1.26 MB 1,425 15
752,819 752,819 00000000000000000000ff2d69f6f3374ad8390c69e5367b72328109b0945224 1.59 MB 2,374 9
752,818 752,818 00000000000000000002aed9cfb7528f49a83fbaec37257e28601f76d79a8687 1.54 MB 2,702 10
752,817 752,817 000000000000000000057666cb2a285b3faf17bc0d0130ff9f36489e56b20622 1.36 MB 3,257 19
752,816 752,816 000000000000000000073d2bb4d740db5ca6688974850400ecc7a486256e35e3 0.97 MB 766 3
752,815 752,815 0000000000000000000443f8d0947dc01c5fd824b034ea8cf321471c2af0c631 1.25 MB 1,985 14
752,814 752,814 00000000000000000001cba603d4d9a017e893886f7c2636b81e9f00524a0d7d 1.81 MB 1,640 7
752,813 752,813 000000000000000000084acf0aa02c28a4f8313b5799c3285d9149aa9abba954 1.66 MB 2,218 9
752,812 752,812 000000000000000000000c8b586a0c4e5ed2b92e79c98f81c680db6afac722f8 0.71 MB 541 5
752,811 752,811 00000000000000000008ad25f35b9afb030f6eb618b2c1fa2f4d91095f5df837 1.45 MB 1,871 10
752,810 752,810 000000000000000000024a9c98a3a283942f5cad8b016b2169caab5a357b7d2a 0.38 MB 483 9
752,809 752,809 000000000000000000003daa5990c9bd5579f786d50a96e1f2e4a01f0a8b62a9 0.36 MB 856 12
752,808 752,808 00000000000000000003697f450d372ba5b68e4dfe64788738b53ca249e07469 1.17 MB 2,304 11
752,807 752,807 000000000000000000000674780e67a6cd2f365ad7c06a623bdb3b8fc2fc70d6 0.21 MB 573 12
752,806 752,806 00000000000000000006482fb3fd41053a4ad29137e563882178b5da6fd57621 0.25 MB 647 12
752,805 752,805 000000000000000000052bf0bf9060ec00f874c86601fbd0a3d78c6f6974aa7d 1.16 MB 2,229 11
752,804 752,804 0000000000000000000295101d1a090ffde234684901e136ee467a6d3ac1acac 0.04 MB 110 16
752,803 752,803 000000000000000000039914a91cc25db937958e25f9a43a89885cbef22f95f8 1.25 MB 1,668 10
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.