Memory Pool Memory Pool Refreshing

1,844 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.58 vMB 1,842 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (879,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,972 28,972 00000000ebe37666cd73347b630e8410856a346fce5109bc9bb5cdc549c92e60 0.00 MB 1 0
28,971 28,971 00000000920cc3643773121fab8b63ae2a576e6a960dd7f37a2d50fe986f884f 0.00 MB 1 0
28,970 28,970 00000000a26f69b2a718f7a617de8ac908ec33641d361b36f0b749f19a404c60 0.00 MB 1 0
28,969 28,969 000000003f0d163ae1b2f86c7896c35dca3286afa0bfdb6176fb765b98867da0 0.00 MB 1 0
28,968 28,968 00000000d0b16f32b6c4d91fe337e5885af56367ac010381234eb2eb246d4d0a 0.00 MB 1 0
28,967 28,967 000000000b9fc15abec534e10320799eca9fe4a4b94ba275c9c29aa4d4a2d7d7 0.00 MB 1 0
28,966 28,966 00000000e0c10a1e9bbf693319f3b6afe0cc39b92f943777682c5df1e0b9f7ea 0.00 MB 1 0
28,965 28,965 0000000032312727c654baef366d9f8e167b5931a813c05b55f541ae0ad21d99 0.00 MB 1 0
28,964 28,964 00000000bd786a100371f4cb5f2a8cd63d44d0b518ca52aafa8f52326b9bbbab 0.00 MB 1 0
28,963 28,963 00000000cf7eaab3d550b6dae3c5fc629b2d7cd27996426fa0d781e7a1c42168 0.00 MB 1 0
28,962 28,962 000000001fb5ebf5fe20788e1ab5f418198bdec73433a6a2f416073ec8204444 0.00 MB 1 0
28,961 28,961 0000000034373ac5582a81e0d4d7334bbeba3ad68039fb1053765b0f5aa6d777 0.00 MB 1 0
28,960 28,960 0000000060f38ce4d8cf01b5989c6bc152b8bfbaf8aa7bf3dee4a59edf943576 0.00 MB 1 0
28,959 28,959 0000000041a4a3aab872e50153d1b9c17b23e64c44fe3b6eac95a2876217a3a4 0.00 MB 1 0
28,958 28,958 00000000dc57e726ec2f8e88b1144713601cff41978ba54c75e595e746dc336f 0.00 MB 1 0
28,957 28,957 0000000004ae737c3fec512e01973c76f204ea71ed542c6dcc4776ae4ffa93ee 0.00 MB 1 0
28,956 28,956 00000000ab7933d464158993e85b11a76b9ee1da923d84ca652e7537efc3f9c1 0.00 MB 1 0
28,955 28,955 000000003d779e81ac278d3d6990a1538a45cc30fc472f17e7ca148b8bfffdaa 0.00 MB 1 0
28,954 28,954 000000007fdd5a66dafca145d48046cf2d88b2c99b67ae82e8a2315b0d2ef932 0.00 MB 1 0
28,953 28,953 00000000ee31ece0abd773c17011b0b38d822196b2b13689da6c763c7cd3031b 0.00 MB 1 0
28,952 28,952 000000002073406dd70596252a8bd17bf1bf19967869ea85b6ee80a4401717d5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,785.83 GB sent, 99.96 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.