Memory Pool Memory Pool Refreshing

4,472 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,087 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (706,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,873 200,873 000000000000024e889cbfedf778d07646aa761c36c14488806c3b76d0aee854 0.07 MB 167 111
200,872 200,872 000000000000043ddd257ee53613f6c432852504984a9580eb26cf82f8280af3 0.05 MB 85 82
200,871 200,871 000000000000006b96f00c05fa0416015c4a207c07d2e3a5f75aacb8117cefa4 0.08 MB 163 89
200,870 200,870 00000000000002e1ece48b202e7cb0f4a0c6abb7e21dc4578165fac173b3a449 0.23 MB 557 138
200,869 200,869 0000000000000420a2051f48db53b0373207e3765599d858980e67216d6e637f 0.00 MB 4 67
200,868 200,868 0000000000000127c78b52b241a1142d4553298fa8c55ed3632eb32850cd205d 0.06 MB 186 163
200,867 200,867 0000000000000243fa372d28c048552bcd895f46f3ac6ed84f1d72d3522d501c 0.18 MB 456 135
200,866 200,866 0000000000000272beaad27cad41bd3d38b903f0066210c01eb298a135fd8738 0.03 MB 57 79
200,865 200,865 000000000000055d40975dc4683acd42b98f18bcdd99b4d8b50c6e15b8c7da7d 0.03 MB 19 24
200,864 200,864 0000000000000063796ddcc0003b59870cd14982efa8eb6ff238f3d7b33fde42 0.10 MB 240 136
200,863 200,863 00000000000000f273a4b5deb351c849060568df30929ceaaca81ae295fec14c 0.02 MB 42 155
200,862 200,862 000000000000020dc348fff7c368f71619b977b4adea1d8b02ea0ae22fd50dd2 0.06 MB 100 190
200,861 200,861 000000000000037c91a3ff9b803070ed13aaf0f686699bc00735a36ef8087d84 0.12 MB 288 268
200,860 200,860 00000000000005d8004d5f32ebd8fe154697602d90a8de3f0dde279a48fc0dea 0.00 MB 13 2,004
200,859 200,859 00000000000004b80959811e0b8f41dff3426f95d2a660c092594ee48d087700 0.13 MB 231 358
200,858 200,858 0000000000000134ebd5c264fc85592e525c1701aa0f86005ff8e6e93f7a1fe1 0.16 MB 280 97
200,857 200,857 000000000000025925f4fab2b7ebe729e7c7d483098863a7cd31bc5c773a5098 0.11 MB 232 155
200,856 200,856 00000000000004ed47cce8282d76ecc66b5d5f8324024117e30fd6b788e56292 0.05 MB 107 131
200,855 200,855 00000000000004eb0547daa84e0ca921d4274a99a5ebb7ec34c1efbc43b777c0 0.14 MB 386 161
200,854 200,854 00000000000000d41e5497f984517d27afcd85dad80277e7b7856418a72c7f69 0.08 MB 197 212
200,853 200,853 00000000000003c15460197f8c84c23927ae3272d88d7e8cae254a92624e06e5 0.02 MB 55 77
Previous 10 blocks ↓
Total Size: 769.04 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,626.18 GB sent, 93.06 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.