Memory Pool Memory Pool Refreshing

7,183 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (643,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,718 263,718 00000000000000142bfd0c4a729fea244e50714300531a33d6d8f0869d1db452 0.00 MB 4 45
263,717 263,717 000000000000000eacdc243a83d9372733aae95188419b27ea419e2bb3ceded5 0.05 MB 129 76
263,716 263,716 000000000000001298aefc5df509177617569edc0f461efebfd95f1f595bd141 0.01 MB 36 79
263,715 263,715 0000000000000009e4255386953d4c1ad4985ceea015d8c0d7cb4747ee1de913 0.01 MB 39 307
263,714 263,714 0000000000000006d71993831604a397a99c481f9fbbdad05ffffd65d2ba336f 0.03 MB 84 82
263,713 263,713 00000000000000041a7baa37b9b32d8b93f18b2c6e3a3f85d38d70a48398610c 0.14 MB 350 129
263,712 263,712 000000000000000007d081ffe1e47349fa55a0266ec2f8115956596d91ebd7bf 0.11 MB 267 122
263,711 263,711 000000000000000411b2bf02c92b0235ee768e5944829078e6a025c255493903 0.16 MB 132 31
263,710 263,710 0000000000000013fb6daeb6e57836c0e737d9466faae57adc2ba831073099fb 0.02 MB 40 44
263,709 263,709 0000000000000012b7226b5eed4f6eb507905ce9899ff1e718917001450ca280 0.17 MB 534 141
263,708 263,708 000000000000000d87a89399e82d6bebdc951d4f877379231aaa0defed072a53 0.02 MB 57 80
263,707 263,707 0000000000000000b6b221813a8a08228f52c6efad5e9aa246d9dc4d73f52ae0 0.14 MB 162 36
263,706 263,706 0000000000000013470b2e29d1827ed1149afa9dd71982494835f6567061a06e 0.00 MB 1 0
263,705 263,705 0000000000000005424b55521c7bab17c32d6c12a4ed98d2c7314b2222fb2b2d 0.32 MB 672 86
263,704 263,704 0000000000000009a63127faef0177ecb2e26ee9a39193d8d6c9460e810daef3 0.03 MB 75 84
263,703 263,703 000000000000000093b8beb04d3d3569615754a446976515326480ac30e69542 0.15 MB 297 104
263,702 263,702 0000000000000008b5b589a8c01c72e9509aaf4b0cbbdb6560c68da86c05e820 0.15 MB 138 25
263,701 263,701 000000000000000587e0cdbc7fda5b7be96894ae85166b23cec3a7934fe0a58c 0.05 MB 115 81
263,700 263,700 0000000000000002e13dfcc9150e3a72df6040aafc19bc0ed98da3622dccca60 0.09 MB 181 117
263,699 263,699 0000000000000013c57152a46ba93df8c0af63774e53c3ef3e03694ef09ea3a8 0.10 MB 273 81
263,698 263,698 00000000000000134211ab61a8f723e4f2350e89a55fd90773d487c9feb67f8e 0.14 MB 108 19
Previous 10 blocks ↓
Total Size: 768.96 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,615.08 GB sent, 92.62 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.