Memory Pool Memory Pool Refreshing

5,260 transactions
5.85 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,171 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,658 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,170 (800,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,622 107,622 00000000000012639a5ac1a64e31c8449e055adb6f2598ca026a18b2c4af7e1b 0.00 MB 2 0
107,621 107,621 00000000000023ccd8af0c3641dfd3158b3004e35f4d4bdf6eaf74c3dd539e58 0.00 MB 1 0
107,620 107,620 0000000000001e87a2b15ed04284070926d054b54f2a3a67f2f73f35ec61f540 0.00 MB 2 0
107,619 107,619 000000000001b019313b48de831a4d417462ce4a116869cb89731e4655c86bfb 0.00 MB 8 0
107,618 107,618 000000000001c8f3d3f8ee97375ae039731496778c7b9c435f51c2e063aa8aa8 0.01 MB 28 0
107,617 107,617 000000000001c3dc39ab53b475b317433c1f3b3501e8e0fa8630d71c89f322e9 0.00 MB 7 0
107,616 107,616 0000000000009f9f8e7b817c0aed87404e536be2c6ec2b453c7bf849198b15db 0.01 MB 41 0
107,615 107,615 000000000002785ce378c5ec5b3ea7fe76dad25e6748881841e06d3ac47da317 0.00 MB 4 0
107,614 107,614 00000000000209b85c3a0e9fe6506f1966ca473a9da5047237e752100a644cac 0.00 MB 12 0
107,613 107,613 0000000000020b3858c6007e31d659a651b22952a77d7d6210390cee01d32b63 0.00 MB 10 634
107,612 107,612 0000000000024aa850d32d31d46a1623d4be5c4b15be0ed877c3b36a3efc81da 0.01 MB 34 0
107,611 107,611 0000000000023f5779e68a2b0454ed696b8e54ab4a1735be30f04d4b478f19d7 0.00 MB 4 0
107,610 107,610 000000000002533db00db351465f733056b09953eac4983ef401a8982e533f62 0.00 MB 2 0
107,609 107,609 0000000000021d8ea0f48552123a46ef71e9892788e53d92832b278060af2730 0.00 MB 11 0
107,608 107,608 00000000000002806fdd22dcce0da3be8caa37f72ab6aa150d5c742ab387767b 0.00 MB 2 0
107,607 107,607 00000000000102a7f6a4f434231b9d9dd57e2d83fc8077fa642a46e5a02af984 0.00 MB 12 0
107,606 107,606 00000000000186bb6cf2854c94223cebe9ebbab519c6f0b6e0a21874c99489e5 0.00 MB 3 0
107,605 107,605 000000000000a579f88de3bae51937c0a1f1a1126c4565fcf42aef334b529b00 0.00 MB 1 0
107,604 107,604 000000000001ebb5df2a2f40c24d6917d965203061e262cca57c68435b4faa63 0.00 MB 5 0
107,603 107,603 0000000000020971bbca716bb0bdc59c4c79670db37ab55cc4151deacd03ee72 0.00 MB 9 0
107,602 107,602 00000000000095b6fc16ac66ac6102362eb335c8f11071b8a10df9391dc8f5ab 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,681.24 GB sent, 97.25 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.