Memory Pool Memory Pool Refreshing

3,240 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 3,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (60,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,439 847,439 000000000000000000031bd345f324adbe085f3cfc46690dc05b60b402acc030 1.51 MB 5,257 29
847,438 847,438 00000000000000000002664487da28dc19f9215f4148f31a4f6e1184e63dc762 1.42 MB 3,170 32
847,437 847,437 0000000000000000000249bee0a36452828f816efc12c20521a836ecccf53c88 1.52 MB 4,521 49
847,436 847,436 00000000000000000002f0266382195b3254dc8ae048150bfa84df7b06389f91 1.61 MB 3,454 42
847,435 847,435 00000000000000000000b93633fdca0aa686c96aa5bb483f3fed4370436e966d 1.61 MB 6,183 32
847,434 847,434 00000000000000000001d9224123099fb2d755a25d8deb284c977c6c3e0c1194 1.63 MB 4,002 31
847,433 847,433 00000000000000000002bfeef21f77ec650d4e816c53c34fb6d7c7af16f1776c 1.69 MB 5,149 31
847,432 847,432 00000000000000000001e72d87bee79abb79b6e631258a61e7f00c4436db0e10 1.57 MB 3,009 54
847,431 847,431 000000000000000000026c843c0793465ca5ce01bc2e89c312d6da9730d12044 1.70 MB 4,210 37
847,430 847,430 000000000000000000008d168b46d174064b10596ad0fc81ddf01f9933c82d5a 1.55 MB 3,863 42
847,429 847,429 00000000000000000000e6929a372ffee0c1bdcf367322a1397793b61a4aced2 1.97 MB 4,521 28
847,428 847,428 00000000000000000001181fcdeaa0236a4f6df7f9cb76e4adbc78cedb59532b 1.52 MB 7,156 27
847,427 847,427 00000000000000000002fcf692b84f36aa6c8a2051fb0ce9b3aa112438378ed6 1.52 MB 3,073 48
847,426 847,426 00000000000000000000322e567d656eb59e48fe05cec0d8265878dbb018d607 1.51 MB 5,787 30
847,425 847,425 000000000000000000006e1ed946a23b3cb65eed9b49934478695a9d534b7bc4 1.58 MB 5,060 37
847,424 847,424 00000000000000000000b1fcadf2f6fa8d2072e2e2b6bf03948eaafcf58482d3 1.55 MB 5,750 27
847,423 847,423 000000000000000000012f4b8628dddc2d10c5a825aead23cf2c3a5a430a8ab3 0.00 MB 1 0
847,422 847,422 00000000000000000000f2f5d20830a7191028d8d7de12643c3b66914a666d56 1.55 MB 3,210 47
847,421 847,421 00000000000000000000c764129648eef66456dbd0f8078c0c292e4a4d3b8f67 1.52 MB 5,551 37
847,420 847,420 000000000000000000027a1e488875bc82864d98fba6dfb7957f69e5cdf59c6a 1.55 MB 5,214 37
847,419 847,419 00000000000000000000e2446716868f350afc8f6bafe78db983b3e8ac2356cb 1.62 MB 5,213 36
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.