Memory Pool Memory Pool Refreshing

5,006 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (57,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,970 849,970 00000000000000000001ef93c41a7443383e42a948403aef1fe5ebf4d61b691b 1.64 MB 3,913 10
849,969 849,969 00000000000000000000318e7cebf606612386234161b484553da5ab414ac61e 1.61 MB 4,962 11
849,968 849,968 00000000000000000001bf91af0546d20f07b10592c8781652fefee1cb6569ca 1.68 MB 5,302 10
849,967 849,967 00000000000000000002028ee7feef8e32a2ea743c0d5093d87adef69c04f331 1.56 MB 5,018 10
849,966 849,966 00000000000000000001c72bddcbdb95d42f8fb7be60b60dca6fb89f1f03c0ce 1.57 MB 5,433 11
849,965 849,965 000000000000000000006cdc5088d73af885b6dc76bfb4c95e1dd06d159fa8a8 1.63 MB 6,598 9
849,964 849,964 0000000000000000000136e1432908df75555974dd0136d5ecd1639c2b80ff05 1.54 MB 5,813 10
849,963 849,963 000000000000000000006850bf5ae720e17f1b9c133d7ba5919c815d09e57cfc 1.66 MB 6,224 8
849,962 849,962 0000000000000000000036f2981c406ea62bb6fee92eb01d8f30bb5af996e169 1.65 MB 6,286 10
849,961 849,961 00000000000000000002dd4785d17205fa4fdeb35e867d70f56954df3b140b70 1.66 MB 6,226 7
849,960 849,960 00000000000000000001c70cc92aa6509e8797b24ca17fec89814d86ad9edab5 1.48 MB 3,452 12
849,959 849,959 00000000000000000002214e9751082f0a377bda5a72ec240baadc16a93e6726 1.58 MB 5,791 9
849,958 849,958 000000000000000000011e66a6d093a874d21e6c7f6b1660a5064a2e068d96f7 1.65 MB 6,108 8
849,957 849,957 0000000000000000000209f5736dc023ba8c1f896a13b3a24ae99568c91bcb6e 1.66 MB 4,586 10
849,956 849,956 000000000000000000027e6a06c32cb88a7553a24cc0c9a55e3a724d8bf0f4a0 1.60 MB 5,284 8
849,955 849,955 0000000000000000000095425760460cdf0a12beb09872102bc405c102c48193 1.52 MB 3,357 14
849,954 849,954 00000000000000000002fef86b55cd43dd905da6cf9ddc2f8de45ae977ee7661 1.64 MB 6,418 9
849,953 849,953 00000000000000000002496b97ecbd5add59983254abd3ff54708f968a37af3e 1.58 MB 6,387 9
849,952 849,952 00000000000000000000a1c154e4aff5f2846a3a12ca7aea6089257ecf3bf064 1.62 MB 6,487 9
849,951 849,951 00000000000000000001796d18bc445ea87882bfdb288d0a51c400be67d2c992 1.64 MB 6,126 9
849,950 849,950 000000000000000000012e304f9f0cf5a77a8585666a96fcbd01815591100509 1.67 MB 5,554 10
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.