Memory Pool Memory Pool Refreshing

4,423 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,071 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,070 (823,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,873 84,873 00000000000d3be411f5509a97453db29bfe09816eaaa2d6a6c9af55e87bde08 0.00 MB 2 0
84,872 84,872 000000000007f921debc62f3aeb4c7a8896a609fe0726dc8025d971caf7e19f2 0.00 MB 2 0
84,871 84,871 0000000000138e4bb34a260778bbb4f3b5543e8ff14a9df2e6c7e5bd3dca8352 0.00 MB 2 0
84,870 84,870 00000000000cf174c9dd9b142b3b261cc0aa16b760aa03d1f5baeaf28dfbed07 0.00 MB 2 0
84,869 84,869 00000000002a511f33b94a46cf6512dfb3a8d3ed8814d620fe58a9e620b98b1e 0.00 MB 2 0
84,868 84,868 000000000016fc092891aa013f179ce42b33f15aa46c997677171f3fc91247a0 0.00 MB 4 0
84,867 84,867 000000000012466a42a07cb6a602381443ded5003657950cc28cb9781ecbc2d8 0.00 MB 1 0
84,866 84,866 00000000000721aaaec45e33421a49a7216c483e2147d54906ae2e596b9dc563 0.00 MB 2 0
84,865 84,865 0000000000222c24407d59d4fc19d9d05c527ba026414689e7b717620fc6ef06 0.00 MB 1 0
84,864 84,864 000000000023a62b02fb66e41986afee747f97a19284723a09506e16277e8e46 0.00 MB 1 0
84,863 84,863 000000000020df904c767840d4cfad5fa0df5ad5c6461419b211d2329b8fbe1b 0.00 MB 7 0
84,862 84,862 000000000006bc2dcaa33445752b189f98f484ec831d272c42af2489ee14febc 0.00 MB 3 0
84,861 84,861 000000000004b1cefa767213da404500c85feccec4b2e14491d2dfe70d407f26 0.00 MB 1 0
84,860 84,860 00000000001498ed0ba32de44f42e256edc9bfe6c4cbed3a7c3722bdcb1c6359 0.00 MB 6 0
84,859 84,859 00000000000f865236f3bc5cc68e25dd64745250ccf846920bcd09dc2fe2444c 0.00 MB 1 0
84,858 84,858 00000000000b93cd63377d14302d6b29c95320e2a367ecf7af8f86bcbb94a38d 0.00 MB 1 0
84,857 84,857 00000000001e0da8fc97f04c0bb7531c5e7b801a84829b1281a1faee070e644e 0.00 MB 2 0
84,856 84,856 000000000020e721abdd40fc6c300c631103954a483a8dbb1c8692e3bfabd53c 0.00 MB 3 0
84,855 84,855 00000000001af4708f947c68efbb9df86ccf15240ed14ad846c3b4018aa2a89d 0.00 MB 2 0
84,854 84,854 00000000002b433048e70e1a075dbffca0fc0d45d95ed435b86bda6a53bf6c72 0.00 MB 1 0
84,853 84,853 00000000002de8bfe2b5b2c6ef1135c274fcf5702757e050b6bd865dc5f992a1 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.68 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,655.06 GB sent, 96.27 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.