Memory Pool Memory Pool Refreshing

6,290 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 13/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 2,475 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (745,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,813 161,813 0000000000000134cf879024e1937b76aef4e79a6a2b9a4e42e4f637bdce0288 0.01 MB 17 22
161,812 161,812 00000000000000f192ff482472979d7b42eced3b2b5522ceb164450e7275e281 0.01 MB 26 68
161,811 161,811 0000000000000879d087c70a74373ef502248478b1e0389e6b2bb605f2e5cc4b 0.01 MB 16 184
161,810 161,810 0000000000000a867fd7640b116be0e8fd437cf0bbae359b988c5d2f9cb4f878 0.03 MB 75 37
161,809 161,809 00000000000002fc821dd0b813a09f657b0fc84c574c02430a83e7c5539770d8 0.01 MB 15 108
161,808 161,808 000000000000043a7748e7df7ca0fd57fe2a548a2ffc53055febdc8462886c80 0.01 MB 22 174
161,807 161,807 00000000000007fa8bd7360485e2877e4c33e12696b054818b8c0bb7e9ec0a68 0.02 MB 19 30
161,806 161,806 00000000000007b0cb6e68c79870d6f285d422d03fe20bc208ba271392962b75 0.02 MB 32 49
161,805 161,805 00000000000003e9c537bbe762c30bd79a2f9981f842e7c2ac91364de1fed9b4 0.05 MB 135 7
161,804 161,804 0000000000000d2b601f02fb1f04e9e4f24beeffddc5cbb3305bfbb4092a269b 0.09 MB 80 108
161,803 161,803 000000000000063ddafaf86c70d05575c4e4d6936687d1e0ba109ae120525e67 0.00 MB 6 16
161,802 161,802 00000000000006adcf1756e9856c1cbda635c76219409fa5db58b7cb469e06fa 0.03 MB 71 159
161,801 161,801 0000000000000bb840ed84397f8b3b6c59d753bc785abb76263aa9bad4e1c2b9 0.01 MB 36 427
161,800 161,800 0000000000000626a4ed7d6904773e16505566c6933d48e389054c4e779fac7e 0.01 MB 27 328
161,799 161,799 0000000000000627266a6e4b4bf6424a149a4db882a1cb5019ab498334d145d1 0.00 MB 4 88
161,798 161,798 00000000000005227c94a0f64b465c4a6ddaefc8085a42369978a87eec20d490 0.04 MB 133 8
161,797 161,797 00000000000009701ab8eb53142139eba944d607a6478e471285bce1439c13bf 0.10 MB 93 37,311
161,796 161,796 0000000000000967070c2ef26a2618173559e13deb153ac38a5149993e123e54 0.02 MB 35 20
161,795 161,795 000000000000031ff82596b89661d6026f09d005f328c535813b76a617d2bffa 0.04 MB 61 112
161,794 161,794 0000000000000ca743aed51ff6f2e80b7d5cf72ce53d25f8d34d72884a667c06 0.00 MB 11 29
161,793 161,793 00000000000001c2e0aec3713b28af677e24c4b977308fdc483aac17f103a79b 0.02 MB 39 176
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.51 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.