Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 1,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (14,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,271 893,271 000000000000000000005cda022f8241f7c27c66301801ee0175d7eff22c8d72 1.79 MB 2,903 3
893,270 893,270 0000000000000000000246a06e3e756b5c872a85e44740ae8b93287832258859 1.63 MB 3,704 4
893,269 893,269 000000000000000000011b9b1d3616227383a00f93d2404bbd84e893490d5c43 1.51 MB 3,638 4
893,268 893,268 00000000000000000001af8982cb069952d6fb494ab26daf3f6c8c90d2501d29 1.58 MB 3,526 4
893,267 893,267 00000000000000000001f0bbe5e7bc9c2f99b20bd29daa8343518065d10f5e77 1.95 MB 3,614 2
893,266 893,266 000000000000000000012c1b3d30a308a6a23b440182940bf1e0d7000b2b81e8 1.66 MB 3,576 3
893,265 893,265 000000000000000000018e7221e7f52684797c71b31bdc7d7e1971344f414b37 2.24 MB 2,616 2
893,264 893,264 00000000000000000000db0d875b74a9926ea645090239eaad9cd055c01c0b7a 1.63 MB 3,406 2
893,263 893,263 00000000000000000001e3963683f5597e4759a14034d39ecf5851e9c0e646fe 1.52 MB 2,903 5
893,262 893,262 00000000000000000001fec76095dc52c8ea327e00bbfca8ac1bd690566c8721 1.62 MB 4,046 4
893,261 893,261 00000000000000000001c031c208187ec2929957c69971bd17e67ad4685ee8b1 1.54 MB 3,865 8
893,260 893,260 000000000000000000022f7a3ba0fa93813602a805e229c7d84bbfb9e804cdd1 1.54 MB 3,865 5
893,259 893,259 000000000000000000013b4987e2428313fed014f0a35ec63a7573c48974f522 2.31 MB 2,997 12
893,258 893,258 00000000000000000001ca2639f92c787b65d1ea82aebff4da9d2ed7c3ff0c39 1.92 MB 2,821 3
893,257 893,257 00000000000000000001f8f9c08e5509acd2b9e8933f964a2745e78264d30163 2.05 MB 3,316 3
893,256 893,256 00000000000000000000178f8e44273beb52e8c655617a11810ea2fb9cb053f2 1.69 MB 3,210 4
893,255 893,255 00000000000000000001fdeb58faf30d7521b51f3174ad64617b57559dee2965 1.67 MB 3,996 5
893,254 893,254 0000000000000000000216c973567f221c6cd61036fb71dfcc830b3e1041207f 1.77 MB 3,365 3
893,253 893,253 000000000000000000012dc17b680ee858e54267a21f6c75f02df93fb2de90f3 1.58 MB 3,384 5
893,252 893,252 0000000000000000000223930a55332daf96f32442303a7de09d565b4c4ec0c5 1.91 MB 3,215 3
893,251 893,251 0000000000000000000140e4f336f55fc1261a607e32ed669ae37eca508fe2df 1.79 MB 3,359 4
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.