Memory Pool Memory Pool Refreshing

3,706 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (101,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,728 805,728 00000000000000000003f5839dbf643d38246d298e5785fa15f17078c52ddd5d 1.34 MB 2,110 20
805,727 805,727 00000000000000000003f6f9d30feac9bade666ccf6f7c3106b51e88414e6b4e 1.54 MB 3,075 28
805,726 805,726 000000000000000000045012b9044928028165e6bb2d79880a1ff3657c56e9c3 1.28 MB 1,496 22
805,725 805,725 00000000000000000001c158c6834ea9e7e7956441a6a6008ff882c73fc6c81e 2.12 MB 6,247 10
805,724 805,724 000000000000000000017db74bdd64058f2ddc99042f8007d69cfde44f53e00e 1.67 MB 3,995 9
805,723 805,723 00000000000000000003d4b54fb2ad9a63909f715c9cef853747ac69b1bd7e37 1.80 MB 2,257 17
805,722 805,722 00000000000000000000bc1b7e8e14647763b85d6be89f6a9d790cf7ee0e3ec5 1.60 MB 2,533 15
805,721 805,721 000000000000000000030c922e2c81d958a39d2d898f1cff4da21f6cc1d18201 3.46 MB 983 12
805,720 805,720 0000000000000000000353fbdb4a4ddcf49a6b5a9c9ba0518a78ab3d2d03a923 1.69 MB 1,972 16
805,719 805,719 00000000000000000003d2e397a51e16b5d1bc684808a43cfdf9e020054f9fe2 1.64 MB 3,207 16
805,718 805,718 00000000000000000002b1427a54d0935025bc76eb0b0e97f32e25b582d7af6f 1.51 MB 2,581 17
805,717 805,717 00000000000000000004671893c6939a82634257f32c66d30ad76e8dfad2bd41 1.51 MB 2,856 16
805,716 805,716 00000000000000000003fc9130c45988be08e89590bb4259bd4ad4fc02725745 1.54 MB 3,888 30
805,715 805,715 00000000000000000000fed8b65a9ccc636b82f418ee9b3d28acb785aafc29bc 1.48 MB 2,517 18
805,714 805,714 00000000000000000001db664773c116dd14064671a27c3aa4aa34abed0928ba 1.28 MB 2,078 17
805,713 805,713 0000000000000000000009aff852b017d7a66bb486ce358b71ad91f7f61778a5 1.35 MB 2,286 20
805,712 805,712 00000000000000000004f38aaecd5461534a6dc57ebcd19ebf4b47d7b89b48b5 1.55 MB 3,334 19
805,711 805,711 00000000000000000001d350a623a1f578741810fb79dc13c111a157218235d3 1.43 MB 2,911 20
805,710 805,710 000000000000000000044af8d14973858b8bd708491ec5f61278213bd820229a 1.59 MB 2,710 24
805,709 805,709 0000000000000000000181108523f8ab8d3c11e8814fa079b3c164d058b50a4d 1.54 MB 3,816 33
805,708 805,708 000000000000000000002e529534fd0c9b8452d9005c5a798d1229bc507533dd 1.48 MB 2,428 17
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.