Memory Pool Memory Pool Refreshing

28,110 transactions
16.24 vMB
Show Random Selection Loading Transactions
Max Size: 76/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
7 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,546 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 4,045 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,545 (469,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
432,833 432,833 000000000000000002188d6cba71bb90051a94fbe112b53bc1e445663c3c1358 1.00 MB 1,802 60
432,832 432,832 00000000000000000296e4462586c812d53f2277f72b49d3bc460ceb2bcc8587 1.00 MB 2,389 56
432,831 432,831 000000000000000004328a867f533fb76db86293fc375b110747af7d276656e4 1.00 MB 2,658 61
432,830 432,830 000000000000000002247c016fac2669419c25e3c6c90e1b2ea91b27376c0425 1.00 MB 2,435 66
432,829 432,829 000000000000000003c4d64eb3e0cbcd50f2d6e2aee5ac0266a626923fd376bb 0.99 MB 2,666 86
432,828 432,828 0000000000000000003182eef5b03399e9adf39b820c23103e44de413dc861fd 1.00 MB 2,019 86
432,827 432,827 000000000000000004094232ed819b3cc1d0ba5342c25e7a791ae2a3e03da92f 1.00 MB 2,736 67
432,826 432,826 00000000000000000472de47592be133291130b9d5952b3d58e414be7d5ba692 1.00 MB 2,672 80
432,825 432,825 000000000000000000866492ec3d46e9d67f099af551d4bc6a9607a773d97cc0 1.00 MB 1,654 34
432,824 432,824 000000000000000003e89ff71f75ce59770df8af81ce2d6daf33cda8916f4c16 1.00 MB 1,906 43
432,823 432,823 0000000000000000035495b8e7438ad9b9800037c292046f11991776ae2a6b63 1.00 MB 2,538 69
432,822 432,822 000000000000000001be779652b61346361baefcd260e67fe0393303cf25682b 1.00 MB 2,060 48
432,821 432,821 000000000000000002f6440a25c7a774fe76c2a66574d2c5f69f291a173ef065 1.00 MB 2,786 63
432,820 432,820 000000000000000001c2254ef1388b011869a1b071f25dd585fb937dbaf6d666 1.00 MB 2,828 81
432,819 432,819 0000000000000000005428b214e83c2b113ce2cf3281a6a7944df2f54caadec4 1.00 MB 1,886 49
432,818 432,818 000000000000000002d0b17747c26209b7ef1a422ad7c60b17d760492bee10b3 1.00 MB 2,571 66
432,817 432,817 000000000000000000484cff440be1e3e1870ba80468e23d5a0e73e359fea370 1.00 MB 2,693 57
432,816 432,816 000000000000000002cb7dc5cc2596b666b7bddafd5e1d30a12cf2feddab13f6 0.99 MB 2,906 83
432,815 432,815 000000000000000003a28295323f36f34c30939856a8386bb56865c60a39c1af 0.82 MB 1,017 45
432,814 432,814 00000000000000000158a29c6a18a955f28b2f91bd20694d629a13fce8caca38 1.00 MB 2,400 63
432,813 432,813 000000000000000001e56fd4ff74a7833c44373d5dc4ab0603509fc41191f7e0 0.03 MB 77 65
Previous 10 blocks ↓
Total Size: 760.09 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: 888.77 GB sent, 46.80 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.