Memory Pool Memory Pool Refreshing

5,054 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (767,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,636 140,636 00000000000004ab2aaa003cff62c394261aefcbdf38526df9561b28a63f72aa 0.01 MB 28 250
140,635 140,635 0000000000000540427bfdd45212c9b6dbe32cff287e38765471352d7337fe6c 0.03 MB 54 242
140,634 140,634 000000000000086d6576fcbb6164cba5d2c8d0626eb22c24888b1c65d6bf4436 0.00 MB 6 318
140,633 140,633 00000000000006f95beb90fe44b871ab37f30f7d8f1f63ed7870bd8ca43f225a 0.01 MB 27 388
140,632 140,632 00000000000001bf0496f96f6afa0152e15e8bc5fd70863b0adf793d80f780d7 0.04 MB 135 69
140,631 140,631 00000000000008577a94a6d092e1c9b18117ea2303435fd539e729072d83fe99 0.05 MB 111 166
140,630 140,630 000000000000080be6a79af7fcf2e57fe36b1d2889ad7045c5a9fc9ea6023df5 0.05 MB 109 203
140,629 140,629 000000000000011e98ec49aa9bdd92f7d898de5bb04fc0657d8bfb1a2afc2d85 0.03 MB 61 38
140,628 140,628 00000000000000e3a7a684f092a166dab76bdb58f1413ef7bb59026597b93699 0.06 MB 133 261
140,627 140,627 00000000000006a43b947de0a254e3a0753ff0636c27c65c748879e04479adb0 0.00 MB 1 0
140,626 140,626 00000000000001f4868f30929a1cab8f084c911e20feba02e3a1dc9e4362c5a2 0.01 MB 11 6
140,625 140,625 00000000000006bbb9e277c662840164c2e02f924cbfc329bfa59c543eb57cd0 0.01 MB 18 237
140,624 140,624 00000000000001a70cd985401a41f707214362d80614604dd7da9b4e3c1c0c36 0.03 MB 72 57
140,623 140,623 000000000000042cc2d4105afd436d4c20307a8ded6be55a44d549eb60b5523a 0.02 MB 33 57
140,622 140,622 00000000000004b3adb67f3902a0e7a48c55112a9938267dfdd2ac4b12cd3802 0.03 MB 72 237
140,621 140,621 000000000000001ab86eca1c910b209adbb3d06362f625177ac20a71fa5eceda 0.03 MB 57 211
140,620 140,620 000000000000083c76de99b88fe963a4ab67a401f83fe12258ce40f70dc76bf5 0.01 MB 22 360
140,619 140,619 00000000000002023442ce24882e7d5da60eae7bcc03784507da3d3f222112dd 0.01 MB 11 91
140,618 140,618 00000000000005bb31fd4bc7ede1e9839f4fd61825bbf6f92ce934cdce7c6a48 0.02 MB 48 6
140,617 140,617 00000000000004fac039bbee263351193815e94443a1d448ecee9296d38101b7 0.01 MB 42 1,190
140,616 140,616 00000000000007f5aae349fc2fc90f8a9845efc0008cf611c21773a64386ef51 0.05 MB 105 234
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.03 GB sent, 93.05 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.