Memory Pool Memory Pool Refreshing

1,240 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,214 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (728,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,883 178,883 00000000000003b6278d35897656e605713811dd91cf17f014bf9961a00dd680 0.00 MB 11 40
178,882 178,882 000000000000002eeca29bf5a6872305bf0c5667e4cbd5c92826207c643e4851 0.01 MB 15 17
178,881 178,881 0000000000000a13357ec8cd34a79a60cd979044bb3ccbc855e6cb5aede1f4a3 0.13 MB 340 137
178,880 178,880 000000000000076829bcdcf3de58bbb4c0254ec95bf0beed1c25b522af0f4233 0.09 MB 195 119
178,879 178,879 0000000000000446b285c00ff55b952f57c126d624a299224ce22505348af06a 0.05 MB 166 123
178,878 178,878 0000000000000353ee5bf6ec7280ae33ecc551e74ab4b0ae1160cb7e6043849c 0.00 MB 8 17
178,877 178,877 000000000000000c0eef84398bd63ae43496b84f81a594292596161939e4aadc 0.01 MB 42 157
178,876 178,876 00000000000002bc74d3ae513516402f6ddb461396a5368a2def2d76c452e1ae 0.03 MB 65 99
178,875 178,875 000000000000059c3180fa5da4b9b358e32bfab982565343f11c9ae775e0b568 0.03 MB 40 127
178,874 178,874 0000000000000af8829b62cb7b56bd66600aabeee13a8b01e2e58b323ad3e871 0.01 MB 44 83
178,873 178,873 0000000000000a1d8ea21f18e1f7cad48495e4f3826d6446b1be59fe5492a105 0.13 MB 228 350
178,872 178,872 000000000000059c5de30cc4747a91d7baeefc3e831524ed39951f22976f7e8b 0.00 MB 11 331
178,871 178,871 000000000000088fbea647a1a9f2c87663eae8a3ffcd46afe8dcbc6fd4fc40d5 0.00 MB 5 46
178,870 178,870 00000000000005f3d94dd0e0830e20dbe151717df959467d9a2e7cf2271b5621 0.02 MB 51 53
178,869 178,869 00000000000009a22a8b51dbf4098b1ab69f2c765e2b4bd53ed5239773cf5f53 0.05 MB 131 130
178,868 178,868 000000000000077eb8a3522d46998340518a12972c43a32282223521a3da48fb 0.01 MB 34 138
178,867 178,867 00000000000004f4029bcd75c37ef744b46778da1ddeddb99b669b6d4fb839cf 0.05 MB 115 147
178,866 178,866 00000000000009c1cb045aab3860bc55f7188219696a7069b246f6250957e3d4 0.03 MB 76 246
178,865 178,865 00000000000000d80f8e5771bb18d1c7ed5e704d2ebdc8691f6cead5f43aec62 0.01 MB 15 43
178,864 178,864 00000000000008f02e582eb0807da7220810506b61e03102b272620474372ab4 0.01 MB 19 100
178,863 178,863 0000000000000abba74eab86bffa8b8864adfd0d899c9bb55b547789d4a85c4a 0.04 MB 105 100
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.