Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,710 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (595,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,137 312,137 000000000000000013be6ca403f72443fc8e844799a7b4508519cc93805120c6 0.50 MB 707 23
312,136 312,136 000000000000000011ae313df96f807b4dbf85d044eb8e8a828d422c111c89e6 0.75 MB 1,912 37
312,135 312,135 000000000000000017247b1ee81eedbabb63144b0543ada25f542ee7d9327246 0.04 MB 75 26
312,134 312,134 00000000000000002718bb7e3e9aa05795881de1f1de7f95009b0ebee211891b 0.01 MB 23 24
312,133 312,133 00000000000000000a7d258f3f43a229278edb189586adf6f9402e501b0f141b 0.26 MB 167 16
312,132 312,132 000000000000000011a64c03c90afcbfbc5926d44d92444fde2697f753781839 0.35 MB 735 31
312,131 312,131 00000000000000001f5b86c89ef6e6dbc65f44b139f475142c04f92f8a5ab5a9 0.08 MB 174 28
312,130 312,130 00000000000000001f202953ab0af5e3036d02f85b7505aa38e1ae15e17e03dc 0.12 MB 221 29
312,129 312,129 00000000000000001e3934237645ac48ac193242812827a3c403f543d524b51b 0.13 MB 190 19
312,128 312,128 0000000000000000009b7477aabfc194eb4bad3a7d1932155401c6b61e43003a 0.70 MB 1,167 31
312,127 312,127 00000000000000002d1b6c134b02da3c5d7a3d17290db9cb732c363a6fc190f6 0.31 MB 492 25
312,126 312,126 000000000000000034ed9a2cfde2699d803c72102a8ad9fbb25c8f7352e73551 0.03 MB 32 23
312,125 312,125 00000000000000001949173b943229adac2414c23df6f7f9ce8a37206fa39227 0.24 MB 442 28
312,124 312,124 000000000000000036091b115e8b5b71b05b9b181945e49b2bc411259e483a56 0.33 MB 533 23
312,123 312,123 000000000000000037875ecdcdac6a26779cfd6da80486e2f2ae729ef332e810 0.78 MB 1,473 29
312,122 312,122 000000000000000010a1fa897022c5d291bf80b292392ed326b3d5d2a6431ab2 0.06 MB 201 19
312,121 312,121 000000000000000014499d5fa96bfe68046575070fe6a36d0ccaa6d07c3add41 0.29 MB 551 34
312,120 312,120 000000000000000001fcd0ac4fb6b1d2386c09d450a16bca857ec715594c4de2 0.25 MB 497 42
312,119 312,119 000000000000000016d3f50755f128a33a9c2f81dc2218fcbe7b910f056944ca 0.23 MB 446 26
312,118 312,118 00000000000000002abc7932c0a9939d42dc057c7a464d24c61c4babc9f1357a 0.37 MB 517 21
312,117 312,117 00000000000000002dbba61a6d5cbf389996863b84c6e0df9a4a9c970ef6dcaa 0.75 MB 1,588 34
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, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.