Memory Pool Memory Pool Refreshing

44,436 transactions
31.07 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,094 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,105 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,093 (34,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,142 828,142 0000000000000000000351fbd2c8bd0113b4e9bc78218d5111808810b97268e1 1.73 MB 4,311 36
828,141 828,141 00000000000000000003e887466eba64e332b238196a2abf38acfe96ce401daa 1.54 MB 2,512 34
828,140 828,140 000000000000000000015ee6bbcc529f672519298fccdae1365563f46bab2365 1.81 MB 2,392 29
828,139 828,139 0000000000000000000289bb692b732c1fc872a61eecaa701ab273e84c716102 1.57 MB 2,993 33
828,138 828,138 00000000000000000003edbbce75eccc9de5103a0ff28d9339648c259dcf7a56 1.71 MB 2,466 28
828,137 828,137 000000000000000000024c0956e48b9ee95c6dcb058d0eaa1a974b97dea00ee3 1.69 MB 3,086 35
828,136 828,136 000000000000000000028f87e4dcb9305db733cfb5537d824be9172cfd98db5d 1.67 MB 3,143 39
828,135 828,135 000000000000000000013a2414b7955c76fd08d8615972b2cfd9b66761c7ee61 1.51 MB 2,791 35
828,134 828,134 00000000000000000002df2551d366673c99e06377adde10b0f1e13bc535a562 1.62 MB 4,610 50
828,133 828,133 0000000000000000000376f60d32ed328275de1b2cc96b26c87c388c4c17ed38 1.66 MB 4,009 40
828,132 828,132 0000000000000000000099ec0629bb9470d5f5d4114c0d8a34395ecf49af65f5 1.65 MB 4,339 47
828,131 828,131 000000000000000000003c9c0e966b6b42f2c617b3f83c8e81428fb81a7e9b5e 1.65 MB 3,778 41
828,130 828,130 000000000000000000012bc6202a998c761ccb35589dc247cf8f2063b55ea905 1.58 MB 3,469 56
828,129 828,129 0000000000000000000112243fac9cbddbaba0e943fd53a857eb9c616244a712 1.51 MB 3,098 38
828,128 828,128 00000000000000000000dc32f646f15dfc4dd0a1af6817006ed61442a6615185 1.48 MB 2,872 49
828,127 828,127 00000000000000000001196681106ccd7b11ffc6f6fb644bbb98fa00db4f7deb 1.68 MB 2,905 46
828,126 828,126 00000000000000000003ca3a870b068f0fae6e8067bffa877f6d685e1e7a2629 1.32 MB 1,496 36
828,125 828,125 000000000000000000038b4f9e0b64cbfba2d973f72a6ab2e2ca7eb238d3e1a1 1.67 MB 2,695 37
828,124 828,124 000000000000000000020dfe0235c32a13a6a10b546cf6930a9b95b9e4139a45 1.61 MB 3,037 45
828,123 828,123 000000000000000000012eacacf5359c4294091f883d067c774dd63ae5916626 1.58 MB 3,693 54
828,122 828,122 000000000000000000009b6f48ed85e24808a2f7567c2f507aca60a64092156b 1.66 MB 3,910 41
Previous 10 blocks ↓
Total Size: 686.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,426.00 GB sent, 113.89 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.