Memory Pool Memory Pool Refreshing

3,454 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (760,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,945 146,945 00000000000001437e4f883515302d38254bb581ef7fa3f9cc93bd2e5c4fc5a5 0.00 MB 5 27
146,944 146,944 00000000000003256a25236c0b55c880582b1be991391874bffe668747957592 0.00 MB 6 121
146,943 146,943 00000000000000841e38ee6703f848b7f8ebf76c99ffe8b586923f38595f6fd6 0.00 MB 7 44
146,942 146,942 00000000000001cbf561ced0f921e626480327ee4e39cd605817084ab2473361 0.00 MB 3 96
146,941 146,941 0000000000000584db389e9dfd672790a8cc5572898960cc7871f87427414c67 0.00 MB 8 55
146,940 146,940 0000000000000859e9ee7db47dc16331cce1da3e09cb049839562d059e052f6c 0.00 MB 5 0
146,939 146,939 0000000000000433333a42638cef4248be9774fd18b2e16077c04ee768be6237 0.01 MB 16 55
146,938 146,938 000000000000042a3c69c4d9908ac92899b2d7ea8818dafce67a5b1dded8aec9 0.01 MB 24 156
146,937 146,937 000000000000010db7b6e9ff4cff9f0498a682c4566b1f9db947dd7175225987 0.00 MB 12 43
146,936 146,936 000000000000032ca63b4afe684767ea50f7cd4c029a91391a72583b2d5c4f1a 0.01 MB 27 61
146,935 146,935 000000000000024c9eee1a8f8d10e82c1646e4e77255d42c225b88f8386b56dd 0.00 MB 8 27
146,934 146,934 00000000000000f6d4732a80a272092386d50b0abe75bb0019cb46dd435c1193 0.02 MB 32 162
146,933 146,933 00000000000003823360800e4f70ee3b8c2ff00a6be4796f6d940f181ce1a341 0.02 MB 66 11
146,932 146,932 00000000000000e57587109eee7f97ca1ff8293c6272e6cabf24fbdbdeca7bb9 0.01 MB 21 139
146,931 146,931 0000000000000175bf2875a1b2c15867c10bbc051619232dcb0e5d7dfc3d226a 0.02 MB 40 136
146,930 146,930 00000000000003cbb6bea90c9d80b7c08a489846eebe25ffc425515b9cc01368 0.01 MB 21 211
146,929 146,929 000000000000095431756f3112045aa16125e678394d0a8f5b165a0f7b6059bb 0.00 MB 10 74
146,928 146,928 000000000000050b990939330de9c50c191ffcde0876362247ca20bde831accf 0.01 MB 21 138
146,927 146,927 00000000000002a00a7c59f7969371427da066cd189d17a046ae2c0d5a7147ee 0.01 MB 5 19
146,926 146,926 000000000000005e911a56c58b3bc01593783aec2f0c5c73825f7a4a7686bd39 0.04 MB 102 178
146,925 146,925 000000000000064f91d740df251a9eb24a28be0e514460e7a8a08946708b7a91 0.02 MB 28 103
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.72 GB sent, 94.45 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.