Memory Pool Memory Pool Refreshing

929 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,440 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 922 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (859,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,534 48,534 000000001c9eea1a5182f126b82c2dd208895113081eee34bd0fc7e6b0e05e2d 0.00 MB 1 0
48,533 48,533 0000000005fa27de96c72f1bc036e0dd979fe71c1d11eb71aa26db0da9b84648 0.00 MB 1 0
48,532 48,532 000000001941157a8714517e2264e8fc0ac5921c99ad434427420094526221c3 0.00 MB 1 0
48,531 48,531 000000001c8f47b537681f68f0b409f1f4f892e90261c4c926518886578536b3 0.00 MB 1 0
48,530 48,530 00000000035619d08ff24326056cbab1afcc16ba8e3598cba14531fd27218089 0.00 MB 1 0
48,529 48,529 00000000146e34eff1ef622d9f8e42a0f9d000535ad63fc59eef99d0497459c5 0.00 MB 1 0
48,528 48,528 0000000007af6ff7230fc5bf4126cf355c19fa935ee7e47ba469df3a53ddbfb8 0.00 MB 1 0
48,527 48,527 000000001bc7a42482b7818a4799a685c0289feeb1ffafc09c063e74713956d0 0.00 MB 1 0
48,526 48,526 00000000086382f110d28dd909699a2d21ff398767f0a5089099229ec2ed003f 0.00 MB 1 0
48,525 48,525 00000000157e0593adef8e48668eacb8724b3a35ce34d42e2c73f9d571031a83 0.00 MB 1 0
48,524 48,524 0000000002f6baebff660499c259837b8f6d12d696afd730a65e27d3af841e6a 0.00 MB 1 0
48,523 48,523 000000002a07dd557d30dcbe9416a0cabe30d96159d40202b2baddf908759c3b 0.00 MB 1 0
48,522 48,522 000000001174d21bf72a17b4a0130d6077d731690c1d9d0231787b486f557e98 0.00 MB 1 0
48,521 48,521 0000000016e33f229738bca41a72d6fb7073c79283838f09b9fc474d617ce3ef 0.00 MB 1 0
48,520 48,520 000000002880329781eaf9e9de25dbb0a0f6d0c3e417e65d7cd422bf2faa084c 0.00 MB 1 0
48,519 48,519 00000000015c34146d9121ceed13c6874ff1d1fc0fb783edb75a5064b88d6061 0.00 MB 1 0
48,518 48,518 0000000021b30ad4b4ee4d98d98fc06dfdecfb22e4fe6ce83b68f56bd46f29de 0.00 MB 1 0
48,517 48,517 000000002941d70a10321463633c3992abfe2d0f5be8d81f49da58c3ac3b713e 0.00 MB 1 0
48,516 48,516 00000000020699e8b3b2d5a8a396988fed9dadd3273c337158040203d923440d 0.00 MB 1 0
48,515 48,515 00000000216e34380d94f232d4a79b6c70ed9a4a772d1fb6632d60d0b196035b 0.00 MB 1 0
48,514 48,514 000000001b5ed1af0ea9b1c4086f61518e982bdaf90182df2eda33a3b184e3ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.49 GB sent, 99.64 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.