Memory Pool Memory Pool Refreshing

7,986 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,843 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (23,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,063 884,063 00000000000000000000a3fcf3f0c3c5a388abca0c722d22984da2df20c8c7eb 1.50 MB 4,115 13
884,062 884,062 00000000000000000001a7b324289c9fb896db6da06fd86fdab7ea56f9ea0817 1.58 MB 4,125 12
884,061 884,061 000000000000000000018945a56521c4b1c9fc048830223b816cdc3fc76c0c90 1.63 MB 4,304 16
884,060 884,060 00000000000000000001d9e100d5d2bcde84b48a472efca6e21fa2c76cdff51f 1.78 MB 4,986 21
884,059 884,059 00000000000000000000145b5a9a02fc38c0838dde87d0631baca265657a9642 1.81 MB 4,850 12
884,058 884,058 00000000000000000001db3180fb21a53f93628098d602ca58abb1269f345830 1.77 MB 4,600 14
884,057 884,057 00000000000000000000001d0fb4cfe620ee5c73902ab090c27954cc9e4edfb4 1.66 MB 3,536 4
884,056 884,056 0000000000000000000241c804ba788cd052a52914796a9167238d76436217eb 1.55 MB 3,229 5
884,055 884,055 00000000000000000001a90fdbdd2430b3b4d27678c4a82cd2777b1e9634e25d 1.72 MB 2,587 7
884,054 884,054 00000000000000000000a9305d5f83abfc86da27c9524a7ad181b7a75f0827a9 1.79 MB 2,216 2
884,053 884,053 00000000000000000001f4ff3f7df9e32f9823b17773a57838fa247442693c1d 1.91 MB 1,081 1
884,052 884,052 00000000000000000001cbd1917c5a45c6ff1f802302c2f57a70f16554cc2f0d 1.88 MB 1,904 2
884,051 884,051 000000000000000000001b4d9dd27d13e784683e8380e6609081de342accb26a 1.88 MB 847 1
884,050 884,050 0000000000000000000149789bcabbfeb9c35471840243f2a9538c131ca06f2b 1.94 MB 3,045 7
884,049 884,049 00000000000000000001bd1f99eb34d9a8d1f778237529920e057db0c4fb613d 1.51 MB 3,408 3
884,048 884,048 000000000000000000000be4fce8063ce4a5f8ad6617e21019795b9358d4128c 0.64 MB 1,692 2
884,047 884,047 00000000000000000000fa09cf908506946a09931b286e64dd5f96c25bf0841f 0.09 MB 262 2
884,046 884,046 00000000000000000000d29d8d764d2f9ecd33233f1fb32e0d790b4fe45264a8 0.01 MB 35 2
884,045 884,045 00000000000000000000ea4732b0df895014ec0c23d5384ee073a537bfee2413 0.15 MB 312 2
884,044 884,044 00000000000000000000baeacc03019ebf32043ff1163baa131a2dd43f50d7c6 0.39 MB 827 1
884,043 884,043 000000000000000000016c831cb5a72685ac0e42bc03e0f011bc3dcf75c7ad47 0.79 MB 1,327 2
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.