Memory Pool Memory Pool Refreshing

3,348 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,975 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,208 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,974 (802,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,523 105,523 000000000000f2e544d3b8f6fb9264b5412d838caf6f8b14636444407e990e61 0.00 MB 2 0
105,522 105,522 0000000000004d6e5dc75dc84fe13118b142c040342bcf1074856c4ba0c2725f 0.00 MB 2 0
105,521 105,521 0000000000013ca9f8195a7670427dbd55d5cd8284d81bc47c749d80295118a7 0.00 MB 2 0
105,520 105,520 000000000002c6ecf393eb75f0c10f0abaab0dee8c46367ca34198133a463482 0.00 MB 5 0
105,519 105,519 000000000001b6c1dda9ef8ba1414004fb535081f6bb0feffcb99e317f27557b 0.00 MB 6 0
105,518 105,518 000000000002daac77c1126b1fa8a854dd748f5e79b86e34ba8b379b895f1478 0.00 MB 1 0
105,517 105,517 00000000000251a308e2f004aff5b73509acdf16d9c986c0d78dfe644a43ae87 0.00 MB 1 0
105,516 105,516 000000000000d0c5eb4f3371e5fbff2cffd8bc3dfb1e86b17838358571c79785 0.00 MB 2 0
105,515 105,515 000000000001df4e0dbae10a797854698e2fe6a45764d147e9df5099254b718e 0.00 MB 2 0
105,514 105,514 000000000000146f44415e2e418a97ff02772c3321c70abc7051cc7c51e580ae 0.00 MB 4 0
105,513 105,513 0000000000022892f1e497ffad950e62725b7b587ad085f237ecaa5431163d2f 0.00 MB 7 0
105,512 105,512 0000000000018d2ead4a476b2d991e26bb54961d638b7b7dc0ba21fa05defd1c 0.00 MB 12 0
105,511 105,511 0000000000024521fe9c1d36627e10321d997cd28206e214ca26f4a895468cab 0.00 MB 13 0
105,510 105,510 000000000002f79bfa19872837a3de7d0cd50e1b13816f9a269fc3e64d66f6d7 0.00 MB 7 0
105,509 105,509 000000000000a1b1a9dee23a5ffbaeef3bad622384cac073680657de6b7ac17e 0.01 MB 18 0
105,508 105,508 0000000000018a8d94746a1457a8c1b16f4a9974319945e5d26f4008ff1e2d34 0.00 MB 7 0
105,507 105,507 000000000000daa82880934dc5efce4bfa6d882597ef6a3e085096e7859c9c94 0.01 MB 31 0
105,506 105,506 00000000000247fa6cb3fb0f8ee8fcaa922b48e431bfc1b9a8f166662081e932 0.00 MB 1 0
105,505 105,505 000000000001543db0dfa5affa6e522263c55c740ba20b7b6bc7bc68b21e6db5 0.00 MB 1 0
105,504 105,504 0000000000002f37675a4dd2044f659d8725c80f72ece157061891022a06b0b5 0.00 MB 4 0
105,503 105,503 000000000001dd7828ddf6b7ada983f6ed38a50591babb3147b34a5daa7848ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.50 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,646.71 GB sent, 95.42 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.