Memory Pool Memory Pool Refreshing

9,797 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (618,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,632 289,632 0000000000000000e747fed346e610d910ee5adf4c6e32dedad1f9fe2698ba90 0.42 MB 827 29
289,631 289,631 00000000000000006d792467cd2e0776035a9fe1cc96c8ab7c4ea9952010c76c 0.02 MB 53 35
289,630 289,630 000000000000000068e46dce1952b7226ad604cee578b5143ec03fda0e7a01ad 0.18 MB 251 27
289,629 289,629 0000000000000000719bbe78f8143f8ca350559666b28c3dc9fcb6fd3187839a 0.20 MB 368 36
289,628 289,628 0000000000000000148bb2c571696fc9dd8cb8aca9dbd6e08133162bd2ecaff5 0.10 MB 198 31
289,627 289,627 0000000000000000186729aeafb6de174c041f3c2fcc65bb8bf7eabcded7aec5 0.45 MB 452 22
289,626 289,626 0000000000000000c650ac65e85120eaa01fa2a34418bcdd435693eda3b5cdea 0.10 MB 226 36
289,625 289,625 000000000000000008fac6c729d6f54fc381f4268211b04b752998222d1ec362 0.36 MB 699 41
289,624 289,624 000000000000000003178dbf7550b08c211e6a8ab25d4eaa7c9c306afb2f6049 0.12 MB 272 22
289,623 289,623 0000000000000000fa11f9e8992de62e7a69d1383931ed9c690c58a4a0e16cd1 0.04 MB 139 13
289,622 289,622 00000000000000008fffa5b63fafec097669850593da7ff18d6f8272a74c3e19 0.05 MB 143 10
289,621 289,621 0000000000000000791604ecf6fde55070d8e0fe33e9cdf077c87df34fd1de5b 0.05 MB 160 52
289,620 289,620 00000000000000002e1fe51b53b8a8364ec0dda95269b4dea28d9344a2ff82ab 0.20 MB 401 35
289,619 289,619 000000000000000029e9f45e19f1e7173b591a89901c83ff41569e2df3816aac 0.18 MB 344 29
289,618 289,618 0000000000000000fca3f091e226d49d560e331bc7f322ea2b12fbf2835f08bd 0.10 MB 202 26
289,617 289,617 00000000000000008dc3b3a9002e1d8b5e11e878286f2ba40f934758c969732b 0.08 MB 213 25
289,616 289,616 0000000000000000c0b2a33fe7c9da783c960189811790ade77b0315eb889ed2 0.20 MB 424 31
289,615 289,615 0000000000000000dfb82b8e03cdb34193969879e0b0b33b2070f55bcc9067bb 0.44 MB 683 29
289,614 289,614 00000000000000008c758850e6d65903a86cd82a4a45d30339487daa2db44edd 0.35 MB 743 38
289,613 289,613 0000000000000000c8c977e6fb483b06f1d6cea7c3516d8ab85078c26842576f 0.26 MB 226 21
289,612 289,612 00000000000000001a05375d43b5e29da3fdc322c2e8f7f341d69a4ebdc3f8db 0.05 MB 128 23
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.