Memory Pool Memory Pool Refreshing

2,052 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,299 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,298 (844,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,750 63,750 0000000008e3c01a1a50f9b61adbe361a31379c2125240cd65c7f51a849fcba6 0.00 MB 1 0
63,749 63,749 0000000007a4e8c2d17b3560e40a68bc3b1e0382a071fd853521d7e9d39380de 0.00 MB 1 0
63,748 63,748 00000000001b8b95d6b65f2b988a5b48b96b52f09e5cb4563ba38356d6bee26c 0.00 MB 1 0
63,747 63,747 000000000ad28506e25c91f018da6ea80f8ba2d68d2ab794907eb64261e1c4a6 0.00 MB 1 0
63,746 63,746 0000000002276ac5b085b4638b01885b997b28aedda7957f0347de8e01296259 0.00 MB 2 0
63,745 63,745 000000000246c82126f7df6497b1c8ae46c71702ec16a5124bdc355813bfe957 0.00 MB 2 0
63,744 63,744 0000000006d495066e1b6634ab154e397bee97b7be82e87f83c423965f1e6b39 0.00 MB 1 0
63,743 63,743 000000000199cf623858d21ba1434b408bdaa06abe2d80b0b0b7ea2621e43bf2 0.00 MB 1 0
63,742 63,742 000000000309fb18f7f94c93f6674bc138ee2680cbd97aaffa021640b7b69661 0.00 MB 1 0
63,741 63,741 00000000074ac0c4e79ae4572001b8083af32e303793e7bbb880d14ab04d1432 0.00 MB 1 0
63,740 63,740 000000000d2379775c1434a05f54f2763845d278bc35e50c7f67dc92d2563006 0.00 MB 5 0
63,739 63,739 0000000007462879052af4cf9e3695b380318047d8dc756e9e55934769d3ab36 0.00 MB 3 0
63,738 63,738 0000000000aafdfd79d1db836a4341470e737bed1532f9424ddaf469feaf652e 0.00 MB 1 0
63,737 63,737 000000000bed693ecdc00d3a8dfd2f479fd49783facf1ef7e6c4771387b361c0 0.00 MB 1 0
63,736 63,736 000000000376c3506966dc0f1265db973eee019942deefe52fe3aa1700d0cc08 0.00 MB 3 0
63,735 63,735 000000000748d664fdfce76883c44dcae35a51e0d83fa6ac9805a9064bcbc12d 0.00 MB 2 0
63,734 63,734 000000000864ab14f11d8935e2f58cce4651d3f5be5b6f5bb919aadd3aa345fa 0.00 MB 1 0
63,733 63,733 000000000971d8e7423d4f0f13aa73ee3b3c72f59ea70f5ee77334e1d23292a3 0.00 MB 1 0
63,732 63,732 00000000047455469eb453532573b1a2ab4c6b179a123f54c7c8d282f746d93f 0.00 MB 2 0
63,731 63,731 000000000b7aa6c75b0e48f0ed1d4df01cdd68ebfe4d1cc3978da4ee5bf2e111 0.00 MB 2 0
63,730 63,730 00000000077359faa4e73367e64eb0574b672e640d7a41607d31f469825fdb91 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.61 GB sent, 98.39 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.