Memory Pool Memory Pool Refreshing

6,369 transactions
7.28 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,260 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,035 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,259 (904,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,812 3,812 00000000c02f94742dc19fcd2ff068dd7e2e62944541ba1273b40b697cd1a3d6 0.00 MB 1 0
3,811 3,811 000000000cecb117369f05b10256e417927e35998227ef09e12b2b027ccf4f65 0.00 MB 1 0
3,810 3,810 00000000ab72968a8aa0add44244a68e5fbf2e2f0fde0d9b26e3d465a0b5d418 0.00 MB 1 0
3,809 3,809 000000006e592d7b479b5a0e021c8311ebe5d14a7833dd895a243ab897cb35c6 0.00 MB 1 0
3,808 3,808 00000000c2778d0f857f30bc33d74dfbe81e7638bd09c0b1d234a634e4f068e3 0.00 MB 1 0
3,807 3,807 000000006f8648807dd770d06929b305658307bca587094b3398c481a1b70fcc 0.00 MB 1 0
3,806 3,806 0000000013ffd0a8a4840d5dcfb60f75c8e9bc2b7922a16fa2f7e12b130466c7 0.00 MB 1 0
3,805 3,805 000000005dd88c6b2c92052eb03bc7d1fccbfac5cdf2f6f2def3d6ed7c2dc3ae 0.00 MB 1 0
3,804 3,804 000000007bcf9054f095be63fbb9ebb45c3203463c2bfec8189e09a95ca46d84 0.00 MB 1 0
3,803 3,803 0000000017d2e1b5902a3196ab4a529e61a8dab39a28e8117c7fe90150d82ae5 0.00 MB 1 0
3,802 3,802 00000000296688219f64d8120be5b49d152f849e4ccff8ba522af8d95b8f398b 0.00 MB 1 0
3,801 3,801 00000000a186abbb4918a881df9adb05be688a3d51d8ac6e33b599d752da0b25 0.00 MB 1 0
3,800 3,800 00000000b590a5ff44afeb50e51444d8b6ccd08f6232951316f33e19b5ca5ff2 0.00 MB 1 0
3,799 3,799 00000000c96a7e11563199239a74fc1965879f50395f9fc2597c1e4c045cb6b8 0.00 MB 1 0
3,798 3,798 000000002df0609369f9fb4fdcb2ba58ee0192e22a682fdd17023b8ec82ad885 0.00 MB 1 0
3,797 3,797 00000000b919213ac111e1009164ea84d9c14c40f373cdfd16a975508840d9a4 0.00 MB 1 0
3,796 3,796 00000000ee581151a4d182af021c376bf71d7fea4e10d892550ddeb1d1645161 0.00 MB 1 0
3,795 3,795 0000000039de1ccbc3cf5fd6f3f52d3954c45177403b915bbc6b25f2210e0d31 0.00 MB 1 0
3,794 3,794 00000000672ea7447f2a61ec03eac7190909840dad4f23c8d72a61306a75fdc5 0.00 MB 1 0
3,793 3,793 00000000fe767aac3b303479222452e84f2b18ffa6b5db2722c2fe298c5a6e84 0.00 MB 1 0
3,792 3,792 0000000057b8962e962f43a9d965c4019b595045a964ef55a513a558b4798a37 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.08 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,691.32 GB sent, 98.08 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.