Memory Pool Memory Pool Refreshing

10,633 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,432 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (21,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,763 885,763 00000000000000000002092f2080a859c174cdf95984d1b10c695ab1c41d1887 1.54 MB 2,079 4
885,762 885,762 000000000000000000020206570664f8357a8178ad307193c060cf7b229f36e4 1.60 MB 3,386 5
885,761 885,761 00000000000000000001a6f1f1cb035ef60a2a3f2497529583d0fa12012fdc1a 1.54 MB 3,452 6
885,760 885,760 00000000000000000000ae944dffff8e7062123d4636f1cf840b4669613dce51 1.48 MB 2,596 5
885,759 885,759 00000000000000000000bb5dd7bb99da64cb81a55ec05036b96de05d47fbf6b2 1.71 MB 3,068 5
885,758 885,758 00000000000000000000fa9b7e2f6f9f9c7863f97acbd21f020cd95bc0dde940 1.65 MB 3,451 7
885,757 885,757 000000000000000000022ee845466df5cc8c1758f17359fa4b3b9103258569e1 1.57 MB 3,451 6
885,756 885,756 0000000000000000000268a0c5e250a1f30edbd4beed5bf2a947bb8332d5341a 1.53 MB 3,196 6
885,755 885,755 000000000000000000002baddf5b3bf5fc075597228f2f656b250c7af1e75d26 1.59 MB 3,620 6
885,754 885,754 000000000000000000001c982c2890888f08ceb76070dbf76d310e4a8ba0a416 1.52 MB 3,515 7
885,753 885,753 00000000000000000000c0e68583c32e60aee8a31a0faf963e85b974218cad7c 1.77 MB 1,379 2
885,752 885,752 00000000000000000000ef2a7771c99f44c0b29d25c40d8d3b2cc2d6e97078c4 1.81 MB 2,266 3
885,751 885,751 000000000000000000018fbe0cec4c1a23a88dcdad26c871ac57c83ecb30c73f 2.00 MB 1,192 1
885,750 885,750 00000000000000000001745331a46be6fd4965f92a2172c956346724a36aede3 1.98 MB 2,421 2
885,749 885,749 00000000000000000001bf4ace0191cc085ba610c76f73df587da3826d45610a 2.03 MB 919 1
885,748 885,748 000000000000000000013d6c52879b508da4659136b8a2753fe2a1672a392c4b 1.51 MB 1,449 2
885,747 885,747 00000000000000000000069dce003783017c5e89f3c188c5036ec4dadfac3d36 1.63 MB 2,537 3
885,746 885,746 0000000000000000000223f5fc87b81ade3d6bcac5b417889ec55ebc57c88ddd 1.63 MB 3,298 6
885,745 885,745 00000000000000000001ac3614ddeaf1660cc380d0eb27e2e2c31fbb53fb823b 1.52 MB 3,035 5
885,744 885,744 00000000000000000000fa606cf45c897218b42d06faa7e0e01d36dacdf51a7e 1.72 MB 1,718 4
885,743 885,743 000000000000000000006690ce9650b70b530cdf09ccacca28677d45d44a9967 1.69 MB 1,729 4
Previous 10 blocks ↓
Total Size: 769.03 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,625.05 GB sent, 93.02 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.