Memory Pool Memory Pool Refreshing

6,804 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (68,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,056 839,056 00000000000000000002d740a8e13a67f172e2e38d52e6f0f0453fdf574f67ea 2.14 MB 2,521 62
839,055 839,055 0000000000000000000271afd1be2e8aad6fbe4f02dd6e4e70855376266d682a 1.77 MB 2,741 50
839,054 839,054 00000000000000000002b1c73191823f47438a01828d0823132b51e66a305dfb 1.78 MB 2,916 64
839,053 839,053 00000000000000000000acea2223489645db5686fe6cd4ce519e6d3e27f8ae7a 1.90 MB 2,635 55
839,052 839,052 0000000000000000000202f72cb73342f7b9c1870e1df8da531cb2e0396e7f6b 1.59 MB 2,582 55
839,051 839,051 00000000000000000002942364ca4a94d20674ed5ef0fa542b4f1fb027e0871d 1.51 MB 2,101 59
839,050 839,050 00000000000000000000ecc427629061ec400978c1742d3ae4c2d57631973f64 1.55 MB 3,441 96
839,049 839,049 00000000000000000002e9dc72506fb7e4245b723a6b84d67b416457a7f35ac0 1.65 MB 3,707 89
839,048 839,048 00000000000000000001b9752032c2216f800616014e0441c28df876dd2370c1 1.88 MB 2,915 55
839,047 839,047 00000000000000000001fb84eafb6f828bec8196af6480d90c531d389319bd3c 2.02 MB 3,043 73
839,046 839,046 0000000000000000000251c96c3a46844c43f6a3f398b2705de19646e341180c 1.74 MB 3,233 57
839,045 839,045 00000000000000000002b63edef9edf44152a386c299982e3d046c88a7f86c5b 1.68 MB 3,744 76
839,044 839,044 000000000000000000021316295d5a84ef37f64a9eda35bc72c5c5f4140973b7 1.61 MB 3,582 114
839,043 839,043 000000000000000000025dee57e24292c4651a38ce53469d80a6168aca21c373 1.67 MB 3,665 72
839,042 839,042 00000000000000000001469a6b800f2f90cb7537721673013a73df7e7643af4f 1.71 MB 3,532 40
839,041 839,041 0000000000000000000335095eaa36c53b7f5b58e4a45da3ebdb1674a5644568 1.81 MB 3,758 41
839,040 839,040 000000000000000000022ba345472605aade8df4560c02ff9305be2bec2a00fd 1.72 MB 3,994 43
839,039 839,039 000000000000000000026f2add301a752d0b82b191a64b237a12a321237a9f5f 1.81 MB 3,913 53
839,038 839,038 000000000000000000018e719959de188395c0e0e9917f0a35bd2ce65fd0e13a 2.09 MB 3,374 31
839,037 839,037 00000000000000000000a21f0d253d080fcb8f2093cfa691993820c9697f259b 1.74 MB 3,952 41
839,036 839,036 000000000000000000028e318a0f58f3b400bd1579aac629a436673155655cd1 1.86 MB 3,952 47
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.