Memory Pool Memory Pool Refreshing

7,039 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (603,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,650 304,650 0000000000000000107cd7aaebf7ff4cd978cb79af66da37fd8b6e3d68b81cec 0.22 MB 258 21
304,649 304,649 000000000000000013e99a35a32dc6e5d7914e895973b6ac9f3897ab170a9e87 0.35 MB 492 23
304,648 304,648 000000000000000045a4c6a03c6ce90e7e854678a855b61ce960020d25755a21 0.35 MB 1,072 49
304,647 304,647 0000000000000000347c33b9fe5b605c1813a5fd0e4231661e00f70ff40d5783 0.04 MB 84 30
304,646 304,646 0000000000000000002627b9af6401133e68460df223082a60968f93de584dcf 0.00 MB 10 38
304,645 304,645 00000000000000003497493fdbdb6d79e3760b6540fac9ee6b3b2253ebfd927b 0.11 MB 208 35
304,644 304,644 00000000000000004f2e0f13261e4f5740cd8be053ba367f7d658cf632e5db69 0.27 MB 475 30
304,643 304,643 000000000000000048dec5d33eabd6ac4a7428e8da2e78b202f687cb3b8e81a5 0.04 MB 76 37
304,642 304,642 00000000000000001dfbf9c3b234f4ff66425b5894fac695cab2b176c8db048a 0.11 MB 132 19
304,641 304,641 00000000000000002b817c41dbeff4e96bec4678f9e8d3aa13ec571463bd1957 0.35 MB 744 31
304,640 304,640 000000000000000035f6867b63794cd61c221d133650bf5b6f929ef55ad8bebc 0.07 MB 68 10
304,639 304,639 00000000000000005be45e5fd3a09d46cdb121f5452ec72dccd045714f0d7008 0.17 MB 223 22
304,638 304,638 00000000000000002e093464d042006089c75bf05aacbda232a50bd48d3d15e6 0.28 MB 402 22
304,637 304,637 0000000000000000082d03277ffbe7d533a2bf792cb7f77829566ac8613bda60 0.08 MB 132 25
304,636 304,636 00000000000000000b566e5ae5717b2b7885ce8839de84a2b2a8abd57e741f81 0.12 MB 225 29
304,635 304,635 000000000000000030947b37705f3fffe9a88b21cc7cd20251224bb00dc0e061 0.01 MB 26 32
304,634 304,634 00000000000000000a641b481be13cb238c96c8bc767ae98e8ef7ebd05b1f851 0.18 MB 220 22
304,633 304,633 00000000000000000ba7b55ded98c36417bb82798701794fd81fbbc9ebd54d60 0.01 MB 18 19
304,632 304,632 00000000000000002fe2991e7004acd2b77ce441ba793c48c3d7230c4b99a4cc 0.18 MB 67 15
304,631 304,631 000000000000000030fd791bc813462c6cb66a9079df7428cba5bf83c568ab93 0.12 MB 225 25
304,630 304,630 00000000000000003bea09437515e6c6a744144bb8e1087dd88124d2f6428a92 0.05 MB 84 28
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.