Memory Pool Memory Pool Refreshing

12,431 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (721,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,928 185,928 00000000000008ae1e6a6fa8577c0a110ca8f7b9913319152dd39e9a4fd57963 0.01 MB 36 105
185,927 185,927 00000000000000f3729adb5f764395904eedf8bff2fdd5c01f985a8bb9d4b0ea 0.00 MB 10 33
185,926 185,926 00000000000003a1fc928f939dc2e15f1acd203249b05d29bd98cbd36d2e4394 0.01 MB 31 79
185,925 185,925 0000000000000888ee700b51eff6ad3d1461e44fcfc14d7f725af71d56a13bb2 0.05 MB 86 114
185,924 185,924 00000000000007ade0f3098d084e70d4333e6987319d70be2921603229b1caa8 0.13 MB 303 168
185,923 185,923 0000000000000734fa7d1c9ce9667be5c26e879485ee3cdf7f595504fcff0e7e 0.00 MB 11 15
185,922 185,922 000000000000031c13c1949d52ad4627c1fe2fafff111ac70fd8466bfef4da82 0.05 MB 159 86
185,921 185,921 000000000000064f76e00221ac987029bb90c2ce047eea3e13a297fc058b978b 0.09 MB 236 212
185,920 185,920 000000000000050e03ed470115a0346ffea908e4c8c9fc8b2010c1499120b26f 0.10 MB 238 201
185,919 185,919 0000000000000005d35e56c9e18e25eea9d74b06f53aa0c41971b9e4e99d6e12 0.08 MB 151 247
185,918 185,918 000000000000005e1ba7d26ffc0fe9adb6519d8776110dfcc3723ae6b5145b73 0.23 MB 540 143
185,917 185,917 000000000000087a71a88e0544bbdd03cad75624724108abdbb5ebcc306d3fd8 0.04 MB 94 160
185,916 185,916 00000000000006c0a0202149aca598d9db5bbcb780d9c24fb6acff960867962e 0.01 MB 23 14
185,915 185,915 000000000000035b55ef844fbce0bc0dda72ae00193ed80f3a4d55333ae66988 0.02 MB 64 107
185,914 185,914 000000000000022a1d7c3a269dad09479cb1af2d48ca4726dbdad985c8060b47 0.07 MB 166 120
185,913 185,913 0000000000000527cefc7fa5354125229095df76601b2a7578af46b52b457da3 0.10 MB 299 141
185,912 185,912 00000000000001342f681f88772fe822013b03fc5f9f6115d3f4a2eddfd85451 0.05 MB 100 59
185,911 185,911 00000000000005e163fd7437ae4b0781ab6ccd62a63fbab0ad69d3a8aa03228f 0.07 MB 128 92
185,910 185,910 00000000000006b9a71922f26e0dd7f1f5cf0d2d923d7268927b22f07644067f 0.07 MB 109 79
185,909 185,909 00000000000003d38f78e1b921f58252f40aa5e4127c151ccd2fa8d002b409cb 0.02 MB 87 13
185,908 185,908 000000000000023aea670d4f344b32439c1707d6a55f982bf2b1191d51426c17 0.06 MB 145 108
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.30 GB sent, 92.90 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.