Memory Pool Memory Pool Refreshing

33,491 transactions
27.48 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,372 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,392 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,371 (72,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,002 804,002 00000000000000000000942740ddef25595a208e90a144c513830820ff3f90fd 1.48 MB 2,933 6
804,001 804,001 00000000000000000004ed546fa7c10a66963443b1aa575b3443025ed862e5c1 1.63 MB 3,783 7
804,000 804,000 00000000000000000001a0a448d6cf2546b06801389cc030b2b18c6491266815 1.43 MB 2,472 6
803,999 803,999 00000000000000000004e556c28be148fe0b7ca313140e6d5a2a6a12d02d2ab7 1.06 MB 364 6
803,998 803,998 0000000000000000000213d1ee70182b98d549f4fa996ac2c560dbddc5e84a6f 1.57 MB 2,918 6
803,997 803,997 000000000000000000046eacca310da07532ae67a03bcae8df98e8a94cf1ae19 1.71 MB 3,099 8
803,996 803,996 00000000000000000003b20b5f55b0c60130e5abfaf9ee0d8e13764f8203461c 1.48 MB 1,728 9
803,995 803,995 000000000000000000005b9d0a282bbf645946fa4e85f508c17fb152bd73f582 1.75 MB 2,367 10
803,994 803,994 00000000000000000004c286da521f53e27f6388f8571cae60251eb84d736515 1.99 MB 5,195 7
803,993 803,993 00000000000000000000154f4e0c780e6616424a7bede4aeedddfc277508a9ea 1.62 MB 3,403 8
803,992 803,992 0000000000000000000036b8f4523004c929fabb26bd3882a30350c4b60cbfd0 2.00 MB 5,830 7
803,991 803,991 0000000000000000000255b597290c4da6cdcc346a907d11b6a93335f111e381 1.08 MB 399 6
803,990 803,990 000000000000000000036f2947aff51e6bd57870791484cde112374b901bc329 1.42 MB 2,499 7
803,989 803,989 00000000000000000003f84211521440775bb7485a8ca006480014406a6bbc28 1.89 MB 5,342 6
803,988 803,988 00000000000000000004edb1d954c61f132eba17b2414839e5cee1d3b68eeb90 2.19 MB 3,138 6
803,987 803,987 00000000000000000002100f1202b80d305435b470c768314601e71993eab834 2.41 MB 4,754 6
803,986 803,986 000000000000000000052c98e9264840cda8960e4a53eebd3e74c1e816a74b38 1.71 MB 2,786 7
803,985 803,985 00000000000000000004f62358f40bb88d908c58fd8c13bf42fa70564889148b 2.03 MB 6,181 6
803,984 803,984 0000000000000000000138581c7c86aa7d8de49bce595a6ca246f919608bfcc9 1.72 MB 4,016 8
803,983 803,983 000000000000000000048704dcfe117f7e5accb620cf0796a0a819469bb40afc 1.91 MB 4,728 6
803,982 803,982 00000000000000000004834cd06005c8da7db2ba5d107a0c9f47c325452a5c27 1.70 MB 3,453 9
Previous 10 blocks ↓
Total Size: 711.17 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: 781.49 GB sent, 19.53 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.