Memory Pool Memory Pool Refreshing

7,155 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (102,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
805,707 805,707 000000000000000000016366d1eb3b641281d6f3c6d89711f7a02a07deb509d1 1.50 MB 3,397 31
805,706 805,706 000000000000000000016ed6bf1a9f317a5416e2885be75e208f77dbd2702a57 2.48 MB 2,483 13
805,705 805,705 00000000000000000001c9d56b5662316ce4ff21b0bee9414e84d75ca6f5ec7c 1.63 MB 2,477 17
805,704 805,704 0000000000000000000415dd454b49bce744b8d63e5e112d6af12a9c67402b09 1.77 MB 2,247 16
805,703 805,703 0000000000000000000023cd13096a77ca42154b7d8dd9398d06c821df5c4661 1.55 MB 1,992 11
805,702 805,702 00000000000000000003dc4bb84924067d7cea04aa310233475f2d31a80eac5c 2.03 MB 2,276 16
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.