Memory Pool Memory Pool Refreshing

3,663 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,659 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (105,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,757 802,757 000000000000000000025bf2e3d0044e97f6ac2f0ca9a056a628996971547fda 1.78 MB 4,880 6
802,756 802,756 00000000000000000003a0f04a943daf583104d8c31dfe34d1fd43eecb78dbd0 1.81 MB 4,853 6
802,755 802,755 0000000000000000000484b911c9a2c7e006c651502a46f4eed5bf91306853bb 1.81 MB 5,041 8
802,754 802,754 0000000000000000000378fca529bafd2bba03bbcae8e176a8b5ef42a7d3b114 1.39 MB 1,581 8
802,753 802,753 00000000000000000005459da10e033400584f0fd8d08e3c336e234b8272f079 1.59 MB 2,692 20
802,752 802,752 00000000000000000002fa7a1d1ba543d3dd8cc1fe853384d6ce289e6fc84818 1.64 MB 3,198 10
802,751 802,751 000000000000000000010286f8177c5e132969cea4fd2149834057fe0a9902a3 2.10 MB 6,555 8
802,750 802,750 000000000000000000044f7c886706a6baa55177e9790ac1f1d2336e197e76a6 2.01 MB 6,015 6
802,749 802,749 00000000000000000003ed19cad1efdf1aa9ffe0cae65c7d94411d14ad765735 1.77 MB 4,704 8
802,748 802,748 00000000000000000001fa4bead3fa8ba676067dec812d99a659378309f040fb 1.60 MB 2,746 12
802,747 802,747 00000000000000000002a4042847e03e89f5926e35f48e40c26d7b2dc920f8b4 1.57 MB 2,915 19
802,746 802,746 00000000000000000004d0f178ce74f0d7159b7b8f9d2133559a68cd052f907e 1.79 MB 2,584 9
802,745 802,745 0000000000000000000496182d708453e4c836405046fb869d4c31479eadfcbb 1.64 MB 2,353 13
802,744 802,744 000000000000000000052d504f4bebd2441e0afaaaa57ada5f1e098aa6a60c8c 1.58 MB 3,110 18
802,743 802,743 0000000000000000000287f16494ceb804adc20c2aa7f3a5f78cdfd646b7a87a 1.12 MB 774 9
802,742 802,742 00000000000000000003e12c0aed5cfb4eda7fd7ae3d1d06311a6ad0821893af 1.73 MB 4,273 8
802,741 802,741 0000000000000000000448484c8e0fcf52e834989198768540d86f957e8f0b55 1.98 MB 5,825 7
802,740 802,740 0000000000000000000290ee101fb589bbf17b2e80ea56917dd01925527e90ab 1.61 MB 2,797 7
802,739 802,739 00000000000000000003cf04acb57054577bbeed9040f35fd56aaa6fe2e1a964 1.52 MB 2,004 11
802,738 802,738 00000000000000000000ee673fbfc3bcc693e419c4aba5cd20cdbcf077526907 1.79 MB 661 8
802,737 802,737 00000000000000000003f1217132ec235f802d48bae8b05cfe98e772a407364d 1.52 MB 819 7
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.