Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (57,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,992 849,992 000000000000000000009d428909b9439da265b4bdf64f1c664e928eaf62e594 1.98 MB 3,330 8
849,991 849,991 00000000000000000001dee886d4d80400d0b518711b7dc51d719f3cd94b6651 1.75 MB 5,266 10
849,990 849,990 000000000000000000018141fd3563846417971e41b0a133a9458590e4f6a311 1.76 MB 5,352 11
849,989 849,989 00000000000000000000e041c2cdcde73f66353e2661545e1dfc2d65dd72a787 1.59 MB 4,811 10
849,988 849,988 00000000000000000001d6d7bc06876c3430626cf3802a6be15ccf4c409c932b 1.61 MB 5,600 10
849,987 849,987 00000000000000000001d7dd7a7a0cb6aa50376ee30afce12a7f1831d0a19e83 1.62 MB 6,226 7
849,986 849,986 00000000000000000001cca2abe7b67e74081bc495bc3be108e60a5b01be980e 1.61 MB 3,967 11
849,985 849,985 000000000000000000010bcb3fddc8ee745285772e03fc2d23230ead0488380f 1.39 MB 2,681 10
849,984 849,984 00000000000000000001659ab548bbef94156860edcaedd5a6c9c6beab9a8105 1.51 MB 3,201 27
849,983 849,983 00000000000000000003262be0476d56dfa203f71fe0a0fb07acbd0fee00ed98 1.46 MB 2,374 11
849,982 849,982 0000000000000000000172950906a8fde1a36aff33c18940c5a3287319a5cfbc 1.68 MB 4,948 9
849,981 849,981 00000000000000000000fa6d0af2d1fdca475fe9d2d9bc630fb3b0de7f362255 1.69 MB 3,811 12
849,980 849,980 000000000000000000035704c5d8d42e1bf9715e052e77809c057a989d2e3ba2 1.55 MB 5,517 7
849,979 849,979 00000000000000000003318b92466c672491b42bda979937061a89bdc9cfbc02 1.57 MB 3,978 14
849,978 849,978 000000000000000000020e9ed600ae0a1c982ef74b63d4f3adc28c6bb9d2e537 1.63 MB 3,673 11
849,977 849,977 000000000000000000006beb2c9404bcaa17bde77520c0b8b359f05704d6f1e8 1.63 MB 7,531 7
849,976 849,976 00000000000000000002bfc2e2a61adbe67e4fa57210dd76e11bcca38b5d59e7 1.65 MB 5,017 10
849,975 849,975 00000000000000000002ff1044866ec78f4af3e4d444f6bbe72dbbb7412b93b3 1.64 MB 6,658 8
849,974 849,974 00000000000000000000f732fc4ce207257dbf186c16ae96ace2c80a308eeae5 1.57 MB 7,141 8
849,973 849,973 00000000000000000000244af795e606355fea0e2f10ec4ef2f30ff2489087f9 1.59 MB 2,953 11
849,972 849,972 00000000000000000002eb48b66c4605e07a044816e224e9a57e2aae72f4df5c 1.66 MB 4,636 11
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.47 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.