Memory Pool Memory Pool Refreshing

2,904 transactions
24.71 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,537 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (862,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,758 45,758 000000001b8c4753cda5829e7c981cdfb641f9766d0ef16fa9883d9082a6d8e6 0.00 MB 1 0
45,757 45,757 000000000c097e8bdb0916f5636bbd49cea56e26c24b8711783051220a7f6eca 0.00 MB 1 0
45,756 45,756 000000002f72f9e38412777f7dcb835d4f8d6ede27228969e2216d0f695bbdf6 0.00 MB 1 0
45,755 45,755 0000000008da7a5933b94f87ea47f175c46bbd6b9c6d997b1e9736209003bb31 0.00 MB 1 0
45,754 45,754 00000000054403da949d068e08e7371614f9f9c7e86c3bd0376871119656f441 0.00 MB 1 0
45,753 45,753 000000000db12f7d37b2b75e43ce2963558807cc828db5cd7237404afdc78e51 0.00 MB 1 0
45,752 45,752 000000002cd44d98c9cd8bca4d60f5535e3b4f6c9749938a1fdfdac42a04b5ea 0.00 MB 1 0
45,751 45,751 000000001a6d01f194c164ee6a42d6c19f75205930625f8ea05f77dfb1fca40f 0.00 MB 1 0
45,750 45,750 000000002babc97b31c4071337837f67dc6273e715fb3916d202a707158ec4ec 0.00 MB 1 0
45,749 45,749 00000000020b8475902ded5171d10f1b706c1f1d2fbefbb4d0a38441590821b1 0.00 MB 1 0
45,748 45,748 000000001c4dda87c0746c4cb7608dcb5f61721c5c41a448f0dd8c0f8e4664e2 0.00 MB 1 0
45,747 45,747 0000000000fd0d5fb551859c4336f596db22ff2d61ce9fdf0d166c6c3e42b1a2 0.00 MB 1 0
45,746 45,746 000000001d0126fe08c1b3db5506728256e3997822c24898818527ed429c4a7c 0.00 MB 1 0
45,745 45,745 000000001d2fa5e8e5db92c912b9fec41f21b352d2a73e504ca4b498a7bbfddd 0.00 MB 1 0
45,744 45,744 000000002222bb7ac44ff7ba21e72390c4d10ae581c1b073fb7886728d8f4399 0.00 MB 1 0
45,743 45,743 000000001b1f4ba212b679439708b9258efdd74efc0416ea7e4b08d9f439c7f6 0.00 MB 1 0
45,742 45,742 0000000023c6cfaf4be5f67be0a5992ed7b6990f46094718b31d05ec796d163f 0.00 MB 1 0
45,741 45,741 0000000022c68d9bd260d6411500f7c697c8740a4971f97d8dd54e448b7a136e 0.00 MB 1 0
45,740 45,740 0000000033244f764639ca397eef6ab19348c9238f11ebc16242fcdb63814017 0.00 MB 1 0
45,739 45,739 0000000020e6bbf9bb337562b91c6a7c17e8b7557ca0f3dee886a7e61acda7f3 0.00 MB 1 0
45,738 45,738 0000000027b7f07c119fd8d0e98217ff3ed91b2d582704d5085ac10bf363259e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.37 GB sent, 98.56 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.