Memory Pool Memory Pool Refreshing

369 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 353 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (620,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,128 287,128 0000000000000000d41801fff0acf9dfeab98645d021634a8baafa2bcf527ba2 0.27 MB 40 11
287,127 287,127 00000000000000012c5fa5bff07e417ed59f83bbce8899b1f2b46713028400b3 0.50 MB 848 28
287,126 287,126 0000000000000000e027afedaa724d909d970f563e7a0a3044f369341fc45941 0.35 MB 1,093 59
287,125 287,125 0000000000000001086449ada105635879ab68b0a93937ce7ee63a0a3223d922 0.33 MB 672 23
287,124 287,124 000000000000000040f69f1181d3605395829ba39790f4cb58a1dc40b68c8211 0.30 MB 583 41
287,123 287,123 00000000000000004ac0ccfc2b71e5a8d35058675eb015dd0d5fb813681f3798 0.80 MB 1,407 31
287,122 287,122 0000000000000000c6f73dff186ed80ba25cb61cb562db905a6aaf2f25410f8b 0.10 MB 55 7
287,121 287,121 0000000000000000962b1b9b2922c7fce45bb939ab8e4be514b4e64fa995a598 0.32 MB 673 30
287,120 287,120 0000000000000001288649f4b08a3453a392b9e5b62927642a598597a0ce80f4 0.06 MB 146 86
287,119 287,119 00000000000000009f26da7f0a2d38662602acadb1ba45145b0707d52dc4b967 0.25 MB 282 23
287,118 287,118 00000000000000014ab7db87530b381fe25cc83892cd7741708ebe5487f08cb1 0.50 MB 723 30
287,117 287,117 0000000000000000993c101da5b06c764a53bf8cf068d392ccb68c338cc9f786 0.50 MB 1,267 46
287,116 287,116 00000000000000008cf72279de917316bcf1c15534bc6c43df98927016048418 0.25 MB 578 50
287,115 287,115 0000000000000001389234af17188b1c4fdc7cd83346dcee915ceabb0246c06d 0.02 MB 42 33
287,114 287,114 00000000000000005966d5ad8542874bf7e32b591f9649c0c082a8de28fab110 0.06 MB 133 50
287,113 287,113 0000000000000001430b5489db8820534d974c31fee2ab5e75d92c03ed3ecb96 0.15 MB 361 40
287,112 287,112 000000000000000081edb879e03dbe481cc5f64bcdc9841fad6483dea8575043 0.02 MB 50 40
287,111 287,111 00000000000000005a6fded0ef4cc9e14a9526e5f1e08337ab0d7d010dc64c17 0.23 MB 470 36
287,110 287,110 000000000000000055dc0c3f68f10a5e53d79cd7e08362b75914e8e23a672982 0.50 MB 1,095 35
287,109 287,109 0000000000000000621cb299362aab600dfb76b8c9830511812cae5fea081271 0.02 MB 49 46
287,108 287,108 0000000000000001505f2b2f3df0c2e44c029c53aea1d9bd05c55b14d559853a 0.06 MB 135 55
Previous 10 blocks ↓
Total Size: 769.00 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.61 GB sent, 92.77 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.