Memory Pool Memory Pool Refreshing

4,479 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (102,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
805,701 805,701 000000000000000000020e181f5e42845ab4e9cfe48481a530d62481baea6e36 2.31 MB 1,961 19
805,700 805,700 000000000000000000023d879fd2af988443f4229bb59f109cece61a42237d5c 1.82 MB 1,942 11
805,699 805,699 00000000000000000002708956bdeb7a50978aad1a38349fcebbc70f0fb29963 1.43 MB 1,826 13
805,698 805,698 000000000000000000006cee7dff7e0fd78fb6fcee9df83425e6febba78402c9 1.53 MB 3,503 24
805,697 805,697 000000000000000000045d16d6ef9edb1789f8d5d7ca6198f4a76a7449993eb6 1.94 MB 4,492 10
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.