Memory Pool Memory Pool Refreshing

875 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 875 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (771,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,695 136,695 000000000000080b762af9a7466912c6be2659a9129711016b012dbffcc1ab86 0.01 MB 40 453
136,694 136,694 0000000000000a898d6c1f88bc6d96e002f78f6d3a690fdb2ca64726f451a27f 0.00 MB 8 461
136,693 136,693 000000000000011f8d83bf3c169b67328cc8e583711e179bc31d64e33c63af5f 0.00 MB 11 42
136,692 136,692 0000000000000426bbdb6dd53d4477009de06cd3264178f724e6fff2a9768c65 0.00 MB 5 0
136,691 136,691 00000000000002b92003cfc440c3ecebcbebc998d896ac28ae33c06c12530ace 0.01 MB 20 206
136,690 136,690 00000000000000ed4c7dea403573c2dbddd505daef6e3aee0e9cf855686aad00 0.03 MB 100 131
136,689 136,689 00000000000004cfbc3052cda2c9cd85e2b1bc738e2d8e015afd0e6f777c4919 0.02 MB 25 189
136,688 136,688 0000000000000803d37d6e466424d408627b37b6146bb50ff4f45c7b63e82c57 0.00 MB 11 556
136,687 136,687 00000000000005abaf9a2e5ced81ac88345c9c990b270baabb6de10e44779504 0.03 MB 72 1,255
136,686 136,686 00000000000006eec6d18618722ab479aa20875e144781c40806b1af8d9d3cb6 0.03 MB 119 2
136,685 136,685 0000000000000a23ca7b458d7f49c286aa54b689ec4e4ebd1b834b7ac7bc7b5b 0.02 MB 41 289
136,684 136,684 00000000000002f42ea38a241bdf01d4e25c22b1b86e88fa9480021a5c117d90 0.05 MB 110 303
136,683 136,683 000000000000020bcebbf17d4bd8dd3665d436760cfeb0906998cf1884b4c67f 0.00 MB 1 0
136,682 136,682 00000000000001220e0f7cec126d95879b951c472fa7d69f6a0b5fbcf21955b3 0.01 MB 34 619
136,681 136,681 00000000000006dabcbcf930b2b71cd797811315a9add96fafa60f2e72bc8ddd 0.03 MB 80 202
136,680 136,680 00000000000001b89cfb5c9bcc0af89a09168bf982ce83cab61aa062f1c2c720 0.01 MB 24 441
136,679 136,679 000000000000084f9d7dcd0fab5fcc9c73438bdbaec07b521b77be1f09cf77e2 0.00 MB 1 0
136,678 136,678 00000000000002b86fad76c80935bd1f908531fc0f6d615a9775927533a4f71e 0.03 MB 67 257
136,677 136,677 000000000000086bd78244d9e77d62bd74fb2f856cd5cf7fbe850efdbc5dbd89 0.01 MB 19 199
136,676 136,676 00000000000002037c1e4c3e3f32048c3b64d72b04a9ca6dabe8b22611252acb 0.00 MB 7 632
136,675 136,675 00000000000001dcac57ef4db350cecbc9ad1064527790f2e1373d23f93a6325 0.01 MB 11 39
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.