Memory Pool Memory Pool Refreshing

7,912 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,869 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (605,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,207 302,207 000000000000000077ac47437017ba8eb04f6d7eeea823ffe8ab68437e964f83 0.31 MB 583 23
302,206 302,206 000000000000000040fa65d8dd4b2072a5864d393851aeda3ff1f6b63d963db4 0.02 MB 47 33
302,205 302,205 0000000000000000428c17f346e2617de0d36c983a8e41c4f88ec136a38f14fd 0.15 MB 120 14
302,204 302,204 000000000000000067fd6e4522ee24dd26f0df7f5ff091dbaf6a4dd86ebb547a 0.75 MB 1,379 30
302,203 302,203 0000000000000000383898ba6b46ff31cb2491a5c8b83e34c1348792c005fed4 0.16 MB 295 27
302,202 302,202 0000000000000000365d76970dd29a6cd6a1db7bc5f8f2d5d454ba151f297387 0.32 MB 512 29
302,201 302,201 000000000000000068c196d8e6c9d1a0e930479c8db795b265f700305100fc13 0.24 MB 512 27
302,200 302,200 00000000000000006e602194ec61accc3a0227c5e38095dbd687e3aff5662a2c 0.26 MB 402 26
302,199 302,199 0000000000000000511a855894df93b49c0564f0f88e6e95093d097d0b35763b 0.45 MB 129 13
302,198 302,198 00000000000000000b40f0141fa6343d66798d1082bd906a613709e4931ad7ad 0.35 MB 830 36
302,197 302,197 00000000000000005367fbe2f6e53181e0a026d9c81da60270185a2cf954c12e 0.15 MB 254 29
302,196 302,196 00000000000000004b189784de83c5e5675b5f5e33a2c544be43e1078211d5b6 0.01 MB 34 25
302,195 302,195 0000000000000000660f8953b5f726514c70593040de8c0533a3509030646243 0.05 MB 70 22
302,194 302,194 000000000000000027209c89d534c13f3e0e059f9b24f7481bc201d48d4cff27 0.07 MB 112 6
302,193 302,193 00000000000000002e14b4f03f93f047ab233ec017f0db8410f114b5ccc3ae91 0.37 MB 692 33
302,192 302,192 000000000000000051b0386cbd24a2459b65e586221c086d90d9d872c6b59bac 0.32 MB 486 28
302,191 302,191 0000000000000000651055ffcae346f2d4dd3242da47ed32e1754125f6372e6d 0.12 MB 176 19
302,190 302,190 000000000000000003e5356b6817ab4ee9a8b7af571d5f64558d4eb176106133 0.01 MB 8 3
302,189 302,189 000000000000000072bcdf863a13c5b90a493a4e329616641a59043318cbeade 0.10 MB 130 24
302,188 302,188 00000000000000000203fbc3fc792f81c6d807e4b39ddc1488224ec571aaf35f 0.03 MB 71 23
302,187 302,187 00000000000000000d2b4041a512fd4ecdcc8adbb8ec581ccda34dba8e53231b 0.46 MB 770 24
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, 114 incoming
  • Data Transfer: 1,624.89 GB sent, 93.01 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.