Memory Pool Memory Pool Refreshing

6,329 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,688 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (840,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,757 67,757 00000000041ceccbcb7454290a0b6d3a3bf1dc41b477f14877104650c93a9c00 0.00 MB 2 0
67,756 67,756 0000000000404962007974f5ffe21d1d29e5059c9a3eaa8f39948ad0e19fb5b0 0.00 MB 1 0
67,755 67,755 0000000003ad86bf2dfad72d92c62ab2c0fdd47cd9eba99e70886db088692405 0.00 MB 1 0
67,754 67,754 00000000037d0037fdc4bd68cb970afce920f5aee813df63a1724d94742c2434 0.00 MB 1 0
67,753 67,753 00000000005b3365a4f6f5c3c866cadb659fec5124b9a1c8d9b94a1eae2300a6 0.00 MB 1 0
67,752 67,752 00000000016f75c7e22b3811acdbbf2407ad1300103f152434038468b202e599 0.00 MB 3 0
67,751 67,751 0000000005540d828bc4f1523b53365c3c72d38f2961e4832b18494f4733bfc9 0.00 MB 1 0
67,750 67,750 000000000364db1e912abcbce4cb3f2ca82da9b7f95688d54cbbcbaf57e04c58 0.00 MB 4 0
67,749 67,749 00000000027c383692667ae56f39eebcec0f64918f6bd4a74ca66a174f3f5cc6 0.00 MB 1 0
67,748 67,748 0000000004c4937ee96b8d2fda8dc216fb848c4f9276f64a210b0d5f8d2f845c 0.00 MB 1 0
67,747 67,747 000000000532240512e02040d12525b374dacfc112af266dea4c291b2350a581 0.00 MB 1 0
67,746 67,746 0000000004bac636f003ee9521560932bcc9bd28e2c0fc90f3e06c022a1e1016 0.00 MB 1 0
67,745 67,745 00000000017fc1c871480dcfc5a1d5be0c5cbdf74663b62cf221b680dc162a91 0.00 MB 1 0
67,744 67,744 00000000039a0b48e7e7e7b7f53106ba54759d1c5d0c4db60e3a00539f5e971e 0.00 MB 1 0
67,743 67,743 00000000054c8998783b3fa846f538ceac3fb5c6027f8fa08533db74d6c43a52 0.00 MB 6 0
67,742 67,742 0000000002f0e5d484f013b2150aedeea6058cb49e7788fb696ebd49884a1394 0.00 MB 2 0
67,741 67,741 0000000002280e30792c2d0388b30ea0e7db90aafa35bbcf168d152071459696 0.00 MB 2 0
67,740 67,740 00000000026c5a6b5a3d62f5b9143fa1b610cf7d8118b08fa75432a7e5b1e28f 0.00 MB 1 0
67,739 67,739 00000000053f88781b276cbfe18e3d8e4b450fd39d11c377c26600d61995bf9d 0.00 MB 1 0
67,738 67,738 0000000001757dea229be8f51dcb4b7d9185272760b094cf1901f641c60db493 0.00 MB 1 0
67,737 67,737 000000000105f4b4873c61e2d5466351d22b39c3d02f15914dd39a399f31b158 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.