Memory Pool Memory Pool Refreshing

12,644 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (581,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,130 326,130 00000000000000000fd939b2659319a3e41c0a94572588349030717de2501a73 0.59 MB 1,173 28
326,129 326,129 0000000000000000042eecedbc8cf03f2828ce4f3c53d65dabb36ee3de2a6051 0.35 MB 534 24
326,128 326,128 00000000000000001cdaf9db343abe390a91511c1afeec0bd9eef64fdaf932b9 0.25 MB 578 32
326,127 326,127 0000000000000000072fb87e31f4309af7bbc5fb0942be2addc1583cdd190d19 0.15 MB 314 31
326,126 326,126 00000000000000000c1916d44ce159ae216fccdf675cd8c48d43243ee6d47746 0.14 MB 217 27
326,125 326,125 00000000000000000d3822c7b4662eaa68999d8339979fe8cf230caec5836444 0.02 MB 44 31
326,124 326,124 00000000000000000eb33fcb20cd258e89ded97b463d46fff1d0bd7552629502 0.12 MB 233 24
326,123 326,123 00000000000000001db9f05f7f9da3a43a62dad58c3d4c66eb3aae977d9801db 0.34 MB 665 29
326,122 326,122 00000000000000001f26697f912c9a9af731b51eb773191eea34ea9e6b037983 0.33 MB 534 26
326,121 326,121 00000000000000001d4ce8564c365f058a5003c59b4b420b37848a9abd3edd52 0.33 MB 580 27
326,120 326,120 00000000000000001d07039831106f62baa2de8dda937dccef1541fcea3b53f1 0.04 MB 128 47
326,119 326,119 00000000000000001720c66d95ee864029d66e736374887ecbea65de36ddfbd9 0.07 MB 117 27
326,118 326,118 00000000000000000c0c847aaef27b21abe330aea6c5935f4d9af86b1e633da4 0.13 MB 204 28
326,117 326,117 00000000000000001adc408705bfe669b3b7d52688cbe875aaf750dacf49a473 0.00 MB 1 0
326,116 326,116 00000000000000001c1cd37218dba1ff62afd160475ad4dd5fa65174f30d79e8 0.33 MB 908 33
326,115 326,115 00000000000000001b1237e5a045ce0bd1ab30725680302fc8bf6895f18d2950 0.35 MB 492 27
326,114 326,114 0000000000000000158fcd26d8d0665aa6c6016fb26c357ade6d0976e13e880b 0.06 MB 125 42
326,113 326,113 00000000000000000e0699aff426032f9eb0e77386c645567923940815e3f64d 0.35 MB 316 16
326,112 326,112 00000000000000001c9d3f0da3818ab5004054af8660e4ad1a07e61306806920 0.35 MB 923 44
326,111 326,111 00000000000000001db4033aa20b75fedab16e561b2f6c653ff2087ad505d348 0.08 MB 145 30
326,110 326,110 0000000000000000166f3c2c6141a83526a45920268a6f25eaceb4b07bcead65 0.21 MB 356 37
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.