Memory Pool Memory Pool Refreshing

4,520 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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 1.00 vMB 1,677 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (767,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,774 139,774 00000000000001152d58fe84b9317ed20078aad0f5c9c9b922a8a399c738c9a6 0.00 MB 8 62
139,773 139,773 00000000000004ffcc1cf193c41f6fd36de8579ac7826117ab1943643eed32fb 0.00 MB 7 28
139,772 139,772 00000000000008cd6e8d110b29782a3a7bdbbf1f59fb62b55c32fdb75e1969e8 0.03 MB 68 104
139,771 139,771 000000000000015fb9ce7f3ad7759640696ec317f97d3aa107b043759c802b87 0.01 MB 19 177
139,770 139,770 00000000000005d50c8224423fdf500524295891e18276f78cc336a87801abb6 0.05 MB 139 195
139,769 139,769 000000000000087c6abf030f90d6b7b99f1d77d9984f5bb57da88cdfdc2c85a6 0.01 MB 21 657
139,768 139,768 00000000000008c3756673a15c196163b076fd780b307c8c5fabd36d84d6cd0d 0.00 MB 1 0
139,767 139,767 00000000000002cd97c8f975f4aa1dfcb1355a443b7394a6d1974b01c5136368 0.04 MB 116 174
139,766 139,766 0000000000000496574ed394eb2dc950832a795385405c2e66c739e48b4c35d5 0.02 MB 24 117
139,765 139,765 0000000000000863ed7f600b0ca3d272159778682729b9578ac5d722d5ddee84 0.05 MB 119 151
139,764 139,764 00000000000008b5ccd39b64cc064595cb204b7e8572b5a572ee7e82f0cb0676 0.03 MB 73 194
139,763 139,763 0000000000000250956b217eaaa9ada752c8e18ad80af593a946696d2033a604 0.02 MB 37 171
139,762 139,762 00000000000004e7f25f54f0de752fd3f985c954fb76142911319cbe1f97f048 0.01 MB 20 65
139,761 139,761 000000000000040baa9cff0794db6118da4bc686c2fbd1f313bf05eda4faa2c1 0.01 MB 28 91
139,760 139,760 000000000000028c95aa04e31d688a0850ee69439b0f8962971d277ed16c6762 0.04 MB 115 22
139,759 139,759 0000000000000604d47eef63c4cc3153cf59a1a0c0d50dfb81d26bfb73843836 0.06 MB 116 214
139,758 139,758 000000000000018f5ee13ecf9e9595356148c097a2fb5825169fde3f48e8eb8a 0.06 MB 137 238
139,757 139,757 0000000000000071a850d3d18dc83851020ae9b0c28bd8bf5ea3ea057e9e7c9d 0.02 MB 49 221
139,756 139,756 0000000000000110463362c7caef66dfc5200cb456fdfd775388dec9985d4692 0.03 MB 84 305
139,755 139,755 00000000000002c9994d2b482cac345d1b52784c6f5a8fe0adb03432b26d1bcf 0.05 MB 145 76
139,754 139,754 0000000000000469f59016a7751bd61e688e0508c52bcfcf080281ff1829edc1 0.03 MB 78 115
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.50 GB sent, 92.73 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.