Memory Pool Memory Pool Refreshing

8,239 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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
907,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,081 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (37,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,776 869,776 00000000000000000001ecd966f0f681c11ee6734943921a1550e4e424cf0aa6 1.47 MB 3,800 8
869,775 869,775 00000000000000000001101e29f047b8d70cda65895276e2bacb348a77c40fdd 1.54 MB 4,710 8
869,774 869,774 00000000000000000000f619114656b7896dbddf41f3b6e804825bba7d5baf03 1.55 MB 5,156 13
869,773 869,773 000000000000000000011409b6a4b62c0daf479c6152b1fcffcf3d83b272231d 1.61 MB 4,112 6
869,772 869,772 000000000000000000025036f3097f85873e883a4d9e619f2fb4a4d1430ca2ac 1.81 MB 5,853 3
869,771 869,771 00000000000000000000b1ffe754ed277663e5c62909cfb2d9e329b826199013 1.99 MB 3,184 7
869,770 869,770 00000000000000000001e3b68662be8ac0a3d39f0bd29703c7557eb41d1b097d 1.89 MB 3,276 3
869,769 869,769 00000000000000000000adfe8961e4c00ae53aeadaa45b4331bb7543b008f242 1.54 MB 2,858 10
869,768 869,768 00000000000000000000135ac2b8bba95febf7a4c9001a5727297b2de5c474ed 1.60 MB 3,326 15
869,767 869,767 000000000000000000004a29433472e2555803e782e91df17cdad664971e1590 1.63 MB 4,238 2
869,766 869,766 00000000000000000002a5b4e69a2c6abd6857f743423e24bb5b24f6eb65e26c 1.58 MB 3,183 9
869,765 869,765 0000000000000000000216121f60aac68143542b15f613152510d9abc13e77be 1.59 MB 2,284 5
869,764 869,764 00000000000000000001adb74e62d08aa1737232e681c188c4e70a18d89e337b 1.47 MB 2,847 9
869,763 869,763 0000000000000000000072f8568b86fe01c1d6e6709fda7c1a9bd1025d1c3d47 1.59 MB 3,151 7
869,762 869,762 000000000000000000016c4e63c396e91ac67d72a99d91737dca5974afd3a2ca 1.72 MB 3,176 2
869,761 869,761 00000000000000000002744f7fb9835193d58c8f45450443bb29ea3a54a56e91 1.70 MB 2,495 5
869,760 869,760 000000000000000000005e76aaae32c73ac39ca2efbe1698088997d2c54ad59f 1.60 MB 3,374 8
869,759 869,759 0000000000000000000240c0aa662c65967bc4c15bc8482d5a98afbb29e9df73 1.60 MB 4,117 4
869,758 869,758 000000000000000000020b60a3df4bd14591bed779403c7938c0c634f916e819 1.59 MB 3,572 10
869,757 869,757 000000000000000000021631492d23afa23b5577963c03435c8e91acbb512d87 0.00 MB 1 0
869,756 869,756 000000000000000000009fa23a473bd6ad770bcbe6b5ccc921a3fd1f78d8abc4 1.53 MB 3,263 3
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.81 GB sent, 93.04 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.