Memory Pool Memory Pool Refreshing

58,455 transactions
29.40 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,373 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,583 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,372 (1,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,853 876,853 00000000000000000000efa442a5c4d4d87f5f78ff5fd1bd753d56ae72396dd1 2.24 MB 317 1
876,852 876,852 0000000000000000000004cbb7148e2e69cd28dd36572fe1a8786cb979cdbc0b 1.98 MB 1,035 1
876,851 876,851 00000000000000000001743f580625d5ba284f8103b17fcc2eaa6b6d7bd51fb0 2.04 MB 653 1
876,850 876,850 0000000000000000000269dff514d5ca5b3c950533581603eaaa080473838050 1.94 MB 1,185 1
876,849 876,849 00000000000000000001b150f1c48d95380e838fc5f89ffb0a8c8021ba52a856 1.96 MB 1,590 1
876,848 876,848 00000000000000000000ea91fad83371c6c6245bfb0b2d1db44416828cc6dc18 1.48 MB 4,699 2
876,847 876,847 0000000000000000000281bba7c4954f96aea4bca28836def336946f530a1bba 1.64 MB 2,774 2
876,846 876,846 000000000000000000002a31b4c6d7ec2e397213705b5bbb8fadcfb5898cce75 1.64 MB 2,022 3
876,845 876,845 00000000000000000000298be463886c39468dda47c67a01a6837cb4fcc3eb7d 1.42 MB 3,035 3
876,844 876,844 00000000000000000001c3169c8427fd6b00db94d10e3dd7a416a20b2139bd35 1.63 MB 2,705 4
876,843 876,843 00000000000000000000366e945242c7a96db276d3a675a3c9b70394e400823d 1.67 MB 3,811 3
876,842 876,842 00000000000000000002785558353d3e943de195ad6746b1a71c47e75d534384 2.57 MB 2,342 2
876,841 876,841 00000000000000000000042c3c5ecf88d6dd6f467c6b554545f84cdfcf31573a 1.93 MB 1,190 2
876,840 876,840 00000000000000000002195284242e70ddf3e9b7d923626c05ff9f671425821e 2.04 MB 512 1
876,839 876,839 00000000000000000000f5d5bc848bf61765f9d00dbad82bdbc81159a78a9610 2.06 MB 527 1
876,838 876,838 000000000000000000005bc6741ee2704fa54c52ef76db886fa0df5df5f3a607 1.87 MB 995 2
876,837 876,837 000000000000000000019546af2fc15031e4cd519338ef53419c839aaa313714 2.08 MB 456 1
876,836 876,836 000000000000000000007885e02b1cf204cd14e87b29a7d51dd12d70545587fa 1.95 MB 958 1
876,835 876,835 00000000000000000000a588f425405a47b7dd22a83bbc076a143b457a722166 1.73 MB 881 2
876,834 876,834 00000000000000000001ce4ddcc2d0d15286fbfdf9055324a7e63b491588184e 2.00 MB 747 1
876,833 876,833 0000000000000000000191169b2ba514e1b68c592361f7b4814a4e4dfb53d6a2 2.03 MB 622 1
Previous 10 blocks ↓
Total Size: 715.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: 1,375.04 GB sent, 40.32 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.